diff --git a/emacs.el b/emacs.el index 5e4c3b4..ba88439 100644 --- a/emacs.el +++ b/emacs.el @@ -731,6 +731,10 @@ found, otherwise returns nil." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; file handling +;; Cannot goto directory from fzf +;; (when (autoload-eval-lazily 'fzf) +;; (define-key ctl-x-map (kbd "C-f") 'fzf)) + (when (safe-require-or-eval 'recently) (recently-mode 1))