General cleanup & refactor; update TODO
This commit is contained in:
parent
d52ee9c3be
commit
656452df00
8 changed files with 36 additions and 36 deletions
|
@ -12,7 +12,7 @@ private/hlissner/snippets."
|
|||
(defun +hlissner/C-u-M-x ()
|
||||
"Invokes `execute-extended-command' with the universal argument."
|
||||
(interactive)
|
||||
(let ((current-prefix-arg 1))
|
||||
(let ((current-prefix-arg 4))
|
||||
(call-interactively #'execute-extended-command)))
|
||||
|
||||
(defmacro +hlissner-def-finder! (name dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue