[emacs] Keywords as italics is nice

This commit is contained in:
John Doty 2025-05-13 19:45:37 +00:00
parent e112e686fc
commit e5b297962a

View file

@ -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)))))