Update init

This commit is contained in:
Marcus Kammer 2019-11-05 20:23:05 +01:00
parent 350be47f27
commit ece41abe09

View file

@ -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 ()