Emacs: add extra keybinding for projectile-find-file
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -500,6 +500,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