diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 861323e..beffa9c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -184,6 +184,11 @@ The user will end up in the *scratch* buffer." (global-set-key (kbd "C-c a") 'mssola-cleanup-workspace) +;;; My lisp directory + +(add-to-list 'load-path "~/.emacs.d/lisp") +(require 'g) + ;;; Packages ;; I'm using use-package to handle my installed packages. I don't know if it's |
