diff --git a/init.el b/init.el index ce1fe67..772fe61 100644 --- a/init.el +++ b/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)