From: Amin Bandali Date: Tue, 1 May 2018 00:14:37 +0000 (-0400) Subject: [rc/emacs] disable the internal border of Emacs' frame X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/a4a4626e7d47d7cd08679701dc436533c4459756 [rc/emacs] disable the internal border of Emacs' frame See https://github.com/ch11ng/exwm/issues/169 --- 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