mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
6 lines
183 B
EmacsLisp
6 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)
|