diff --git a/emacs/init.org b/emacs/init.org index ca81557..b8f8958 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -904,6 +904,8 @@ In some modes I want vanilla Emacs bindings: (leader-def-key "fd" 'dired) (leader-def-key "fs" 'sudo-find-file) (leader-def-key "ft" 'auto-revert-tail-mode) + (leader-def-key "fp" 'find-file-at-point) + (general-def '(normal motion visual) "gf" 'find-file-at-point) #+END_SRC ** Window commands