diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-03 11:29:45 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-03 11:29:45 -0500 |
commit | 0099b1dacebc7c5a0e03b6942795e7d7b3ddf895 (patch) | |
tree | 4a11f933fbfc479a020df38c42a0cdc038421bc8 /dot_emacs | |
parent | mpd.conf (diff) | |
parent | zeta xinitrc (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
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 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) |