mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Adding mu4e to Emacs
This commit is contained in:
@@ -499,6 +499,13 @@
|
||||
doom-modeline-persp-name t ;; adds perspective name to modeline
|
||||
doom-modeline-persp-icon t)) ;; adds folder icon next to persp name
|
||||
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
(require 'mu4e)
|
||||
(load-file "~/nc/emacs-stuff/email-mu4e.el")
|
||||
|
||||
;; The command used to get your emails (adapt this line, see section 2.3):
|
||||
(setq mu4e-get-mail-command "mbsync --config ~/.config/emacs/.mbsyncrc distrotube")
|
||||
|
||||
(use-package neotree
|
||||
:config
|
||||
(setq neo-smart-open t
|
||||
|
||||
Reference in New Issue
Block a user