diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-12 07:12:19 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-12 07:12:19 -0800 |
| commit | 59c852833be40da34d0179526a1bd5308efbdf3d (patch) | |
| tree | 7f16549aaf23e4e5c62e9ee1a88d6f86b4ba91d6 /emacs.d/init.el | |
| parent | [bin] Before building pants targets, check source is available (diff) | |
| download | emacs.d-59c852833be40da34d0179526a1bd5308efbdf3d.tar.gz | |
[Emacs] Rename config.el to settings.el
Diffstat (limited to '')
| -rw-r--r-- | emacs.d/init.el | 2 |
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 |
