aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-01-31 14:48:13 -0500
committerRyan Kavanagh <rak@rak.ac>2023-01-31 14:48:13 -0500
commita1652f607f66f4a782df1f53631fb99f50f28b54 (patch)
treee931c2b825eaed1e5781d675118c59a4881f879f
parentDrop executable_mutt for reals (diff)
diminish eldoc
Diffstat (limited to '')
-rw-r--r--dot_emacs.tmpl4
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)