mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Adding mu4e to Emacs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user