about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/emacs.d/init.el')
-rw-r--r--users/glittershark/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el
index 59e34b0bf8..eda79b2ed8 100644
--- a/users/glittershark/emacs.d/init.el
+++ b/users/glittershark/emacs.d/init.el
@@ -167,6 +167,9 @@
        ;; provides a Spacemacs-inspired keybinding scheme and a smartparens
        ;; config. Use it as a reference for your own modules.
        (default +bindings +smartparens))
+
+(appendq! load-path (split-string (getenv "EMACSLOADPATH") ":"))
+
 (custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.