summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/init.el b/init.el
index 726253f..9db9d97 100644
--- a/init.el
+++ b/init.el
@@ -8,13 +8,8 @@
;; save customizations as local (unversioned) settings
(setq custom-file (expand-file-name "init-local.el" lisp-directory)))
-;; load given package unless inhibited through inhibited-packages
-(defun maybe-require (package)
- (unless (member package inhibited-packages)
- (require package)))
-
;; packages
-(maybe-require 'init-package)
+(require 'init-package)
;; local settings (optional)
(require 'init-local nil t)