From a4a4626e7d47d7cd08679701dc436533c4459756 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 30 Apr 2018 20:14:37 -0400 Subject: [PATCH] [rc/emacs] disable the internal border of Emacs' frame See https://github.com/ch11ng/exwm/issues/169 --- rc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.org b/rc.org index de3ef32..5757f61 100644 --- a/rc.org +++ b/rc.org @@ -3537,7 +3537,7 @@ then bspwm & elif [ $(hostname) = "enigma" ] then - emacs & + emacs -ib 0 & fi #+end_src -- 2.20.1