From 6f179afd4940ac7c079585785865bc0e9f0b8719 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 18 Feb 2020 11:01:57 +0000 Subject: 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(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 116c1e638b96..cdc99af557ca 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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit 1.4.1