Browse Source

Fix warning

master
10sr 4 years ago
parent
commit
576b2930ed
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -1148,6 +1148,8 @@ THEM are function and its args."
(call-interactively 'find-file)))

(defvar fzf/position-bottom)
(declare-function fzf/start "fzf")
(declare-function term-reset-size "term")
(defun my-fzf ()
"Invoke `fzf' with my configurations."
(require 'fzf)


Loading…
Cancel
Save