X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/bf9701975604ddb0125d53d4119787341493224b..83a3b1eb8d1f365d50342de6c7a2f1c10eb9635a:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 65f558f..98852a4 100644 --- a/dot/emacs +++ b/dot/emacs @@ -237,7 +237,7 @@ (setq password-cache-expiry nil) (setq-default proced-filter 'all proced-sort 'user) -(setq ispell-program-name "aspell" +(setq ispell-program-name "aspell-hack" ispell-local-dictionary "en_GB-ize-w_accents" flyspell-default-dictionary "en_GB-ize-w_accents" ispell-silently-savep t) @@ -770,7 +770,9 @@ (setq shell-prompt-pattern "^[^]#$%>»}\n]*\\([]#$%»}]\\|>>?\\) *") (setq comint-password-prompt-regexp (concat "\\(\\([Ee]nter \\|[Oo]ld \\|[Nn]ew \\|[a-zA-Z0-9_]*'s \\|^\\)" - "[Pp]assword\\|pass phrase\\):")) + "[Pp]assword\\|pass phrase\\):") + comint-file-name-chars "~/A-Za-z0-9+@:_.$#%,={}-" + shell-file-name-chars comint-file-name-chars) ;; Notice passwords, and make C-a work right.