From c3467ab08d162ed73a4bd511644a4e747c5488af Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 17 Jun 2016 22:07:22 +0800 Subject: spacemacs.d/init.el: set the frame size --- _Xresources | 5 ++++- _spacemacs.d/init.el | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_Xresources b/_Xresources index 325469f..ec3b107 100644 --- a/_Xresources +++ b/_Xresources @@ -9,7 +9,7 @@ ! Aaron LI ! Created: 2014-05-10 -! Updated: 2016-01-25 +! Updated: 2016-06-17 !---------------------------------------------------------- !!! xft settings {{{ @@ -402,4 +402,7 @@ rofi.color-urgent: argb:00111111, #af652f, argb:00111111, #af652f, #0F3B5F rofi.color-active: argb:00111111, #70a16c, argb:00111111, #70a16c, #0F3B5F !!! rofi }}} +!! Emacs +Emacs.geometry: 86x34 + ! vim: set ts=8 sw=4 tw=78 ft=xdefaults: ! diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 168a146..4c4b4e4 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -289,6 +289,10 @@ ;; Separate line number from text using a vertical line (setq linum-format "%4d\u2502") ;; + ;; Set the default size for all frames + (add-to-list 'default-frame-alist '(width . 86)) + (add-to-list 'default-frame-alist '(height . 34)) + ;; ;; Prevent the visual selection overriding the system clipboard (fset 'evil-visual-update-x-selection 'ignore) ;; Prevent transferring data to clipboard manager when exiting -- cgit v1.2.2