Adding mu4e to Emacs

This commit is contained in:
Derek Taylor
2024-04-10 21:41:07 -05:00
parent 9d3dae6f01
commit aeaa014498
3 changed files with 1 additions and 7 deletions

View File

@@ -503,9 +503,6 @@
(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

View File

@@ -702,9 +702,6 @@ NOTE For privacy reasons, I'm importing all of my mu4e settings from a separate
(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")
#+end_src
* NEOTREE

View File

@@ -28,7 +28,7 @@
;; The 'app-launcher' is a better run launcher since it reads the desktop applications on your system and you can search them by their names as defined in their desktop file. This means that sometimes you have to search for a generic term rather than the actual binary command of the program.
(use-package app-launcher
:elpaca '(app-launcher :host github :repo "SebastienWae/app-launcher"))
:ensure '(app-launcher :host github :repo "SebastienWae/app-launcher"))
;; create a global keyboard shortcut with the following code
;; emacsclient -cF "((visibility . nil))" -e "(emacs-run-launcher)"