Skip to content

Commit

Permalink
emacs: fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 13, 2024
1 parent ee49874 commit 4a1b3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example:
;;
(setq doom-font (font-spec :family "Fira Code" :size 13))
;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
;;
Expand Down
2 changes: 1 addition & 1 deletion doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
;;(emoji +unicode) ; 🙂
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;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
Expand Down

0 comments on commit 4a1b3dc

Please sign in to comment.