[emacs] Keywords as italics is nice
This commit is contained in:
parent
e112e686fc
commit
e5b297962a
1 changed files with 6 additions and 0 deletions
|
|
@ -119,3 +119,9 @@
|
|||
'(which-func-mode-global t nil (which-func))
|
||||
'(widget-editable-list-gui t)
|
||||
'(x-stretch-cursor nil))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(font-lock-keyword-face ((t (:slant italic)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue