From e5a1587d7d420ce9d1bff59f99ef1336680cba34 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Jun 2018 09:46:06 +0200 Subject: emacs: Remove non-working em-smart init code --- emacs/.emacs.d/main.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs/.emacs.d') 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 -- cgit 1.4.1