Skip to content

Commit

Permalink
test some new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JC committed Apr 2, 2020
1 parent f7e9809 commit fb9f585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .spacemacs.d/init.el
Expand Up @@ -206,11 +206,11 @@ It should only modify the values of Spacemacs settings."

;; Default font, or prioritized list of fonts. `powerline-scale' allows to
;; quickly tweak the mode-line size to make separators look not too crappy.
dotspacemacs-default-font '("Input Mono"
dotspacemacs-default-font '("JetBrains Mono"
:size 13
:weight normal
:width normal
:powerline-scale 1.1)
:powerline-scale 1.2)
;; The leader key
dotspacemacs-leader-key "SPC"

Expand Down Expand Up @@ -348,7 +348,7 @@ It should only modify the values of Spacemacs settings."
;; text-mode
;; :size-limit-kb 1000)
;; (default nil)
dotspacemacs-line-numbers t
dotspacemacs-line-numbers nil
;; Code folding method. Possible values are `evil' and `origami'.
;; (default 'evil)
dotspacemacs-folding-method 'evil
Expand Down

0 comments on commit fb9f585

Please sign in to comment.