From 74adb21a35f964eebcd06a8747311297905dcec9 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 4 Nov 2025 15:11:16 -0600 Subject: Emacs: Always enable touch keyboard on Android --- common/.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index a6bb7ca..4c1da38 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -469,6 +469,8 @@ desktop-load-locked-desktop 'check-pid + touch-screen-display-keyboard t + completion-styles '(basic flex partial-completion initials) completion-ignore-case t read-file-name-completion-ignore-case t -- cgit v1.2.3