Update init
This commit is contained in:
parent
350be47f27
commit
ece41abe09
1 changed files with 3 additions and 2 deletions
5
init.el
5
init.el
|
@ -96,7 +96,7 @@ There are two things you can do about this warning:
|
||||||
'(fill-column 72)
|
'(fill-column 72)
|
||||||
'(font-lock-maximum-decoration t)
|
'(font-lock-maximum-decoration t)
|
||||||
'(global-auto-revert-mode t)
|
'(global-auto-revert-mode t)
|
||||||
'(global-display-line-numbers-mode t)
|
'(global-display-line-numbers-mode nil)
|
||||||
'(global-font-lock-mode t)
|
'(global-font-lock-mode t)
|
||||||
'(global-hl-line-mode t)
|
'(global-hl-line-mode t)
|
||||||
'(icomplete-mode t)
|
'(icomplete-mode t)
|
||||||
|
@ -239,7 +239,8 @@ There are two things you can do about this warning:
|
||||||
(when (display-graphic-p)
|
(when (display-graphic-p)
|
||||||
;; (toggle-frame-fullscreen)
|
;; (toggle-frame-fullscreen)
|
||||||
(setq-default line-spacing 3)
|
(setq-default line-spacing 3)
|
||||||
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))))
|
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14")))
|
||||||
|
(when (string= (system-name) "XPS-13-9380")))
|
||||||
;; ++++++++++++++++++++ OS
|
;; ++++++++++++++++++++ OS
|
||||||
|
|
||||||
(defun copy-whole-buffer ()
|
(defun copy-whole-buffer ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue