feat(tools/emacs): Configurable depot path, defaulting to /depot

This commit is contained in:
Vincent Ambo 2020-06-11 18:33:02 +01:00
parent 820f591cbb
commit 524b621231
2 changed files with 8 additions and 1 deletions

View file

@ -247,6 +247,13 @@
(use-package web-mode)
(use-package yaml-mode)
(defgroup tazjin nil
"Settings related to my configuration")
(defcustom depot-path "/depot"
"Local path to the depot checkout"
:group 'tazjin)
;; Configuration changes in `customize` can not actually be persisted
;; to the customise file that Emacs is currently using (since it comes
;; from the Nix store).