aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-09 20:05:31 -0700
committerGravatar Tom Willemse2018-07-09 20:05:31 -0700
commit9472943daf5b3d811463195fad392e5a955745d6 (patch)
treeb91d73efe026ef7a54c35852fe4a6a70bbdc80ea /emacs
parent1246e227e5c60b627647e05cf6e26c83d23ad793 (diff)
downloadnew-dotfiles-9472943daf5b3d811463195fad392e5a955745d6.tar.gz
new-dotfiles-9472943daf5b3d811463195fad392e5a955745d6.zip
Load align config when necessary
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index d812529..5406395 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -252,6 +252,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(with-eval-after-load 'python-mode (load "oni-python-init"))
(with-eval-after-load 'ruby-mode (load "oni-ruby-init"))
(with-eval-after-load 'shackle (load "oni-shackle-init"))
+(with-eval-after-load 'align (load "oni-align"))
(add-hook 'ielm-mode-hook 'paredit-mode)