diff options
Diffstat (limited to 'elisp.el')
-rw-r--r-- | elisp.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ ;;; -*- lexical-binding: t; -*- +;;; Hide Eldoc in the mode line + +;; The original value is eldoc-minor-mode-string +(setcdr (assq 'eldoc-mode minor-mode-alist) (list "")) + ;;; fontification of extra keywords in emacs lisp files (require 'advice) |