Emacs: Set woman's fill column to global default and use man's faces

master
Pierre Neidhardt 2018-05-14 20:09:18 +02:00
parent 5981ef06a8
commit 3a102519bf
2 changed files with 4 additions and 0 deletions

View File

@ -381,4 +381,6 @@
(when (>= emacs-major-version 26)
(setq x-wait-for-event-timeout nil))
(setq woman-fill-column fill-column)
(provide 'main)

View File

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