mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Fix keymap in irc-buffers segment.
This commit is contained in:
parent
e458d77ef0
commit
bf62ed24f3
1 changed files with 1 additions and 1 deletions
|
@ -2128,7 +2128,7 @@ to be an icon and we don't want to remove that so we just return the original."
|
|||
'local-map (make-mode-line-mouse-map 'mouse-1
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(when (buffer-live-p b)
|
||||
(when (buffer-live-p (get-buffer b))
|
||||
(switch-to-buffer b))))))
|
||||
buffers
|
||||
;; `space-width' only affects the width of the spaces here, so we can tighten
|
||||
|
|
Loading…
Add table
Reference in a new issue