X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/227a67740a6531a0487ad3eb6d2edf3d6c9d0fb6..6006518e876259e718e5bffc4e45a24b8a09d88e:/emacs diff --git a/emacs b/emacs index 5d34cae..6f9bf4d 100644 --- a/emacs +++ b/emacs @@ -157,9 +157,11 @@ (setq ange-ftp-ftp-program-name "pftp") ;Use passive FTP (setq find-ls-option ;Build file lists efficiently '("-print0 | xargs -0r ls -ld" . "ld")) +(setq bookmark-save-flag 0) ;Save bookmarks automatically (setq Info-fontify-maximum-menu-size 60000) -(setq ispell-dictionary "british" - flyspell-default-dictionary "british" +(setq ispell-program-name "aspell" + ispell-local-dictionary "en_GB-ize-w_accents" + flyspell-default-dictionary "en_GB-ize-w_accents" ispell-silently-savep t) (trap (require 'uniquify) @@ -169,7 +171,7 @@ (trap (tooltip-mode 0) (tool-bar-mode 0)) -(trap (global-auto-revert-mode t)) +;;(trap (global-auto-revert-mode t)) (setq psgml-html-build-new-buffer nil) (setq cltl2-root-url (mdw-config 'cltl-url))