X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ad191f4eb0a643961acfd7cee6e558fef9236eab..e1d21c5642306e7dfd77a9863179ff0f8a7e18b8:/dot/emacs diff --git a/dot/emacs b/dot/emacs index fe5b563..51b0470 100644 --- a/dot/emacs +++ b/dot/emacs @@ -428,6 +428,11 @@ (and (not mdw-fast-startup) (fboundp 'hippie-expand) (global-set-key [?\M-/] 'hippie-expand)) +(eval-after-load "dired" + '(progn + (define-key dired-mode-map [?\C-x ?\C-q] + 'wdired-change-to-wdired-mode))) + (add-hook 'org-mode-hook #'(lambda () (mdw-clobber-evil-keymap org-mode-map))) (add-hook 'org-agenda-mode-hook @@ -652,6 +657,9 @@ ("^pdf$" "." "evince %o") ("^html?$" "." "netscape %o"))) +(setq TeX-open-quote "\"" + TeX-close-quote "\"") + (setq reftex-use-external-file-finders t reftex-auto-recenter-toc t)