From e8ea4a813c7902feabd2e26bf1d1be856809e506 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 30 Mar 2020 11:43:34 +0200 Subject: [PATCH] Update Display and Custom settings --- bundle/custom.el | 1 + bundle/display.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/custom.el b/bundle/custom.el index cb0d8547..05a27f48 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -62,6 +62,7 @@ '(nord-comment-brightness 15) '(nord-region-highlight "snowstorm") '(nord-uniform-mode-lines t) + '(olivetti-body-width 89) '(org-modules (quote (ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))) diff --git a/bundle/display.el b/bundle/display.el index efb1c1d5..3a04837a 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -39,7 +39,7 @@ (when (eq system-type 'windows-nt) (when (string= (system-name) "EVG02667NB") - (add-to-list 'default-frame-alist '(font . "Iosevka Term-12")))) + (add-to-list 'default-frame-alist '(font . "Iosevka Term-13")))) (provide 'display)