chore(config): Add some config for android device
This commit is contained in:
@@ -331,8 +331,10 @@ targets."
|
||||
|
||||
;; god-mode,模态编辑
|
||||
(use-package god-mode
|
||||
:init
|
||||
(if *is-android* (god-mode-all))
|
||||
:config
|
||||
(which-key-enable-god-mode-support)
|
||||
(unless *is-android* (which-key-enable-god-mode-support))
|
||||
(setq god-mode-enable-function-key-translation nil)
|
||||
|
||||
(defun my-sync-line-numbers-with-god-mode ()
|
||||
|
||||
Reference in New Issue
Block a user