Created
July 31, 2020 11:54
-
-
Save NakedMoleRatScientist/8a2dc16d43ded42343112d2ccc09ad20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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