Minor, general refactors
Also rename custom lookup handlers for consistency and use the new inline :async property instead.
This commit is contained in:
parent
d17764366e
commit
1c976dc0e4
6 changed files with 18 additions and 13 deletions
|
@ -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!")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue