aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index c94b4f0..a3a6929 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -1,9 +1,6 @@
(setq inhibit-startup-message t)
(setq initial-scratch-message nil)
-(setq load-path (seq-filter (lambda (x) (not (string-match-p "org-202109" x)))
- load-path))
-
(require 'package)
(package-initialize)
@@ -120,7 +117,7 @@
:after evil
:ensure t
:config
- (setq evil-collection-mode-list '(dired eshell eww pdf magit ediff pdf))
+ (setq evil-collection-mode-list '(dired eshell eww pdf magit ediff pdf mu4e))
(evil-collection-init))
(use-package which-key