updating position of windows and adding eglot tempel
This commit is contained in:
parent
0a72e6a097
commit
7333f9632d
2 changed files with 16 additions and 8 deletions
12
README.org
12
README.org
|
@ -3025,6 +3025,10 @@ Tempel is another templating system. Also perhaps even more powerful with it's e
|
|||
"C-h" 'tempel-previous))
|
||||
|
||||
(use-package tempel-collection)
|
||||
|
||||
(use-package eglot-tempel
|
||||
:init
|
||||
(eglot-tempel-mode t))
|
||||
#+END_SRC
|
||||
|
||||
|
||||
|
@ -3205,19 +3209,19 @@ Ace link provides an avy like search for links. Upon using the keybindings prese
|
|||
(window-width . 0.4))
|
||||
("*compilation*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . bottom)
|
||||
(side . right)
|
||||
(window-height . 0.25))
|
||||
("*rustic-compilation*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . bottom)
|
||||
(side . right)
|
||||
(window-height . 0.25))
|
||||
("*cargo-clippy*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . bottom)
|
||||
(side . right)
|
||||
(window-height . 0.25))
|
||||
("*cargo-test*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . bottom)
|
||||
(side . right)
|
||||
(window-height . 0.25))
|
||||
("\\*Agenda Commands\\*"
|
||||
(display-buffer-in-side-window)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue