Update Display and Custom settings

This commit is contained in:
Marcus Kammer 2020-03-30 11:43:34 +02:00
parent 823788ffba
commit e8ea4a813c
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@
'(nord-comment-brightness 15) '(nord-comment-brightness 15)
'(nord-region-highlight "snowstorm") '(nord-region-highlight "snowstorm")
'(nord-uniform-mode-lines t) '(nord-uniform-mode-lines t)
'(olivetti-body-width 89)
'(org-modules '(org-modules
(quote (quote
(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))) (ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)))

View file

@ -39,7 +39,7 @@
(when (eq system-type 'windows-nt) (when (eq system-type 'windows-nt)
(when (string= (system-name) "EVG02667NB") (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) (provide 'display)