diff options
Diffstat (limited to 'ennu.el')
-rw-r--r-- | ennu.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -492,4 +492,9 @@ as keys. Keys are compared using `equal'." (_ (httpd-serve-root proc httpd-root (concat uri-path ".html") request))))) (httpd-start)) +(defun ennu-server-stop () + (interactive) + (httpd-stop) + (message "Ennu web server stopped")) + (provide 'ennu) |