diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-stan.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/init-stan.el b/lisp/init-stan.el deleted file mode 100644 index 16f427c..0000000 --- a/lisp/init-stan.el +++ /dev/null @@ -1,9 +0,0 @@ -(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) |