diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-15 16:05:22 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-15 16:05:22 +0200 |
commit | 611a8438e7ed78a1304352c2a1b20c517834fd31 (patch) | |
tree | c7ca66a88a865593af28bb8e08eb642b19b3c254 /doc | |
parent | 9d1c7a8d3a9d43e202bf473ff10c451aac1ccd9f (diff) | |
download | geiser-611a8438e7ed78a1304352c2a1b20c517834fd31.tar.gz geiser-611a8438e7ed78a1304352c2a1b20c517834fd31.tar.bz2 |
Company mode screencast seems gone for good
And Dmitry is now maintaining it. Links updated, issue #3 fixed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/install.texi b/doc/install.texi index daad928..3cf957a 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -223,12 +223,10 @@ by) the following Emacs packages: Regardless of whether you use Geiser or not, you shouldn't be coding in any Lisp dialect without the aid of Taylor Campbell's structured editing mode. -@item @uref{http://nschum.de/src/emacs/company-mode/, Company}. -Nikolaj Schumacher's @code{company-mode} provides a generic front-end -for completion engines (such as Geiser's). Very nice if you like that -kind of thing: judge by yourself with the help of -@uref{http://www.screentoaster.com/watch/stU0lSRERIR1pYRFVdXVlRVFFV/company_mode_for_gnu_emacs, -this screencast}. +@item @uref{http://company-mode.github.io/, Company}. +Nikolaj Schumacher's and Dmitry Gutov's @code{company-mode} provides a +generic front-end for completion engines (such as Geiser's), with pretty +and automatic completion lists. @item @uref{http://www.neilvandyke.org/quack/, Quack}. You can still use the many goodies provided by Neil van Dyke's @code{quack-mode}, since most of them are not (yet) available in Geiser. |