Comment this out, since it does not respond to C-x C-+

This commit is contained in:
Benson Chu 2022-09-01 06:50:31 -05:00
parent d8132874eb
commit 08d37618ac

View file

@ -26,14 +26,17 @@
(deftheme same-defaults)
(defvar my/fixed-pitch-height 100)
(defvar my/variable-pitch-height 130)
;; (defvar my/fixed-pitch-height 100)
;; (defvar my/variable-pitch-height 130)
(custom-theme-set-faces
'same-defaults
`(default ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height))))
`(fixed-pitch ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height))))
`(variable-pitch ((t (:family "Linux Libertine" :height ,my/variable-pitch-height))))
`(default ((t (:family "Roboto Mono" ;; :height ,my/fixed-pitch-height
))))
`(fixed-pitch ((t (:family "Roboto Mono" ;; :height ,my/fixed-pitch-height
))))
`(variable-pitch ((t (:family "Linux Libertine" ;; :height ,my/variable-pitch-height
))))
;; '(org-todo ((((class color) (min-colors 16) (background light)) (:foreground "Red1" :bold t :inherit fixed-pitch))
;; (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :bold t :inherit fixed-pitch))
;; (((class color) (min-colors 8) (background light)) (:foreground "red" :bold t :inherit fixed-pitch))