el-get/recipes/filladapt.rcp
Daniel Farina 32373c6d05 Add :load clause for "filladapt"
Without this, one is stuck loading filladapt manually.  In the comments,
filladapt.el states:

	;; Since this package replaces existing Emacs functions, it cannot
	;; be autoloaded.  Save this in a file named filladapt.el in a
	;; Lisp directory that Emacs knows about, byte-compile it and put
	;;    (require 'filladapt)
	;; in your .emacs file.
2014-08-28 09:45:48 -07:00

6 lines
329 B
Plaintext

(:name filladapt
:description "Filladapt enhances the behavior of Emacs' fill functions by guessing the proper fill prefix in many contexts. Emacs has a built-in adaptive fill mode but Filladapt is much better."
:type http
:url "http://www.wonderworks.com/download/filladapt.el"
:load "filladapt.el")