Linux settings
This commit is contained in:
parent
52d6f760e1
commit
f347d808d8
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
@ -122,6 +122,13 @@
|
||||||
(add-to-list 'default-frame-alist '(height . 55))
|
(add-to-list 'default-frame-alist '(height . 55))
|
||||||
(add-to-list 'default-frame-alist '(width . 80))))
|
(add-to-list 'default-frame-alist '(width . 80))))
|
||||||
|
|
||||||
|
(when (eq system-type 'gnu/linux)
|
||||||
|
(setq-default line-spacing 10)
|
||||||
|
(when (display-graphic-p)
|
||||||
|
;;(add-to-list 'default-frame-alist '(font . "Roboto Mono-11"))
|
||||||
|
(add-to-list 'default-frame-alist '(height . 55))
|
||||||
|
(add-to-list 'default-frame-alist '(width . 80))))
|
||||||
|
|
||||||
(defun copy-whole-buffer ()
|
(defun copy-whole-buffer ()
|
||||||
"Copy entire buffer to clipboard"
|
"Copy entire buffer to clipboard"
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Add table
Reference in a new issue