summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-30 00:34:19 +0100
committerGravatar Tom Willemse2015-11-30 00:34:19 +0100
commit2186b26e8ae0b94091f66e00fe59899a632e25ec (patch)
tree3dd28c71cb7f778f736e0f90f68f46987ba519ab /x11
parent06acbed5a4b74b0b5f688eba94feabeeea09acb0 (diff)
downloaddotfiles-2186b26e8ae0b94091f66e00fe59899a632e25ec.tar.gz
dotfiles-2186b26e8ae0b94091f66e00fe59899a632e25ec.zip
Specify an internal border for Emacs
Diffstat (limited to 'x11')
-rw-r--r--x11/.Xdefaults1
-rw-r--r--x11/.config/Xresources/Emacs.conf4
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/.Xdefaults b/x11/.Xdefaults
index b24ac7b..1fa1cb7 100644
--- a/x11/.Xdefaults
+++ b/x11/.Xdefaults
@@ -98,7 +98,6 @@ urxvt.color15: #ededed
Emacs.useXIM: off
Emacs.borderWidth: 0
Emacs.foreground: #eeeeec
-Emacs.internalBorder: 0
Emacs.paneFont: Fantasque Sans Mono-13
Emacs.pointerColor: #eeeeec
Emacs*menu*font: Fantasque Sans Mono-13
diff --git a/x11/.config/Xresources/Emacs.conf b/x11/.config/Xresources/Emacs.conf
index 2ed650f..e8fbe04 100644
--- a/x11/.config/Xresources/Emacs.conf
+++ b/x11/.config/Xresources/Emacs.conf
@@ -29,3 +29,7 @@ Emacs.mode-line.attributeBox: unspecified
! My preferred font.
Emacs.font: Fantasque Sans Mono-13
+
+! Instead of having the window manager add a border, add an internal
+! border to Emacs, for style!
+Emacs.internalBorder: 15