diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-02 17:16:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-02 17:16:44 +0200 |
| commit | 326557aa7a225dbed6ead22fe2da92866a6ed1cc (patch) | |
| tree | 41fd5bdb3b0954c405c91a5639cdff1a4c878fc2 /emacs/init.el | |
| parent | d82abbbad6e36bdc78391893acc9988b1f06b184 (diff) | |
| download | dotfiles-326557aa7a225dbed6ead22fe2da92866a6ed1cc.tar.gz dotfiles-326557aa7a225dbed6ead22fe2da92866a6ed1cc.zip | |
emacs: added the g.el script
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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 |
