mirror of
https://github.com/SqrtMinusOne/micromamba.el.git
synced 2025-12-10 21:23:03 +03:00
Fix deletion frm window-selection-change-functions
This commit is contained in:
parent
9619d1be5b
commit
359eb819c8
1 changed files with 3 additions and 2 deletions
|
|
@ -321,8 +321,9 @@ buffer."
|
||||||
(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
|
(add-to-list 'window-selection-change-functions
|
||||||
#'micromamba--switch-buffer-auto-activate)
|
#'micromamba--switch-buffer-auto-activate)
|
||||||
|
(setq window-selection-change-functions
|
||||||
(delete #'micromamba--switch-buffer-auto-activate
|
(delete #'micromamba--switch-buffer-auto-activate
|
||||||
window-selection-change-functions)))
|
window-selection-change-functions))))
|
||||||
|
|
||||||
(provide 'micromamba)
|
(provide 'micromamba)
|
||||||
;;; micromamba.el ends here
|
;;; micromamba.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue