X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c3ee31b9820d8466267a73ab1ad652e043e31314..fe6373b29179fbff33a4708b390bcf8ed7d632cd:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 5781453..648c562 100644 --- a/dot/emacs +++ b/dot/emacs @@ -208,7 +208,8 @@ (lambda () (let ((group gnus-newsgroup-name)) (and (string-match "^nn\\(imap\\|folder\\)\\+" group) - (not (string-match ":\\(crap\\|spam\\|lists\\)\\." group))))) + (not (string-match ":\\(crap\\|spam\\|lists\\|corpus\\)\\." + group))))) bbdb-user-mail-names (concat "^" "\\(" "\\(mdw\\|markw\\|root\\|postmaster\\)" @@ -618,6 +619,13 @@ (and (not mdw-fast-startup) (fboundp 'hippie-expand) (global-set-key [?\M-?] 'hippie-expand))) +(eval-after-load "hippie-exp" + '(setq hippie-expand-try-functions-list + (remove-if (lambda (name) + (memq name '(try-expand-list + try-expand-list-all-buffers))) + hippie-expand-try-functions-list))) + (eval-after-load "dired" '(progn (or (lookup-key dired-mode-map [?\C-x ?\C-q])