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)) (display-buffer-same-window))
("*helpful*" ("*helpful*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(side . bottom) (side . right)
(window-height . 0.25)) (window-width . 0.4))
("*compilation*" ("*compilation*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(side . bottom) (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 #+end_src
** Emacs as RPG ** Emacs as RPG
:PROPERTIES: :PROPERTIES:
:ID: 20240828T061621.839280 :ID: 20240826T140351.934101
:END: :END:
Using emacs to run rpg things Using emacs to run rpg things
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -2358,8 +2358,8 @@ targets."
(display-buffer-same-window)) (display-buffer-same-window))
("*helpful*" ("*helpful*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(side . bottom) (side . right)
(window-height . 0.25)) (window-width . 0.4))
("*compilation*" ("*compilation*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(side . bottom) (side . bottom)