mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Comment this out, since it does not respond to C-x C-+
This commit is contained in:
parent
d8132874eb
commit
08d37618ac
1 changed files with 8 additions and 5 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue