all repos — nixfiles @ 114df7733b3534738c23e170b563cb7abd29da43

System and user configuration, managed by nix and home-manager

Emacs: add extra keybinding for projectile-find-file

Alan Pearce
commit

114df7733b3534738c23e170b563cb7abd29da43

parent

5ac5ba3ba8e7b78736ff0e12a065713658579063

1 file changed, 4 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -494,6 +494,8 @@ (bind-key "C-c i" #'ucs-insert)
(unbind-key "s-n") +(bind-key "s-x" (define-prefix-command 'super-x-map)) + (set-register ?e `(file . ,*init-file*)) ;; Enable narrowing functions C-x n
@@ -664,7 +666,8 @@ ;;;; Projects
(use-package projectile :ensure t - :bind (("C-c C-f" . projectile-find-file)) + :bind (("C-c C-f" . projectile-find-file) + ("s-x s-f" . projectile-find-file)) :commands (projectile-global-mode)) (use-package project-persist