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