From 9472943daf5b3d811463195fad392e5a955745d6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Jul 2018 20:05:31 -0700 Subject: Load align config when necessary --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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) -- cgit v1.2.3-54-g00ecf