summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 09:46:06 +0200
committerAlan Pearce2018-06-17 09:46:06 +0200
commite5a1587d7d420ce9d1bff59f99ef1336680cba34 (patch)
treedc7310d4b0b86346c0dcdc9d1c3c2dfadb1655bb /emacs/.emacs.d
parent51616315dde1cc081211acd3715b2a67ca57a74f (diff)
downloaddotfiles-e5a1587d7d420ce9d1bff59f99ef1336680cba34.tar.lz
dotfiles-e5a1587d7d420ce9d1bff59f99ef1336680cba34.tar.zst
dotfiles-e5a1587d7d420ce9d1bff59f99ef1336680cba34.zip
emacs: Remove non-working em-smart init code
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index a9fd7e0..ab6d26d 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2283,8 +2283,6 @@ With two prefix arguments, write out the day and month name."
 (use-package em-smart
   :ensure nil
   :commands eshell-smart-initialize
-  :init (progn
-          (add-hook 'eshell-load-hook #'eshell-smart-initialize))
   :config (progn
             (setq eshell-where-to-jump 'begin
                   eshell-review-quick-commands nil