Add undo-tree package
This commit is contained in:
parent
81c60f404d
commit
affdeb52fe
4 changed files with 18 additions and 2 deletions
|
|
@ -46,8 +46,11 @@
|
|||
(defun set-font-to-screen ()
|
||||
"Automatically set font size to suit the monitor."
|
||||
(interactive)
|
||||
;; If display is set to emulate FullHD resultion or less, make the font
|
||||
;; smaller.
|
||||
(if (>= 1080 (x-display-pixel-height))
|
||||
(set-font "Hack" 13)
|
||||
;; Else, set to default size.
|
||||
(set-font "Hack" 16)))
|
||||
|
||||
;; Do it automatically on startup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue