From d4d5e59dfcb4b46ce6e9de90031d67b6d69758e4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 19 Feb 2019 01:04:27 -0800 Subject: Move shackle configuration to emacs-config --- emacs/.emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 67a298c..284ee5d 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -52,7 +52,6 @@ (require 'diminish) (require 'ivy) (require 'ivy-hydra) -(require 'shackle) ;;;; Settings @@ -142,8 +141,6 @@ (add-hook 'minibuffer-setup-hook 'electric-pair-local-mode) -(shackle-mode) - (with-eval-after-load 'shr (load "oni-shr-init")) (with-eval-after-load 'paredit @@ -185,7 +182,6 @@ (with-eval-after-load 'ruby-mode (load "oni-ruby-init")) (with-eval-after-load 'scheme (load "oni-scheme-init")) (with-eval-after-load 'sh-mode (load "oni-sh-mode-init")) -(with-eval-after-load 'shackle (load "oni-shackle-init")) (with-eval-after-load 'slime (load "oni-slime-init")) (with-eval-after-load 'yasnippet (load "oni-yasnippet-init")) (with-eval-after-load 'rust-mode (load "oni-rust-init")) -- cgit v1.2.3-54-g00ecf