Linux settings

This commit is contained in:
Marcus Kammer 2019-05-15 12:59:56 +02:00
parent 52d6f760e1
commit f347d808d8

View file

@ -122,6 +122,13 @@
(add-to-list 'default-frame-alist '(height . 55))
(add-to-list 'default-frame-alist '(width . 80))))
(when (eq system-type 'gnu/linux)
(setq-default line-spacing 10)
(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 '(width . 80))))
(defun copy-whole-buffer ()
"Copy entire buffer to clipboard"
(interactive)