chore(editor): Change GUI font used in Linux to Menlo for Powerline

This commit is contained in:
2020-04-09 13:57:21 +01:00
parent 767014dba5
commit e90ea7d4bf

View File

@@ -8,7 +8,7 @@
;; Set default font
(if window-system
(set-face-attribute 'default nil :family "Monaco" :height 80))
(set-face-attribute 'default nil :family "Menlo for Powerline" :height 90))
;; Keybindinds
(global-set-key (kbd "s-<return>") 'siren-linux-toggle-fullscreen)