diff options
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 021da896..04e95969 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1825,9 +1825,6 @@ With two prefix arguments, write out the day and month name." ;;;;;; Emacs Lisp -;; Customise the modeline-display of =emacs-lisp-mode=. Then make sure -;; it runs the common lisp hooks. - (add-hook 'emacs-lisp-mode-hook #'eldoc-mode) ;; Go-to function for elisp. Except it works through the entire Emacs ecosystem. |