S
Size: a a a
S
Aß
DL
C-x 0 runs the command delete-window
Aß
E
A
I
E
A
I
Global Bindings Starting With C-x 4:
key binding
--- -------
C-x 4 C-f find-file-other-window
C-x 4 C-j dired-jump-other-window
C-x 4 C-o display-buffer
C-x 4 . xref-find-definitions-other-window
C-x 4 0 kill-buffer-and-window
C-x 4 1 same-window-prefix
C-x 4 4 other-window-prefix
C-x 4 a add-change-log-entry-other-window
C-x 4 b switch-to-buffer-other-window
C-x 4 c clone-indirect-buffer-other-window
C-x 4 d dired-other-window
C-x 4 f find-file-other-window
C-x 4 m compose-mail-other-window
C-x 4 p project-other-window-command
C-x 4 r find-file-read-only-other-window
I
E
E
DL
E
DL
(use-package anakondo
:ensure t
:hook
(clojure-mode . anakondo-minor-mode)
(clojurescript-mode . anakondo-minor-mode)
(clojurec-mode . anakondo-minor-mode))
(use-package flycheck-clj-kondo
:ensure t)