Update init

This commit is contained in:
Marcus Kammer 2019-09-19 19:06:59 +02:00
parent 477f3c7f35
commit a0d400b1c7

View file

@ -74,7 +74,7 @@ There are two things you can do about this warning:
(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"