From c38664ec484b49e14dc1e40af6148d176367a5b0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 27 Nov 2020 14:33:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=83=20time=20for=20a=20new=20font=20(a?= =?UTF-8?q?nd=20ligatures)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.Brewfile | 5 ++--- home/.doom.d/config.el | 2 +- home/.doom.d/init.el | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/home/.Brewfile b/home/.Brewfile index ba57964..123b9e0 100644 --- a/home/.Brewfile +++ b/home/.Brewfile @@ -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' diff --git a/home/.doom.d/config.el b/home/.doom.d/config.el index 6e41b04..f68fa32 100644 --- a/home/.doom.d/config.el +++ b/home/.doom.d/config.el @@ -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 diff --git a/home/.doom.d/init.el b/home/.doom.d/init.el index 47cc105..f56b806 100644 --- a/home/.doom.d/init.el +++ b/home/.doom.d/init.el @@ -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