Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
[wm] Rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 16, 2023
1 parent 8dfbbca commit 21bf6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edie-wm.el
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ will be applied to windows matched by FILTERS."
(add-hook 'edie-wm-window-rules-functions #'edie-wm-tile-maybe-tile)
(add-hook 'edie-wm-window-close-functions #'edie-wm-backend-window-close 95)

(edie-wm-reset-window-list))
(edie-wm-window-reset-list))

(edie-wm-backend-stop)

Expand Down Expand Up @@ -243,7 +243,7 @@ switch to."
`(desktop . ((name . ,name))))
edie-wm-default-desktop-list))

(defun edie-wm-reset-desktop-list ()
(defun edie-wm-desktop-reset-list ()
"Reset the desktop list."
(interactive)
(setq edie-wm--desktop-list nil)
Expand Down Expand Up @@ -389,7 +389,7 @@ switch to."
"An alist of windows where the keys are the window ids."
(or edie-wm--window-list (edie-wm-reset-window-list)))

(defun edie-wm-reset-window-list ()
(defun edie-wm-window-reset-list ()
"Reload the window list."
(declare (edie-log t))
(interactive)
Expand Down

0 comments on commit 21bf6ab

Please sign in to comment.