adding some tweaks

This commit is contained in:
Chris Cochrun 2024-08-28 13:27:58 -05:00
parent fff4b6893f
commit 84ff791f61
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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)