Got permission from the author to host this on GitHub, allowing us to
tag for MELPA Stable:
> Date: Wed, 17 Dec 2014 09:26:03 -0700
> Subject: Re: goto-last-change.el
> From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
> To: Cameron Desautels <camdez@gmail.com>
>
> Hi Cameron,
>
> Thanks for the info, I had no idea about such dependencies. I'm
> pleased to hear that it is being used, but at the moment I don't have
> a working development machine so I can't handle the Git upload and
> tagging. I'd really appreciate it if you would take care of that and
> host goto-last-change.el on MELPA.
This allows users to add files to the default file list without
overwriting it. For instance:
(example :fetcher example :url "http://example.com/"
:files (:defaults "an.example"))
This would fetch Emacs Lisp (except tests) and Texinfo files, just like
the defaults, but unlike the defaults, the file an.example would be
included too.
:defaults is only recognized when it's the first element of :files.
Fixes#2275.
The original author of emacs-ipython-notebook, @tkf, has been inactive
on the project for nine months or so. Given that the project is
currently incompatible with current versions of IPython, I have forked
the project to millejoh/emacs-ipython-notebook to provide this
compatibility.
This change updates the MELPA recipe for ein to point to my repository,
since I appear to have become the de-facto maintainer of the project.
evil-commentary.el --- Comment stuff out. A port of vim-commentary.
This program emulates evil-commentary initially developed by Tim Pope
(tpope) It help you comment line with `counts` and `motions`.
`gcc` to comment/uncomment a line
`5gcc` to comment/uncomment 5 lines
`gc$` to comment/uncomment from current position
`gcap` to comment/uncomment current paragraph