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.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 5f857df..c8cfe70 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -4,6 +4,9 @@
(require 'package)
(package-initialize)
+(eval-when-compile
+ (require 'use-package))
+
(setq backup-directory-alist `((".*" . "~/.emacs.d/backup")))
(setq custom-file "~/.emacs.d/custom.el")
@@ -146,6 +149,7 @@
:ensure t)
(use-package org
+ :ensure t
:custom
(org-adapt-indentation nil)
(org-startup-indented t)