aboutsummaryrefslogtreecommitdiff
path: root/gui/conf
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf')
-rw-r--r--gui/conf/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 726e48e..47ab5cf 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -1,6 +1,9 @@
(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)
@@ -175,7 +178,6 @@
:ensure t)
(use-package org
- :ensure org-plus-contrib
:custom
(org-adapt-indentation nil)
(org-startup-indented t)