refactor(emacs): start playing with Hasklig font

This commit is contained in:
Ade Attwood 2020-12-29 07:58:41 +00:00
parent 755f41bcf8
commit 72431d9b18
2 changed files with 5 additions and 2 deletions

View file

@ -238,8 +238,8 @@ It should only modify the values of Spacemacs settings."
;; Default font or prioritized list of fonts.
;;dotspacemacs-default-font '("Fira Code" :size 10.0)
dotspacemacs-default-font '("LigaFreeMono"
:size 10.0)
;; dotspacemacs-default-font '("LigaFreeMono" :size 10.0)
dotspacemacs-default-font '("Hasklig" :size 12.0)
;; The leader key (default "SPC")
dotspacemacs-leader-key "SPC"

View file

@ -53,5 +53,8 @@ class core::packages {
#
core::packages::gem { [
'neovim',
'mail',
'pandoc-ruby',
'puppet-lint',
]: }
}