private/hlissner: refactor bindings

This commit is contained in:
Henrik Lissner 2017-05-16 17:41:26 +02:00
parent b2d8ddd322
commit c22375b7d7
2 changed files with 11 additions and 2 deletions

View file

@ -8,6 +8,13 @@ private/hlissner/snippets."
(doom-fetch :github "hlissner/emacs-snippets"
(expand-file-name "snippets" (doom-module-path :private 'hlissner))))
;;;###autoload
(defun +hlissner/C-u-M-x ()
"Invokes `execute-extended-command' with the universal argument."
(interactive)
(let ((current-prefix-arg 1))
(call-interactively #'execute-extended-command)))
(defmacro +hlissner-def-finder! (name dir)
"Define a pair of find-file and browse functions."
`(progn