feat(emacs): Tab control
- Removes default "implicit naming" behaviour. - Adds keybinds.
This commit is contained in:
@@ -87,6 +87,7 @@ KEYS is an alist of the parsed keywords."
|
||||
nil)
|
||||
|
||||
(defmacro with-transient-after (hook-or-function &rest forms)
|
||||
(declare (indent defun))
|
||||
(let ((hook-name (gensym "transient-hook"))
|
||||
(hook-or-function* (gensym "hook-or-function")))
|
||||
`(let* ((,hook-or-function* ,hook-or-function))
|
||||
|
||||
Reference in New Issue
Block a user