mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
emacs: fonts
This commit is contained in:
parent
ee49874e6b
commit
4a1b3dcd62
2 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue