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