Do not show links in Org mode with bold face

It took me surprisingly long to realize that the bold face is harder to read
than with normal weight.
This commit is contained in:
Daniel - 2022-06-09 18:56:13 +02:00
parent e1e7da0c81
commit 16afbd038f
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Known to work well with the `solarized-dark theme.")
'(org-clock-overlay ((t (:background "black"))))
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal))))
'(org-headline-done ((t (:foreground "#859900"))))
'(org-link ((t (:inherit link :weight normal))))
'(outline-4 ((t (:inherit org-level-4))))
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))

View File

@ -17,6 +17,7 @@
'(org-clock-overlay ((t (:background "black"))))
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal :height 110 :family "DejaVu Sans Mono"))))
'(org-headline-done ((t (:foreground "#859900"))))
'(org-link ((t (:inherit link :weight normal))))
'(outline-4 ((t (:inherit org-level-4))))
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))