From f347d808d818e81b4c99441dd55bfdf0967bfc78 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Wed, 15 May 2019 12:59:56 +0200 Subject: [PATCH] Linux settings --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 38f4e861..f882094a 100644 --- a/init.el +++ b/init.el @@ -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)