diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-06-17 22:07:22 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-06-17 22:26:23 +0800 |
commit | c3467ab08d162ed73a4bd511644a4e747c5488af (patch) | |
tree | 92b0f034b7c9dba5dfec822b15c051f625d89af1 /_Xresources | |
parent | 7c0575dbc19d189b6274950a76e6aef9140475ab (diff) | |
download | dotfiles-c3467ab08d162ed73a4bd511644a4e747c5488af.tar.bz2 |
spacemacs.d/init.el: set the frame size
Diffstat (limited to '_Xresources')
-rw-r--r-- | _Xresources | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_Xresources b/_Xresources index 325469f..ec3b107 100644 --- a/_Xresources +++ b/_Xresources @@ -9,7 +9,7 @@ ! Aaron LI <aaronly.me@outlook.com> ! 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: ! |