General cleanup & refactor; update TODO

This commit is contained in:
Henrik Lissner 2017-05-19 17:21:52 +02:00
parent d52ee9c3be
commit 656452df00
8 changed files with 36 additions and 36 deletions

View file

@ -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)