aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-09 20:04:19 -0700
committerGravatar Tom Willemse2018-07-09 20:04:19 -0700
commit1246e227e5c60b627647e05cf6e26c83d23ad793 (patch)
treecf9473ae2cbc853bb727a49708cd95630aefdf8e /emacs/.emacs.d/init.el
parent4f0a9c75e1b8256c134d7211da34722b6c55694a (diff)
downloadnew-dotfiles-1246e227e5c60b627647e05cf6e26c83d23ad793.tar.gz
new-dotfiles-1246e227e5c60b627647e05cf6e26c83d23ad793.zip
Add shackle configuration
Diffstat (limited to 'emacs/.emacs.d/init.el')
-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 99d8fa7..d812529 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -251,6 +251,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(with-eval-after-load 'cc-mode (load "oni-java-init"))
(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"))
(add-hook 'ielm-mode-hook 'paredit-mode)