fix(users/sterni/emacs): set tvl-depot-path correctly
Change-Id: I5f9928816c86495addab31ca33e51141b415d42a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4948 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
9596c642d5
commit
46bf91f086
1 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,9 @@
|
||||||
; gerrit doesn't like 80 column commit messages…
|
; gerrit doesn't like 80 column commit messages…
|
||||||
(add-hook 'git-commit-mode-hook (lambda () (setq fill-column 72)))
|
(add-hook 'git-commit-mode-hook (lambda () (setq fill-column 72)))
|
||||||
(evil-define-key 'normal 'global (kbd "<leader>gr") 'magit-status))
|
(evil-define-key 'normal 'global (kbd "<leader>gr") 'magit-status))
|
||||||
(use-package tvl :after magit)
|
(use-package tvl
|
||||||
|
:after magit
|
||||||
|
:custom tvl-depot-path (concat (getenv "HOME") "/src/depot"))
|
||||||
|
|
||||||
(setq ediff-split-window-function 'split-window-horizontally)
|
(setq ediff-split-window-function 'split-window-horizontally)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue