diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-13T17·05+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-13T17·05+0100 |
commit | de723c142b31afe6061fca243917dee88cc6c625 (patch) | |
tree | 3fc04e38d9fcac0dc5700bdbf342ee8af5a03aa2 /emacs/.emacs.d/wpc/wpc-keybindings.el | |
parent | 994a632ac379fcac0637baa0e1e00e4a091d7cbe (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.el | 2 |
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 |