feat(wpcarro/emacs): Support passage.el
Intentionally-feature-incomplete Elisp integration with `passage`. Change-Id: Ia46ddb93ac7df1f91b9d9221ac8fbe5f11010f97 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7559 Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
36d4a7c2fa
commit
133a38e8f6
6 changed files with 92 additions and 4 deletions
|
|
@ -47,6 +47,7 @@
|
|||
(require 'key-chord)
|
||||
(require 'edebug)
|
||||
(require 'avy)
|
||||
(require 'passage)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Helper Functions
|
||||
|
|
@ -207,7 +208,7 @@
|
|||
(keybindings-exwm "<M-tab>" #'window-manager-next-workspace)
|
||||
(keybindings-exwm "<M-S-iso-lefttab>" #'window-manager-prev-workspace)
|
||||
(keybindings-exwm "C-S-f" #'window-manager-toggle-previous)
|
||||
(keybindings-exwm "C-M-\\" #'ivy-pass)
|
||||
(keybindings-exwm "C-M-\\" #'passage-select)
|
||||
|
||||
(defun keybindings-copy-emoji ()
|
||||
"Select an emoji from the completing-read menu."
|
||||
|
|
|
|||
|
|
@ -109,8 +109,6 @@
|
|||
(unless constants-ci?
|
||||
(prescient-persist-mode 1)))
|
||||
|
||||
(use-package ivy-pass)
|
||||
|
||||
;; all-the-icons
|
||||
(use-package all-the-icons
|
||||
:config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue