about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-keybindings.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-13T17·05+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-13T17·05+0100
commitde723c142b31afe6061fca243917dee88cc6c625 (patch)
tree3fc04e38d9fcac0dc5700bdbf342ee8af5a03aa2 /emacs/.emacs.d/wpc/wpc-keybindings.el
parent994a632ac379fcac0637baa0e1e00e4a091d7cbe (diff)
Prefer project.el to projectile
Today @tazjin told me about Emacs's built-in project.el library, which he
recommended that I extend to support monorepo-specific tooling. It worked like a
charm!

Now when I press "<leader>f", it will resolve to either the nearest file named
default.nix or directory name .git.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-keybindings.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-keybindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-keybindings.el b/emacs/.emacs.d/wpc/wpc-keybindings.el
index 7d6e57db2530..a66906dc6a3f 100644
--- a/emacs/.emacs.d/wpc/wpc-keybindings.el
+++ b/emacs/.emacs.d/wpc/wpc-keybindings.el
@@ -108,7 +108,7 @@
  "S" #'sort-lines
  "=" #'align
  "p" #'flycheck-previous-error
- "f" #'wpc/find-file
+ "f" #'project-find-file
  "n" #'flycheck-next-error
  "N" #'smerge-next
  "W" #'balance-windows