aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index b0162eb..20898bb 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -477,6 +477,15 @@ To start off, first I need to enable lexical binding.
(add-hook 'minibuffer-setup-hook 'electric-pair-local-mode)
#+END_SRC
+* Shackle
+
+ Shackle is an abstraction over =display-buffer-alist=.
+
+ #+BEGIN_SRC emacs-lisp
+ (require 'shackle)
+ (shackle-mode)
+ #+END_SRC
+
* Libraries
- [[file:init/oni-shr-init.org][shr]]
@@ -753,7 +762,7 @@ To start off, first I need to enable lexical binding.
- [[file:init/oni-compilation-init.org][compilation-mode]]
#+BEGIN_SRC emacs-lisp
- (with-eval-after-load 'compilation (load "oni-compilation-init"))
+ (with-eval-after-load 'compile (load "oni-compilation-init"))
#+END_SRC
** Inferior Emacs lisp mode (ielm)