From 8d385de598ee6095f4e9aef7418ea75383c618f7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 30 Jun 2015 22:09:54 -0700 Subject: [PATCH] imalison:uuid --- dotfiles/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 803e7ed2..b34cdac9 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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))