From a0d400b1c7e011430616008b24428aaf1fe18364 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Thu, 19 Sep 2019 19:06:59 +0200 Subject: [PATCH] Update init --- init.el | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/init.el b/init.el index 55fd8748..07486acc 100755 --- a/init.el +++ b/init.el @@ -60,21 +60,21 @@ There are two things you can do about this warning: (quote ("82358261c32ebedfee2ca0f87299f74008a2e5ba5c502bde7aaa15db20ee3731" "4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) '(default-frame-alist - (quote - ((fullscreen . maximized) - (width . 86) - (height . 46) - (font . "Iosevka Term-13.0") - (vertical-scroll-bars) - (horizontal-scroll-bars) - (menu-bar-lines . 0) - (tool-bar-lines . 0) - (line-spacing . 2) - (undecorated . t) - (alpha 96 . 80)))) + (quote + ((fullscreen . maximized) + (width . 86) + (height . 46) + (font . "Iosevka Term-13.0") + (vertical-scroll-bars) + (horizontal-scroll-bars) + (menu-bar-lines . 0) + (tool-bar-lines . 0) + (line-spacing . 2) + (undecorated . t) + (alpha 96 . 80)))) '(delete-selection-mode t) '(diary-file "~/Documents/Diary/diary") - '(display-battery-mode nil) + '(display-battery-mode t) '(display-line-numbers nil) '(display-time-mode t) '(display-time-world-list @@ -198,7 +198,11 @@ There are two things you can do about this warning: (when (eq system-type 'gnu/linux) (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") - (setq-default line-spacing 3)) + (setq-default line-spacing 3) + (when (string= (system-name) "xps-13-9380") + (add-to-list 'default-frame-alist '(font . "Iosevka Term-14.0")) + (message "%s" (system-name)))) + (defun copy-whole-buffer () "Copy entire buffer to clipboard"