Minor, general refactors

Also rename custom lookup handlers for consistency and use the new
inline :async property instead.
This commit is contained in:
Henrik Lissner 2019-05-02 17:57:31 -04:00
parent d17764366e
commit 1c976dc0e4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 18 additions and 13 deletions

View file

@ -141,7 +141,7 @@
;; OS specific fixes
(when IS-MAC
;; Fix MacOS shift+tab
(define-key input-decode-map [S-iso-lefttab] [backtab])
(define-key key-translation-map [S-iso-lefttab] [backtab])
;; Fix conventional OS keys in Emacs
(map! "s-`" #'other-frame ; fix frame-switching
;; fix OS window/frame navigation/manipulation keys