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/atomic-chrome/files/50atomic-chrome-gentoo.el

6 lines
242 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'atomic-chrome-start-server "atomic-chrome"
"Start websocket server for atomic-chrome." t)
(autoload 'atomic-chrome-stop-server "atomic-chrome"
"Stop websocket server for atomic-chrome." t)