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.org21
1 files changed, 15 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 8052c76..4893871 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -487,6 +487,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]]
@@ -763,7 +772,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)
@@ -1061,8 +1070,8 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp
(setq jabber-account-list
- `((,(concat "ryuslash@dukgo.com/" (system-name)))
- (:connection-type . starttls)))
+ `((,(concat "ryuslash@dukgo.com/" (system-name))
+ (:connection-type . starttls))))
#+END_SRC
Store any persistent data in the data directory.
@@ -1076,11 +1085,11 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp
(setq jabber-chat-buffer-format "+%n"
- jabber-chat-foreign-prompt-format "%t %u "
- jabber-chat-local-prompt-format "%t %u "
+ jabber-chat-foreign-prompt-format "%t %n "
+ jabber-chat-local-prompt-format "%t %n "
jabber-chat-delayed-time-format "%H:%M"
jabber-groupchat-buffer-format "++%n"
- jabber-groupchat-prompt-format "%t %u ")
+ jabber-groupchat-prompt-format "%t %n ")
#+END_SRC
Don't show avatars, publish or retrieve avatars.