diff options
-rw-r--r-- | .emacs.d/init.el | 6 |
1 files changed, 5 insertions, 1 deletions
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 |