From a1652f607f66f4a782df1f53631fb99f50f28b54 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 31 Jan 2023 14:48:13 -0500 Subject: diminish eldoc --- dot_emacs.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dot_emacs.tmpl') 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) -- cgit v1.2.3