updating position of windows and adding eglot tempel

This commit is contained in:
Chris Cochrun 2024-09-24 10:16:35 -05:00
parent 0a72e6a097
commit 7333f9632d
2 changed files with 16 additions and 8 deletions

View file

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

12
init.el
View file

@ -2167,6 +2167,10 @@ targets."
(use-package tempel-collection)
(use-package eglot-tempel
:init
(eglot-tempel-mode t))
(use-package projectile
:ensure t
:general
@ -2314,19 +2318,19 @@ targets."
(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)