Helm: Set up helm-switch-to-repl.

master
Pierre Neidhardt 2020-11-26 10:52:20 +01:00
parent 030b4756b1
commit d904488d63
1 changed files with 3 additions and 0 deletions

View File

@ -367,4 +367,7 @@ Useful for Guix."
(defmethod helm-setup-user-source ((source helm-moccur-class))
(setf (slot-value source 'action-transformer) 'helm-occur-action-transformer))
(when (require 'helm-switch-to-repl nil :noerror)
(helm-switch-to-repl-setup))
(provide 'init-helm)