Fix org-hide face to actually hide leading stars

This commit is contained in:
Evie Litherland-Smith 2024-09-24 10:02:47 +01:00
parent 5dab916f22
commit 4965693708

View file

@ -122,10 +122,13 @@ Configure the look and feel of Emacs
:foreground
(plist-get base16-current-theme-colors (cdr pairing))))
;; Lighten org-agenda-clocking background to be more legible
(require 'org-faces)
;; Lighten `org-agenda-clocking' background to be more legible.
(set-face-attribute 'org-agenda-clocking nil :background
(plist-get base16-current-theme-colors :base01)))
(plist-get base16-current-theme-colors :base01))
;; Set `org-hide' face to actually match background colour
(set-face-attribute 'org-hide nil :foreground
(plist-get base16-current-theme-colors :base00)))
(require 'server)
(add-hook 'after-init-hook
@ -170,7 +173,7 @@ Configure the look and feel of Emacs
(use-package visual-fill-column
:if (package-installed-p 'visual-fill-column)
:custom
(visual-fill-column-width 180)
(visual-fill-column-width 160)
(visual-fill-column-center-text t)
(visual-fill-column-enable-sensible-window-split t)
:config
@ -199,12 +202,12 @@ This is a showcase of various font and UI features to act as a
standard candle.
**** Font emphasis
Examples of:
- *Bold text* (*)
- /Italic text/ (/)
- _Underscored text_ (_)
- =Literal text= (=)
- ~Code~ (~)
- +Strike-through+ (+)
- *Bold text*
- /Italic text/
- _Underscored text_
- =Literal text=
- ~Code~
- +Strike-through+
**** Character showcase
#+begin_example
ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ abc.def.ghi.jkl.mno.pqrs.tuv.wxyz