all repos — nixfiles @ eb706278d86b0143a159164e898a236292cdaa87

System and user configuration, managed by nix and home-manager

Emacs: tweak window settings
Alan Pearce alan@alanpearce.eu
Wed, 10 Jul 2019 22:34:13 +0200
commit

eb706278d86b0143a159164e898a236292cdaa87

parent

f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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