summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 31467f5..97c4ae4 100644
--- a/init.el
+++ b/init.el
@@ -44,6 +44,7 @@
;; Are we in gui or terminal?
(if (display-graphic-p)
+ ;; load the theme so we don't have a block of white for too long upon startup
(load-theme 'solarized-dark))
@@ -74,11 +75,13 @@
paredit
play-routes-mode
projectile
+ projectile-ripgrep
purescript-mode
org-bullets
sbt-mode
scala-mode
slime
+ smart-mode-line
visual-regexp
web-mode
yaml-mode