mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
5 lines
183 B
EmacsLisp
5 lines
183 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'restclient-mode "restclient"
|
|
"Turn on restclient mode." t)
|
|
(autoload 'helm-restclient "restclient-helm"
|
|
"Helm for Restclient." t)
|