From 0cf5ff36c335ad8edd5fcac476a109e64e62d618 Mon Sep 17 00:00:00 2001 From: Chen Bin Date: Sun, 5 Jun 2016 21:42:14 +1000 Subject: [PATCH] updated README --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 2822c40..391d482 100644 --- a/README.org +++ b/README.org @@ -23,6 +23,7 @@ Place [[https://raw.githubusercontent.com/technomancy/find-file-in-project/maste (autoload 'find-file-in-project "find-file-in-project" nil t) (autoload 'find-file-in-project "find-file-in-project-by-selected" nil t) (autoload 'find-file-in-project "find-directory-in-project-by-selected" nil t) +(autoload 'find-file-in-project "ffip-show-diff" nil t) #+end_src It is also possible to use [[http://stable.melpa.org/#/find-file-in-project][melpa]]; however be aware that as of the time of this writing installation using =package.el= is [[https://glyph.twistedmatrix.com/2015/11/editor-malware.html][not recommended]] due to flaws in Emacs's TLS implementation.