config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 2ff68f3a0ed630beb674be3a1fc6b52b7178f8f8
parent 80be70a95736a636562f1e7044a4830d5a04c815
Author: dwrz <dwrz@dwrz.net>
Date:   Fri,  1 Mar 2024 14:03:06 +0000

Update Emacs init

Diffstat:
Memacs/init.el | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/emacs/init.el b/emacs/init.el @@ -1030,17 +1030,21 @@ "#" #'display-line-numbers-mode "-" #'negative-argument ":" (cons "terminal" dwrz-terminal-map) + "<down>" #'windmove-swap-states-down + "<left>" #'windmove-swap-states-left + "<right>" #'windmove-swap-states-right + "<up>" #'windmove-swap-states-up "?" (cons "help" help-map) "@" (cons "time" dwrz-time-map) + "E" #'hippie-expand "H" (cons "highlight" dwrz-highlight-map) "P" (cons "project" project-prefix-map) - "S" (cons "spell" dwrz-spell-map) "Q" #'save-buffers-kill-emacs + "S" (cons "spell" dwrz-spell-map) "a" #'avy-goto-char "b" (cons "buffer" dwrz-buffer-map) "c" (cons "cape" dwrz-cape-map) "e" (cons "exec" #'execute-extended-command) - "E" #'hippie-expand "f" (cons "file" dwrz-file-map) "h" #'hippie-expand "i" (cons "insert" dwrz-insert-map)