adding some tweaks
This commit is contained in:
parent
fff4b6893f
commit
84ff791f61
|
@ -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
|
||||||
|
|
4
init.el
4
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue