Update init settings
This commit is contained in:
parent
fa40ff909e
commit
4b16935fc9
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -33,6 +33,8 @@
|
|||
(menu-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
(global-hl-line-mode 'global-hl-line-highlight)
|
||||
(blink-cursor-mode -1)
|
||||
(add-to-list 'default-frame-alist '(font . "Hack NF-10:bold"))
|
||||
(add-to-list 'default-frame-alist '(height . 60))
|
||||
(add-to-list 'default-frame-alist '(width . 80))
|
||||
|
|
Loading…
Add table
Reference in a new issue