Compare commits
	
		
			2 Commits
		
	
	
		
			38d53dc5c1
			...
			156c544f73
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 156c544f73 | |||
| 900e6d181b | 
| @@ -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 ( | ||||
|   | ||||
| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user