Move italic customization to private module

This commit is contained in:
Henrik Lissner 2017-06-15 15:09:31 +02:00
parent d3270a9b00
commit c958f1eafd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 6 deletions

View file

@ -20,6 +20,14 @@
(advice-add #'tramp-read-passwd :around #'+hlissner*no-authinfo-for-tramp)
(after! doom-themes
;; Since Fira Mono doesn't have an italicized variant, highlight it instead
(set-face-attribute 'italic nil
:weight 'ultra-light
:foreground "#ffffff"
:background (doom-color 'current-line)))
(after! evil-mc
;; if I'm in insert mode, chances are I want cursors to resume
(add-hook! 'evil-mc-before-cursors-created