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

@ -30,7 +30,6 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
:symbols '(("t" "nil")
("let" "let*")
("when" "unless")
("append" "prepend")
("advice-add" "advice-remove")
("add-hook" "remove-hook")
("add-hook!" "remove-hook!")))