Load align config when necessary
This commit is contained in:
parent
1246e227e5
commit
9472943daf
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue