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
5
.config/emacs/config/man.el
Normal file
5
.config/emacs/config/man.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
(use-package man
|
||||
:ensure t
|
||||
:config
|
||||
(set-face-attribute 'Man-overstrike nil :inherit font-lock-type-face :bold t)
|
||||
(set-face-attribute 'Man-underline nil :inherit font-lock-keyword-face :underline t))
|
Loading…
Add table
Add a link
Reference in a new issue