Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created July 31, 2020 11:54
Show Gist options
  • Save NakedMoleRatScientist/8a2dc16d43ded42343112d2ccc09ad20 to your computer and use it in GitHub Desktop.
Save NakedMoleRatScientist/8a2dc16d43ded42343112d2ccc09ad20 to your computer and use it in GitHub Desktop.
(require 'wc-mode)
(defun wc-hook ()
(wc-mode 1))
(add-hook 'wc-mode #'markdown-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment