X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c70b4880bd12cb736dc0ac27b9922704a5cbde49..5801e19944ce101762621feb7f1c0a4047897d59:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 2a5522d..cb7c393 100644 --- a/dot/emacs +++ b/dot/emacs @@ -240,6 +240,9 @@ (setq ispell-program-name "aspell-hack" ispell-local-dictionary "en_GB-ize-w_accents" flyspell-default-dictionary "en_GB-ize-w_accents" + ispell-local-dictionary-alist + '(("en_GB-ize-w_accents" "[[:alpha:]]" "[^[:alpha:]]" "'" t + ("-d" "en_GB-ize-w_accents") nil utf-8)) ispell-silently-savep t) (trap (require 'uniquify) @@ -481,6 +484,18 @@ (org-remember-insinuate) (global-set-key [?\C-c ?r] 'org-remember))) +;; Minor mode listing + +(setq minor-mode-alist + (mdw-uniquify-alist '((reveal-mode (hs-minor-mode + " hs/r" + (global-reveal-mode + "" " Reveal"))) + (hs-minor-mode (reveal-mode "" " hs")) + (abbrev-mode "") + (gtags-mode "")) + minor-mode-alist)) + ;; Recognising types of files. (setq auto-mode-alist