Update init
This commit is contained in:
parent
477f3c7f35
commit
a0d400b1c7
1 changed files with 18 additions and 14 deletions
8
init.el
8
init.el
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue