Commit d3a80c591fb7
Changed files (2)
tools
emacs
tools/emacs/config/config-appearance.el
@@ -41,7 +41,6 @@
:bind (("C-c f s" . fontaine-set-preset)
("C-c f S" . fontaine-set-face-font))
:init
- ;; Test with cascadi code/cascadia mono
;; Use some global constant (from `early-init.el')
(setq fontaine-presets
'((small
tools/emacs/early-init.el
@@ -101,6 +101,7 @@
(defconst font-height 130
"Default font-height to use.")
;; 2024-10-05: Switching from Ubuntu Mono to Cascadia Mono
+;; 2024-96-06: Switching from Cascadia Mono to JetBrains Mono
(defconst font-family-mono "JetBrains Mono"
"Default monospace font-family to use.")
(defconst font-family-sans "Ubuntu Sans"