all repos — nixfiles @ 4b46b6cf7c314f724c6d2e77d3fa492e14da428c

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

Emacs: Fix eshell init
Alan Pearce alan@alanpearce.co.uk
Fri, 27 Mar 2015 14:11:00 +0000
commit

4b46b6cf7c314f724c6d2e77d3fa492e14da428c

parent

05c7485315107a70e4d7ad333f66954d08c5ceb8

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

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1033,11 +1033,11 @@ (setq eshell-directory-name "~/.emacs.d/eshell")             (add-hook 'eshell-load-hook (lambda ()
                                           (bind-key "C-c C-l" #'helm-eshell-history eshell-mode-map)))
             (req-package em-smart
-              :init (progn
-                      (setq eshell-where-to-jump 'begin
-                            eshell-review-quick-commands nil
-                            eshell-smart-space-goes-to-end t)
-                      (eshell-smart-initialize)))))
+              :config (progn
+                        (setq eshell-where-to-jump 'begin
+                              eshell-review-quick-commands nil
+                              eshell-smart-space-goes-to-end t)
+                        (eshell-smart-initialize)))))
 
 (autoload #'eshell/cd "em-dirs")
 (defun eshell-goto-current-dir (&optional arg)