emacs: add default width/height

master
an 2020-01-16 16:45:35 -05:00
parent 6cdcab6d5d
commit 59c77b1e1a
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
(defvaralias 'c-basic-offset 'tab-width)
(defvaralias 'rust-indent-offset 'tab-width)
(add-to-list 'default-frame-alist '(font . "Go Mono-12"))
(add-to-list 'default-frame-alist '(font . "Go Mono-12"))
(add-to-list 'default-frame-alist '(width . 80))
(add-to-list 'default-frame-alist '(height . 55))
;; EOF