From 6f179afd4940ac7c079585785865bc0e9f0b8719 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 18 Feb 2020 11:01:57 +0000 Subject: [PATCH] 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. --- emacs/.emacs.d/wpc/keybindings.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 116c1e638..cdc99af55 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -47,6 +47,11 @@ (keybinding/exwm "" #'exwm/switch-to-exwm-buffer) +(general-define-key + :prefix "" + :states '(normal) + "." #'ffap) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Vterm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;