diff options
Diffstat (limited to 'app-emacs/atomic-chrome/files/50atomic-chrome-gentoo.el')
-rw-r--r-- | app-emacs/atomic-chrome/files/50atomic-chrome-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/atomic-chrome/files/50atomic-chrome-gentoo.el b/app-emacs/atomic-chrome/files/50atomic-chrome-gentoo.el new file mode 100644 index 000000000000..82777a793c51 --- /dev/null +++ b/app-emacs/atomic-chrome/files/50atomic-chrome-gentoo.el @@ -0,0 +1,5 @@ +(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) |