[rc/emacs] disable the internal border of Emacs' frame
authorAmin Bandali <amin@aminb.org>
Tue, 1 May 2018 00:14:37 +0000 (20:14 -0400)
committerAmin Bandali <amin@aminb.org>
Tue, 1 May 2018 00:16:13 +0000 (20:16 -0400)
See https://github.com/ch11ng/exwm/issues/169

rc.org

diff --git a/rc.org b/rc.org
index de3ef32..5757f61 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -3537,7 +3537,7 @@ then
     bspwm &
 elif [ $(hostname) = "enigma" ]
 then
-    emacs &
+    emacs -ib 0 &
 fi
 #+end_src