New function (alias): +workspace-current

This commit is contained in:
Henrik Lissner
2017-07-08 13:47:17 +02:00
parent 9194d020e4
commit 78c3549b0f

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."