Set private buffer-file-name-style to 'relative-from-project
This commit is contained in:
parent
a2c2ee3246
commit
06b14a5722
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
(defvar +hlissner-snippets-dir (expand-file-name "snippets/" +hlissner-dir))
|
(defvar +hlissner-snippets-dir (expand-file-name "snippets/" +hlissner-dir))
|
||||||
|
|
||||||
(setq epa-file-encrypt-to user-mail-address
|
(setq epa-file-encrypt-to user-mail-address
|
||||||
auth-sources (list (expand-file-name ".authinfo.gpg" +hlissner-dir)))
|
auth-sources (list (expand-file-name ".authinfo.gpg" +hlissner-dir))
|
||||||
|
+doom-modeline-buffer-file-name-style 'relative-from-project)
|
||||||
|
|
||||||
(defun +hlissner*no-authinfo-for-tramp (orig-fn &rest args)
|
(defun +hlissner*no-authinfo-for-tramp (orig-fn &rest args)
|
||||||
"Don't look into .authinfo for local sudo TRAMP buffers."
|
"Don't look into .authinfo for local sudo TRAMP buffers."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue