mirror of
https://github.com/SqrtMinusOne/micromamba.el.git
synced 2025-12-10 13:23:02 +03:00
Fix window-selection-change-functions add
This commit is contained in:
parent
9d2e9fce93
commit
12c9bb366e
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ buffer."
|
||||||
;; Forms
|
;; Forms
|
||||||
(if micromamba-env-autoactivate-mode ;; already on, now switching off
|
(if micromamba-env-autoactivate-mode ;; already on, now switching off
|
||||||
(add-to-list 'window-selection-change-functions #'micromamba--switch-buffer-auto-activate)
|
(add-to-list 'window-selection-change-functions #'micromamba--switch-buffer-auto-activate)
|
||||||
(delete #'micromamba--switch-buffer-auto-activate 'window-selection-change-functions)))
|
(delete #'micromamba--switch-buffer-auto-activate window-selection-change-functions)))
|
||||||
|
|
||||||
(provide 'micromamba)
|
(provide 'micromamba)
|
||||||
;;; micromamba.el ends here
|
;;; micromamba.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue