Compare commits

...

2 Commits

Author SHA1 Message Date
kj
156c544f73 Fix foregroun nil error. 2022-11-23 20:47:30 -04:00
kj
900e6d181b Remove comment. 2022-11-23 20:47:08 -04:00
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
:straight t
:defines (company-dabbrev-ignore-case company-dabbrev-downcase)
:custom-face
;; (company-tooltip-annotation ((t (:inherit completions-annotations :foreground nil))))
(company-box-selection ((t (:inherit company-tooltip :weight semibold :extend t))))
:hook (after-init . global-company-mode)
:bind (

View File

@ -19,7 +19,7 @@
;; Ensure that anything that should be fixed-pitch in Org files appears that way
(set-face-attribute 'org-hide nil :inherit 'fixed-pitch)
(set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch)
(set-face-attribute 'org-block nil :foreground 'unspecified :inherit 'fixed-pitch)
(set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch))
(set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch))
(set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch))