man: Add config for man
Add a configuration for man so that the man-pages are shown in color.
This commit is contained in:
parent
ba2d6bd3a7
commit
faa5a9908f
3 changed files with 7 additions and 1 deletions
5
.emacs.d/config/man.el
Normal file
5
.emacs.d/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