diff options
author | Alan Pearce | 2018-06-17 09:46:06 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-17 09:46:06 +0200 |
commit | e5a1587d7d420ce9d1bff59f99ef1336680cba34 (patch) | |
tree | dc7310d4b0b86346c0dcdc9d1c3c2dfadb1655bb | |
parent | 51616315dde1cc081211acd3715b2a67ca57a74f (diff) | |
download | dotfiles-e5a1587d7d420ce9d1bff59f99ef1336680cba34.tar.lz dotfiles-e5a1587d7d420ce9d1bff59f99ef1336680cba34.tar.zst dotfiles-e5a1587d7d420ce9d1bff59f99ef1336680cba34.zip |
emacs: Remove non-working em-smart init code
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
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 |