blob: 788ac23ffebaf8d24c60e0daeafe036910436c53 (
plain)
1
2
3
4
5
|
(add-to-list 'load-path "@SITELISP@")
(autoload 'elfeed-protocol-disable "elfeed-protocol"
"Disable hooks and advices for elfeed-protocol." t)
(autoload 'elfeed-protocol-enable "elfeed-protocol"
"Enable hooks and advices for elfeed-protocol." t)
|