about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/init.el
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-19T02·48-0400
committerglittershark <grfn@gws.fyi>2020-06-19T03·17+0000
commitd5c36191180f72726fd12ce36f2db7ffa977fb61 (patch)
treeae38369bf30efa234a2ce0652fe0c09703a9ccd7 /users/glittershark/emacs.d/init.el
parentdbb4a57bbf38d4cb5db1b663721f5edb5deb65ac (diff)
feat(g/emacs): Install dottime from depot via nix r/1035
To test out emacs package installs from depot

Change-Id: Ia8bb370d671c566c6ce8de08b47925ec3a1653e4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/493
Reviewed-by: glittershark <grfn@gws.fyi>
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.