Update init
This commit is contained in:
parent
724f9108d6
commit
de1c4ad01b
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -126,10 +126,10 @@
|
||||||
(add-to-list 'default-frame-alist '(width . 80))))
|
(add-to-list 'default-frame-alist '(width . 80))))
|
||||||
|
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(setq-default line-spacing 10)
|
(setq-default line-spacing 3)
|
||||||
(when (display-graphic-p)
|
(when (display-graphic-p)
|
||||||
;;(add-to-list 'default-frame-alist '(font . "Roboto Mono-11"))
|
;;(add-to-list 'default-frame-alist '(font . "Roboto Mono-11"))
|
||||||
(add-to-list 'default-frame-alist '(height . 55))
|
(add-to-list 'default-frame-alist '(height . 50))
|
||||||
(add-to-list 'default-frame-alist '(width . 80))))
|
(add-to-list 'default-frame-alist '(width . 80))))
|
||||||
|
|
||||||
(defun copy-whole-buffer ()
|
(defun copy-whole-buffer ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue