summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-10-02 01:58:30 -0400
committerKyle Meyer <kyle@kyleam.com>2014-10-02 01:58:30 -0400
commitb23504f56199633243cf758d1f24bb3dde9af28d (patch)
tree3afc25be32169840525990c31bf5c46aef63549b /init.el
parent35a1a360cb60b327d6ae5e6d2972be2bca7c3c1a (diff)
downloademacs.d-b23504f56199633243cf758d1f24bb3dde9af28d.tar.gz
Remove outdated work-around from Stan setup
Upstream no longer adds flymake to the mode hook (94f846c).
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 36dfccd..3eb1f9e 100644
--- a/init.el
+++ b/init.el
@@ -33,7 +33,7 @@
(require 'init-haskell)
(require 'init-python)
(require 'init-ess)
-(require 'init-stan)
+(require-package 'stan-mode)
(require-package 'lua-mode)
(require 'init-tex)