From 0c45d32524ff14c63e10f2a31f9ae0e09944d546 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 11 Aug 2020 19:42:23 +0900 Subject: [PATCH] Add ad-hoc fix --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index b1a42ae..8776cb6 100644 --- a/emacs.el +++ b/emacs.el @@ -1164,7 +1164,8 @@ THEM are function and its args." "--color='bg+:-1' " "--inline-info " "--cycle " - "--reverse " + ;; TODO: fix + ;; "--reverse " (format "--prompt='[%s]> ' " dir))) (fzf/start dir)