fix(tazjin/emacs): fix path to my custom.el
Change-Id: If2a3f741a7b05358b6d09ea7c60d4a2fa3cf5263 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8968 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
fec80fe720
commit
6ecc7a2ee4
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@
|
|||
;; The way this will work for now is that Emacs will *write*
|
||||
;; configuration to the file tracked in my repository, while not
|
||||
;; actually *reading* it from there (unless Emacs is rebuilt).
|
||||
(setq custom-file (expand-file-name "~/depot/tools/emacs/config/custom.el"))
|
||||
(setq custom-file (f-join depot-path "users" "tazjin" "emacs" "config" "custom.el"))
|
||||
(load-library "custom")
|
||||
|
||||
(defvar home-dir (expand-file-name "~"))
|
||||
|
|
Loading…
Reference in a new issue