From d7d58916bf7bd214b061bf187c479ef3d59c8c8c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 16 Dec 2014 11:38:23 -0800 Subject: [PATCH] fix with-library; bind hippie-expand --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2