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 <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-06-18 22:48:19 -04:00 committed by glittershark
parent dbb4a57bbf
commit d5c3619118
3 changed files with 19 additions and 2 deletions

View file

@ -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.