doomemacs/modules/module-collab.el

9 lines
143 B
EmacsLisp
Raw Normal View History

2015-10-26 01:30:38 -04:00
;;; module-collab.el
(use-package impatient-mode
:defer t
:commands httpd-start)
(provide 'module-collab)
;;; module-collab.el ends here