Add dtrt-indent config

This commit is contained in:
Adam Goldsmith 2016-03-01 15:16:49 -05:00
parent 75b5306d50
commit 330c1a49cc

View File

@ -188,6 +188,10 @@
:config
(company-statistics-mode))
(use-package dtrt-indent
:config
(dtrt-indent-mode 1))
(use-package gnuplot-mode
:mode ("\\.gp$" . gnuplot-mode))