New function (alias): +workspace-current

This commit is contained in:
Henrik Lissner 2017-07-08 13:47:17 +02:00
parent 9194d020e4
commit 78c3549b0f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -73,6 +73,9 @@ perspectives."
(error "%s is not an available workspace" name))
persp)))
;;;###autoload
(defalias '+workspace-current #'get-current-persp)
;;;###autoload
(defun +workspace-current-name ()
"Get the name of the currently active workspace."