chrisbarrett / skeletor.el

Powerful project skeletons for Emacs
GNU General Public License v3.0
126 stars 17 forks source link

Adding flycheck-mode and checkdoc-minor-mode for Elisp projects #10

Closed DamienCassou closed 10 years ago

DamienCassou commented 10 years ago

What about adding a .dir-locals.el file with

((emacs-lisp-mode
  (eval . (flycheck-mode))
  (eval . (checkdoc-minor-mode))))

And add flycheck as a developer dependency in the Cask file?