From: rush Date: Thu, 11 Jun 2026 15:51:57 +0000 (-0400) Subject: attempt to put the mod bar on the bottom in android X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=91fa20f8ae7de14f36d000c76f27d9cf85742a79;p=emacsinit.git attempt to put the mod bar on the bottom in android --- diff --git a/config.org b/config.org index 1e89042..cf82cab 100644 --- a/config.org +++ b/config.org @@ -1001,8 +1001,10 @@ Stolen from https://www.masteringemacs.org/article/fixing-mark-commands-transien (load-theme 'eng-paper t) (if (equal system-type 'android) - (progn (modifier-bar-mode 1) - (setq touch-screen-display-keyboard t)) + (progn (setq touch-screen-display-keyboard t + tool-bar-position 'bottom) + (modifier-bar-mode 1) + (tool-bar-mode 1)) (progn (menu-bar-mode -1) (tool-bar-mode -1))) (set-scroll-bar-mode (if (eq system-type 'windows-nt) nil 'left))