0xekez / htmlz-mode

extremely simple html live preview for Emacs
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Add autoloads cookie over "define-minor=mode" (single line) #2

Open danielkrajnik opened 1 year ago

danielkrajnik commented 1 year ago

To let htmlz-mode be loaded correctly by package managers (tested on straight.el/doom emacs) please let's add "autoloads cookie" on line 109:

;;;###autoload
(define-minor-mode htmlz-mode ...

It will allow the htmlz-mode to correctly appear when starting emacs.