blob: 16f427c9b0a0b7859d40916f9902d47e2dd72932 (
plain)
1
2
3
4
5
6
7
8
9
|
(require-package 'stan-mode)
(require 'stan-mode)
;; Remove the anonymous function that activates flymake. This is not a
;; good solution because it will likely break when this hook is
;; modified, but I don't see a stan-mode variable to disable flymake.
(remove-hook 'stan-mode-hook (car (last stan-mode-hook)))
(provide 'init-stan)
|