fix: typo in font name

This commit is contained in:
Sameer Kumar
2024-10-11 08:39:58 +05:30
committed by Rahul Martim Juliato
parent 99f470a668
commit 853fd6a578

View File

@@ -206,7 +206,7 @@
;; Configure font settings based on the operating system.
;; 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 :(
(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.
(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))