[rc/emacs] disable the internal border of Emacs' frame
[~bandali/configs] / 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