Update default frame size
Enable which-function-mode again
This commit is contained in:
parent
074a154db6
commit
006a0bf88e
5
init.el
5
init.el
|
@ -71,12 +71,13 @@
|
|||
async-shell-command-display-buffer nil
|
||||
compilation-scroll-output t)
|
||||
|
||||
(add-to-list 'default-frame-alist '(width . 120))
|
||||
(add-to-list 'default-frame-alist '(width . 192))
|
||||
(add-to-list 'default-frame-alist '(height . 48))
|
||||
|
||||
(global-prettify-symbols-mode +1)
|
||||
(global-auto-revert-mode +1)
|
||||
(delete-selection-mode +1)
|
||||
(which-function-mode -1)
|
||||
(which-function-mode +1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue