diff --git a/ui.el b/ui.el index 27569ac..fd3488c 100644 --- a/ui.el +++ b/ui.el @@ -179,6 +179,11 @@ :config (setq emacs-everywhere-frame-parameters '((name . "emacs-everywhere") (height . 18) (width . 80) (tab-bar-lines . 0)))) +;; Android specific configuration +(when (equal system-type 'android) + (global-set-key (kbd " ") + '(lambda () (interactive) (frame-toggle-on-screen-keyboard (selected-frame) nil)))) + (provide 'ui) ;;; ui.el ends here