From d5c36191180f72726fd12ce36f2db7ffa977fb61 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 18 Jun 2020 22:48:19 -0400 Subject: feat(g/emacs): Install dottime from depot via nix To test out emacs package installs from depot Change-Id: Ia8bb370d671c566c6ce8de08b47925ec3a1653e4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/493 Reviewed-by: glittershark --- users/glittershark/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users/glittershark/emacs.d') diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el index 59e34b0bf8c6..eda79b2ed8bc 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. -- cgit 1.4.1