From: Don Armstrong Date: Tue, 16 Dec 2014 19:38:23 +0000 (-0800) Subject: fix with-library; bind hippie-expand X-Git-Url: https://git.donarmstrong.com/?p=emacs.git;a=commitdiff_plain;h=d7d58916bf7bd214b061bf187c479ef3d59c8c8c fix with-library; bind hippie-expand --- diff --git a/.emacs b/.emacs index 2ab8315..dc3703b 100644 --- a/.emacs +++ b/.emacs @@ -73,7 +73,7 @@ (put 'with-library 'lisp-indent-function 1) ;; load tinyprocmail -(with-library tinyprocmail +(with-library 'tinyprocmail (setq tinyprocmail--procmail-version "v3.22") (add-hook 'tinyprocmail--load-hook 'tinyprocmail-install)) @@ -587,3 +587,4 @@ Argument DESCRIPTION MIME description." (assq-delete-all 'my-keys-minor-mode minor-mode-map-alist) (add-to-list 'minor-mode-map-alist mykeys)))) (ad-activate 'load) +(global-set-key "\M- " 'hippie-expand)