From 91fa20f8ae7de14f36d000c76f27d9cf85742a79 Mon Sep 17 00:00:00 2001 From: rush Date: Thu, 11 Jun 2026 11:51:57 -0400 Subject: [PATCH] attempt to put the mod bar on the bottom in android --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)) -- 2.39.5