Browse Source

Fix sed

master
10sr 5 years ago
parent
commit
f4212be604
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -744,7 +744,7 @@ found, otherwise returns nil."
"\\( -fstype 'sysfs' -o -fstype 'devfs' -o -fstype 'devtmpfs' -o -fstype 'proc' \\) -prune "
"-o -print 2> /dev/null "
"| "
"sed -e 's|\\./||'")))
"sed -e 's|^\\./||'")))
(setenv "FZF_DEFAULT_COMMAND" defcmd))
;; (define-key ctl-x-map (kbd "C-f") 'fzf)
)


Loading…
Cancel
Save