🐃 time for a new font (and ligatures)

This commit is contained in:
James Walker 2020-11-27 14:33:30 -05:00
parent ccc8e9de6d
commit c38664ec48
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@ tap 'homebrew/cask-fonts'
tap 'd12frosted/emacs-plus'
# brews
brew 'emacs-plus'
brew 'emacs-plus@28'
brew 'mas'
# casks
@ -19,8 +19,7 @@ cask 'docker'
cask 'fantastical'
cask 'figma'
cask 'firefox'
cask 'font-hack'
cask 'font-hack-nerd-font'
cask 'font-jetbrains-mono'
cask 'google-chrome'
cask 'hazel'
cask 'iterm2'

View File

@ -21,7 +21,7 @@
;; font string. You generally only need these two:
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
;; 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
;; available. You can either set `doom-theme' or manually load a theme with the

View File

@ -35,7 +35,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;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
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions