all repos — nixfiles @ 095a891232b8742584855dc449335f69089d8286

System and user configuration, managed by nix and home-manager

Emacs: Fix M-q binding
Alan Pearce alan.pearce@spotcap.com
Tue, 10 Nov 2015 15:37:03 +0100
commit

095a891232b8742584855dc449335f69089d8286

parent

c51f934a0102cd2f684e18333a4e53eebf5bd8d7

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2169,9 +2169,9 @@ #+BEGIN_SRC emacs-lisp   (req-package esh-buf-stack
     :require eshell
     :config (progn
-              (bind-key "M-q" #'eshell-push-command eshell-mode-map))
-    :init (progn
-            (setup-eshell-buf-stack)))
+              (setup-eshell-buf-stack)
+              (add-hook 'eshell-load-hook (lambda ()
+                                            (bind-key "M-q" #'eshell-push-command eshell-mode-map)))))
 #+END_SRC
 
 *** Shells