fix: typo in font name
This commit is contained in:
committed by
Rahul Martim Juliato
parent
99f470a668
commit
853fd6a578
2
init.el
2
init.el
@@ -206,7 +206,7 @@
|
|||||||
;; Configure font settings based on the operating system.
|
;; Configure font settings based on the operating system.
|
||||||
;; Ok, this kickstart is meant to be used on the terminal, not on GUI.
|
;; Ok, this kickstart is meant to be used on the terminal, not on GUI.
|
||||||
;; But without this, I fear you could start Graphical Emacs and be sad :(
|
;; But without this, I fear you could start Graphical Emacs and be sad :(
|
||||||
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Front" :height 100)
|
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font" :height 100)
|
||||||
(when (eq system-type 'darwin) ;; Check if the system is macOS.
|
(when (eq system-type 'darwin) ;; Check if the system is macOS.
|
||||||
(setq mac-command-modifier 'meta) ;; Set the Command key to act as the Meta key.
|
(setq mac-command-modifier 'meta) ;; Set the Command key to act as the Meta key.
|
||||||
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font" :height 130))
|
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font" :height 130))
|
||||||
|
|||||||
Reference in New Issue
Block a user