forked from colonelpanic/dotfiles
imalison:uuid
This commit is contained in:
parent
6e9d4f615b
commit
8d385de598
@ -161,6 +161,9 @@
|
||||
;; functions
|
||||
;; =============================================================================
|
||||
|
||||
(defun imalison:uuid ()
|
||||
(interactive)
|
||||
(s-replace "\n" "" (shell-command-to-string "uuid")))
|
||||
(defmacro suppress-messages (&rest forms)
|
||||
`(flet ((message (&rest r) nil))
|
||||
,@forms))
|
||||
|
Loading…
Reference in New Issue
Block a user