forked from colonelpanic/dotfiles
imalison:insert-uuid
This commit is contained in:
parent
29bcc1f882
commit
cece434a59
@ -165,6 +165,10 @@
|
||||
(interactive)
|
||||
(s-replace "\n" "" (shell-command-to-string "uuid")))
|
||||
|
||||
(defun imalison:insert-uuid ()
|
||||
(interactive)
|
||||
(insert (imalison:uuid)))
|
||||
|
||||
(defmacro suppress-messages (&rest forms)
|
||||
`(flet ((message (&rest r) nil))
|
||||
,@forms))
|
||||
|
Loading…
Reference in New Issue
Block a user