~edwargix/emacs.d

5688e6a78af41f1e58e2094b8f0330f55a927033 — David Florness 6 years ago 1194ee9
Setup fzf
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/"