diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 4b311a5a..d58c96b8 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -381,4 +381,6 @@ (when (>= emacs-major-version 26) (setq x-wait-for-event-timeout nil)) +(setq woman-fill-column fill-column) + (provide 'main) diff --git a/.emacs.d/lisp/visual.el b/.emacs.d/lisp/visual.el index 7913f726..efd38112 100644 --- a/.emacs.d/lisp/visual.el +++ b/.emacs.d/lisp/visual.el @@ -137,6 +137,8 @@ (with-eval-after-load 'man (set-face-attribute 'Man-underline nil :foreground (face-foreground 'font-lock-string-face) :underline nil) (set-face-attribute 'Man-overstrike nil :foreground (face-foreground 'font-lock-comment-face) :weight 'normal)) +(with-eval-after-load 'woman + (set-face-foreground 'woman-bold (face-foreground 'font-lock-comment-face))) ;;; Term ;;; Use lighter blue.