diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index fe9d4a8..9be2dd7 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -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)))))