]> git.earman.xyz Git - emacsinit.git/commitdiff
touchscreen show kb by default
authorrearman <rearman@r717.net>
Thu, 11 Jun 2026 15:35:27 +0000 (11:35 -0400)
committerrearman <rearman@r717.net>
Thu, 11 Jun 2026 15:35:27 +0000 (11:35 -0400)
config.org

index 8f20895851cde8015b373018630fc5b4e50d7d76..1e89042d5d13439b59cc5a356c3892b73a31f736 100644 (file)
@@ -1001,7 +1001,8 @@ Stolen from https://www.masteringemacs.org/article/fixing-mark-commands-transien
 (load-theme 'eng-paper t)
 
 (if (equal system-type 'android)
-    (modifier-bar-mode 1)
+    (progn (modifier-bar-mode 1)
+           (setq touch-screen-display-keyboard t))
   (progn (menu-bar-mode -1)
          (tool-bar-mode -1)))
 (set-scroll-bar-mode (if (eq system-type 'windows-nt) nil 'left))