From 2186b26e8ae0b94091f66e00fe59899a632e25ec Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 30 Nov 2015 00:34:19 +0100 Subject: [PATCH] Specify an internal border for Emacs --- x11/.Xdefaults | 1 - x11/.config/Xresources/Emacs.conf | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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