You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/quilt-el/files/50quilt-el-gentoo.el

8 lines
294 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'quilt-mode "quilt"
"Toggle quilt-mode. With positive arg, enable quilt-mode." t)
(autoload 'quilt-hook "quilt"
"Enable quilt mode for quilt-controlled files.")
(add-hook 'find-file-hook 'quilt-hook)
(add-hook 'after-revert-hook 'quilt-hook)