diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 8edf7d0..140913c 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -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 diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 545aeae..9f3c1e0 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -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 diff --git a/.config/emacs/scripts/app-launchers.el b/.config/emacs/scripts/app-launchers.el index c290791..db57c28 100644 --- a/.config/emacs/scripts/app-launchers.el +++ b/.config/emacs/scripts/app-launchers.el @@ -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)"