🐃 time for a new font (and ligatures)
This commit is contained in:
parent
ccc8e9de6d
commit
c38664ec48
@ -6,7 +6,7 @@ tap 'homebrew/cask-fonts'
|
|||||||
tap 'd12frosted/emacs-plus'
|
tap 'd12frosted/emacs-plus'
|
||||||
|
|
||||||
# brews
|
# brews
|
||||||
brew 'emacs-plus'
|
brew 'emacs-plus@28'
|
||||||
brew 'mas'
|
brew 'mas'
|
||||||
|
|
||||||
# casks
|
# casks
|
||||||
@ -19,8 +19,7 @@ cask 'docker'
|
|||||||
cask 'fantastical'
|
cask 'fantastical'
|
||||||
cask 'figma'
|
cask 'figma'
|
||||||
cask 'firefox'
|
cask 'firefox'
|
||||||
cask 'font-hack'
|
cask 'font-jetbrains-mono'
|
||||||
cask 'font-hack-nerd-font'
|
|
||||||
cask 'google-chrome'
|
cask 'google-chrome'
|
||||||
cask 'hazel'
|
cask 'hazel'
|
||||||
cask 'iterm2'
|
cask 'iterm2'
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
;; font string. You generally only need these two:
|
;; font string. You generally only need these two:
|
||||||
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
|
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
|
||||||
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
|
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
|
||||||
(setq doom-font (font-spec :family "Hack" :size 14))
|
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
|
||||||
|
|
||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||||
;;hydra
|
;;hydra
|
||||||
;;indent-guides ; highlighted indent columns
|
;;indent-guides ; highlighted indent columns
|
||||||
;;ligatures ; ligatures and symbols to make your code pretty again
|
ligatures ; ligatures and symbols to make your code pretty again
|
||||||
;;minimap ; show a map of the code on the side
|
;;minimap ; show a map of the code on the side
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
;;nav-flash ; blink cursor line after big motions
|
;;nav-flash ; blink cursor line after big motions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user