From 84ff791f6172b9f61588f8423c14bbba92173ad3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 28 Aug 2024 13:27:58 -0500 Subject: [PATCH] adding some tweaks --- README.org | 6 +++--- init.el | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 5db1ba5c..84ff9852 100644 --- a/README.org +++ b/README.org @@ -3191,8 +3191,8 @@ Ace link provides an avy like search for links. Upon using the keybindings prese (display-buffer-same-window)) ("*helpful*" (display-buffer-in-side-window) - (side . bottom) - (window-height . 0.25)) + (side . right) + (window-width . 0.4)) ("*compilation*" (display-buffer-in-side-window) (side . bottom) @@ -5454,7 +5454,7 @@ Org Bible is going to be set of functions for creating and using a bible app wit #+end_src ** Emacs as RPG :PROPERTIES: -:ID: 20240828T061621.839280 +:ID: 20240826T140351.934101 :END: Using emacs to run rpg things #+begin_src emacs-lisp diff --git a/init.el b/init.el index 579aaa33..26678030 100644 --- a/init.el +++ b/init.el @@ -2358,8 +2358,8 @@ targets." (display-buffer-same-window)) ("*helpful*" (display-buffer-in-side-window) - (side . bottom) - (window-height . 0.25)) + (side . right) + (window-width . 0.4)) ("*compilation*" (display-buffer-in-side-window) (side . bottom)