summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index b9999e7..f945279 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -22,7 +22,7 @@
 ;; ... and load 'use-package'
 (require 'use-package)
 
-(use-package config
+(use-package settings
   :load-path (lambda () (expand-file-name  "lib" user-emacs-directory)))
 
 (use-package funcs