aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-03 11:29:45 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-03 11:29:45 -0500
commit0099b1dacebc7c5a0e03b6942795e7d7b3ddf895 (patch)
tree4a11f933fbfc479a020df38c42a0cdc038421bc8 /dot_emacs
parentmpd.conf (diff)
parentzeta xinitrc (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
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 2999235..8fc67a1 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -1,4 +1,3 @@
-;; -*- emacs-lisp -*-
;; (setq debug-on-error t)
(require 'package)
@@ -311,6 +310,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)