Define KBD for find-file-at-point (i.e. ffap)

I'm attempting to incorporate the beloved find-file-at-point function into my
workflow.
This commit is contained in:
William Carroll 2020-02-18 11:01:57 +00:00
parent 159301da50
commit 6f179afd49

View file

@ -47,6 +47,11 @@
(keybinding/exwm "<C-M-tab>" #'exwm/switch-to-exwm-buffer)
(general-define-key
:prefix "<SPC>"
:states '(normal)
"." #'ffap)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Vterm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;