1 files changed, 7 insertions(+), 0 deletions(-)
M init.el
M init.el => init.el +7 -0
@@ 48,6 48,13 @@
(setq make-backup-files nil)
+(use-package fzf
+ :commands fzf-projectile
+ :init
+ (progn
+ (evil-global-set-key 'normal (kbd "C-n") #'fzf-projectile)))
+
+
(use-package scribble
:straight nil
:load-path "contrib/"