diff options
author | JSDurand <mmemmew@gmail.com> | 2021-02-24 11:12:12 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-02-24 11:12:12 +0800 |
commit | 43361742793189be2797d8c7767c44f6fa4fa8c2 (patch) | |
tree | a57a85d3d10907249fb45c7710d49d731ee5657e /rime-conf.el | |
parent | df81e44b85cbaf07b80425d5a9069950dcc954ee (diff) |
QoL changes and fix rime sending message
* elfeed-conf.el (elfeed-feeds): Apply more tags automatically.
* init.el (prepare-rime, global-map): Load rime automatically.
* rime-conf.el ("emacs-rime"): Don't send a message when sending
special letters to rime.
Diffstat (limited to 'rime-conf.el')
-rw-r--r-- | rime-conf.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rime-conf.el b/rime-conf.el index 950feab..b38e3ec 100644 --- a/rime-conf.el +++ b/rime-conf.el @@ -49,7 +49,6 @@ ('return 10) (_ key-raw)))) (mask (cdr parsed))) - (message "key: %S" key) (unless (numberp key) (error "Can't send this keybinding to librime")) (rime-lib-process-key key mask) |