emacs: Bind "s-p" to helm-pass

master
Pierre Neidhardt 2018-02-08 23:54:54 +01:00
parent 2b871ec987
commit e5198ae391
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@
(if (fboundp 'helm-emms)
(exwm-input-set-key (kbd "s-A") #'helm-emms)
(exwm-input-set-key (kbd "s-A") #'emms)))
(when (fboundp 'helm-pass)
(exwm-input-set-key (kbd "s-p") #'helm-pass))
(when (delq nil (mapcar (lambda (path) (string-match "/mu4e/\\|/mu4e$" path)) load-path))
(exwm-input-set-key (kbd "s-m") #'mu4e-headers))