diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-01-31 14:48:13 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-01-31 14:48:13 -0500 |
commit | a1652f607f66f4a782df1f53631fb99f50f28b54 (patch) | |
tree | e931c2b825eaed1e5781d675118c59a4881f879f | |
parent | Drop executable_mutt for reals (diff) |
diminish eldoc
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index ca973a7..80a52c1 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -1,4 +1,3 @@ -;; -*- emacs-lisp -*- ;; (setq debug-on-error t) (require 'package) @@ -297,6 +296,9 @@ Extended Format date in the date field and return it as a string obeing (use-package dune-format :ensure t) +(use-package eldoc + :diminish) + (use-package elpher :ensure t) |