mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
New function (alias): +workspace-current
This commit is contained in:
@@ -73,6 +73,9 @@ perspectives."
|
|||||||
(error "%s is not an available workspace" name))
|
(error "%s is not an available workspace" name))
|
||||||
persp)))
|
persp)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defalias '+workspace-current #'get-current-persp)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +workspace-current-name ()
|
(defun +workspace-current-name ()
|
||||||
"Get the name of the currently active workspace."
|
"Get the name of the currently active workspace."
|
||||||
|
Reference in New Issue
Block a user