Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
This commit is contained in:
parent
05ad81c631
commit
7df5b0e507
19 changed files with 3 additions and 3 deletions
6
.config/emacs/config/pass.el
Normal file
6
.config/emacs/config/pass.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
(use-package ivy-pass
|
||||
:ensure t
|
||||
:init
|
||||
(setq password-store-password-length 32)
|
||||
:bind
|
||||
("C-x p" . ivy-pass))
|
Loading…
Add table
Add a link
Reference in a new issue