Commit 337e99468f6f

Vincent Demeester <vincent@sbr.pm>
2025-11-13 16:50:16
tools/emacs: remove ffap bindings
Instead, rely on the default file-name-at-point-fuctions called ffap-guess-file-name-at-point that does the same thing when issues M-n while using find-file. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a474f27
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -320,10 +320,6 @@ minibuffer, even without explicitly focusing it."
 (use-package passage
   :commands (passage-get))
 
-(use-package ffap
-  :hook
-  (after-init . ffap-bindings))
-
 (use-package find-file
   :bind ("C-x C-g" . ff-find-other-file))