mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(editor): Change GUI font used in Linux to Menlo for Powerline
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user