From 99332da43b8324814ca6c1af7f0076f83c8ce233 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 9 Feb 2025 02:09:16 -0500 Subject: Port the rest of my GNU Emacs configuration to use-package --- .emacs.d/lisp/bandali-essentials.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.d/lisp/bandali-essentials.el') diff --git a/.emacs.d/lisp/bandali-essentials.el b/.emacs.d/lisp/bandali-essentials.el index e233481..ad1e141 100644 --- a/.emacs.d/lisp/bandali-essentials.el +++ b/.emacs.d/lisp/bandali-essentials.el @@ -376,6 +376,9 @@ :hook ((text-mode tex-mode) . auto-fill-mode) :custom + ;; See `bandali-gnus' for my Gnus configuration. + (mail-user-agent 'gnus-user-agent) + (read-mail-command #'gnus) ;; Save what I copy into clipboard from other applications into ;; Emacs' kill-ring, which would allow me to still be able to ;; easily access it in case I kill (cut or copy) something else @@ -426,6 +429,7 @@ (use-package completion-preview ;; :if (package-installed-p 'completion-preview) :if (version<= "30" emacs-version) + :delight " cprev" :bind (:map completion-preview-active-mode-map -- cgit v1.2.3-60-g2f50