all repos — nixfiles @ b5254e23c4c4188212f3cd9980a8ae77fd9d9b43

System and user configuration, managed by nix and home-manager

Emacs: remove message when loading mail config

Alan Pearce
commit

b5254e23c4c4188212f3cd9980a8ae77fd9d9b43

parent

faa2328752953e0dea28b3b004b681a2cbd3e428

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -1110,7 +1110,7 @@ "bi" #'ibuffer
"bz" #'bury-buffer "iu" #'counsel-unicode-char) -(load (expand-file-name "mail.el" user-emacs-directory) :noerror) +(load (expand-file-name "mail.el" user-emacs-directory) :noerror :nomessage) ;; # Local Variables: ;; # flycheck-disabled-checkers: 'emacs-lisp-checkdoc