gw-lucas
Results
2
comments of
gw-lucas
With `doom-tomorrow-night`: ``` Warning: setting attribute ‘:foreground’ of face ‘show-paren-mismatch’: nil value is invalid, use ‘unspecified’ instead. Warning: setting attribute ‘:foreground’ of face ‘show-paren-match’: nil value is invalid, use ‘unspecified’...
Interestingly enough, I now have the exact same problem, but the other way around. In Emacs 29.3, with Org 9.6.15. ```lisp (add-to-list 'load-path "/path/to/org-appear") (setq org-fold-core-style 'text-properties) (require 'org) (require...