ruby: add to org-babel-load-languages

This commit is contained in:
Muneeb Shaikh 2017-04-26 17:12:13 +05:30 committed by syl20bnr
parent a64ec4d374
commit 50f5a04f9a

View file

@ -20,6 +20,7 @@
ggtags
helm-gtags
minitest
org
popwin
rbenv
robe
@ -109,6 +110,10 @@
"tr" 'minitest-rerun
"ts" 'minitest-verify-single)))))
(defun ruby/pre-init-org ()
(spacemacs|use-package-add-hook org
:post-config (add-to-list 'org-babel-load-languages '(ruby . t))))
(defun ruby/post-init-popwin ()
(push '("*rspec-compilation*" :dedicated t :position bottom :stick t :noselect t :height 0.4)
popwin:special-display-config)