From 5688e6a78af41f1e58e2094b8f0330f55a927033 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 19 May 2019 00:39:51 -0600 Subject: [PATCH] Setup fzf --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 1d1cd7f..07a6553 100644 --- a/init.el +++ b/init.el @@ -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/" -- 2.38.4