Update init

This commit is contained in:
Marcus Kammer 2019-06-12 15:01:48 +02:00
parent 724f9108d6
commit de1c4ad01b

View file

@ -126,10 +126,10 @@
(add-to-list 'default-frame-alist '(width . 80))))
(when (eq system-type 'gnu/linux)
(setq-default line-spacing 10)
(setq-default line-spacing 3)
(when (display-graphic-p)
;;(add-to-list 'default-frame-alist '(font . "Roboto Mono-11"))
(add-to-list 'default-frame-alist '(height . 55))
(add-to-list 'default-frame-alist '(height . 50))
(add-to-list 'default-frame-alist '(width . 80))))
(defun copy-whole-buffer ()