From e0a613267f0bb2459b1de1a659e730e212fa144c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 28 Jan 2024 22:11:07 +0200 Subject: emacs: Add package-lint & load mu4e only on hermes and zeus --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 20127f3..e7ec48d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -779,6 +779,10 @@ :config (mu4e-alert-enable-mode-line-display)) +(use-package package-lint + :defer t) + (require 'thanos-commands) ;; Misc commands -(require 'thanos-mu4e) ;; Email client configurationensure +(when (or is-zeus is-hermes) + (require 'thanos-mu4e)) ;;; init.el ends here -- cgit v1.2.3