From 326557aa7a225dbed6ead22fe2da92866a6ed1cc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 2 Aug 2016 17:16:44 +0200 Subject: emacs: added the g.el script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/init.el') 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 -- cgit v1.2.3