Emacs: tweak window settings
Alan Pearce alan@alanpearce.eu
Wed, 10 Jul 2019 22:34:13 +0200
1 files changed, 3 insertions(+), 2 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -64,11 +64,12 @@ (setq x-underline-at-descent-line t) (moody-replace-mode-line-buffer-identification) (moody-replace-vc-mode))) -(setq frame-title-format (list "Emacs")) - (use-package ns-auto-titlebar :if (eq system-type 'darwin) :custom ((ns-auto-titlebar-mode t))) + +(add-to-list 'default-frame-alist '(width . 100)) +(add-to-list 'default-frame-alist '(height . 40)) ;;; Dates & Times