From 9a8351f1a974783f4fcb01fe6d55e4891fa85bcf Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 13 Mar 2019 13:31:03 +0900 Subject: [PATCH] Add comment --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) 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))