X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/7acb70d3bf0323a7545ba4b89981d0ffd47a2c7a..34ff66678933c0a792f290fc5d46cff800c50291:/spacemacs/.emacs.d/private/aminb/packages.el?ds=sidebyside diff --git a/spacemacs/.emacs.d/private/aminb/packages.el b/spacemacs/.emacs.d/private/aminb/packages.el index 36c9400..119726a 100644 --- a/spacemacs/.emacs.d/private/aminb/packages.el +++ b/spacemacs/.emacs.d/private/aminb/packages.el @@ -17,15 +17,19 @@ ;;; Code: (defconst aminb-packages - '(crux writeroom-mode znc - ;; mu4e has to be installed manually, - ;; and make sure it's in load-path - (mu4e :location site) - (mu4e-contrib :location site) - smtpmail - ) + '(creamsody-theme + crux + ;; mu4e has to be installed manually, + ;; and make sure it's in load-path + (mu4e :location site) + (mu4e-contrib :location site) + smtpmail + writeroom-mode + znc) "The list of Lisp packages required by the aminb layer.") +(defun aminb/init-creamsody-theme ()) + (defun aminb/init-crux () (use-package crux :defer t @@ -141,7 +145,7 @@ erc-modified-channels-alist. Should be executed on window change." :config (progn (setq mu4e-maildir "~/mail" - mu4e-get-mail-command "mbsync -aq" ;; or fetchmail, or ... + mu4e-get-mail-command "mbsync -a" ;; or fetchmail, or ... mu4e-update-interval 300 ;; update every 5 minutes mu4e-view-show-addresses t mu4e-headers-include-related t @@ -159,6 +163,7 @@ erc-modified-channels-alist. Should be executed on window change." mu4e-drafts-folder "/amin/Drafts" mu4e-trash-folder "/amin/Trash" user-mail-address "amin@aminb.org" + mu4e-context-policy 'pick-first mu4e-contexts (list (make-mu4e-context :name "amin"