Use SLY as a default shell.

master
Pierre Neidhardt 2021-01-13 11:52:46 +01:00
parent db009aec5b
commit a07348b511
2 changed files with 5 additions and 2 deletions

View File

@ -88,8 +88,8 @@
(exwm-input-set-key (kbd "s-e") #'eww))
(exwm-input-set-key (kbd "s-t") 'helm-selector-org)
(exwm-input-set-key (kbd "s-T") 'helm-selector-org-other-window)
(exwm-input-set-key (kbd "s-<return>") 'helm-selector-shell)
(exwm-input-set-key (kbd "S-s-<return>") 'helm-selector-shell-other-window)
(exwm-input-set-key (kbd "s-<return>") 'ambrevar/helm-selector-sly)
(exwm-input-set-key (kbd "S-s-<return>") 'ambrevar/helm-selector-sly-other-window)
(exwm-input-set-key (kbd "s-m") #'helm-selector-notmuch)
(exwm-input-set-key (kbd "s-M") #'helm-selector-notmuch-other-window)
(exwm-input-set-key (kbd "s-n") #'helm-selector-elfeed)

View File

@ -139,6 +139,9 @@ Good substitute for `sly-mrepl-indent-and-complete-symbol'."
(add-hook 'sly-mrepl-hook #'ambrevar/sly-set-keys)
(add-hook 'sly-mrepl-hook #'company-mode)))
(when (require 'helm-selector nil :noerror)
(require 'init-sly-selector))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Prompt customization
;; TODO: Upstream!