From 1246e227e5c60b627647e05cf6e26c83d23ad793 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Jul 2018 20:04:19 -0700 Subject: Add shackle configuration --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf