mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
selectrum: refactor +irc/selectrum-jump-to-channel
This commit is contained in:
@@ -72,6 +72,16 @@ argument) is non-nil only show channels in current server."
|
||||
((featurep! :completion selectrum) #'+irc/selectrum-jump-to-channel)
|
||||
((user-error "No jump-to-channel backend is enabled. Enable selectrum or ivy!")))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +irc--circe-all-buffers ()
|
||||
(cl-loop with servers = (circe-server-buffers)
|
||||
for server in servers
|
||||
collect server
|
||||
nconc
|
||||
(with-current-buffer server
|
||||
(cl-loop for buf in (circe-server-chat-buffers)
|
||||
collect buf))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +irc/tracking-next-buffer ()
|
||||
"Disables switching to an unread buffer unless in the irc workspace."
|
||||
|
Reference in New Issue
Block a user