config

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

commit f6b6ea46ee412cbf790ac4a82150670714a65173
parent a00d8767230ecd69d7d4ffa76c84e1dd791770a5
Author: dwrz <dwrz@dwrz.net>
Date:   Sun, 17 Mar 2024 13:03:29 +0000

Update Emacs init

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

diff --git a/emacs/init.el b/emacs/init.el @@ -898,10 +898,10 @@ :name "Move" "a" #'avy-goto-char "l" #'avy-goto-line - "<up>" #'windmove-up - "<down>" #'windmove-down - "<left>" #'windmove-left - "<right>" #'windmove-right) + "<up>" #'windmove-swap-states-up + "<down>" #'windmove-swap-states-down + "<left>" #'windmove-swap-states-left + "<right>" #'windmove-swap-states-right) (defvar-keymap dwrz-org-ctx-map :doc "Prefix keymap for org-mode context." @@ -1043,10 +1043,10 @@ "#" #'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 + "<down>" #'windmove-down + "<left>" #'windmove-left + "<right>" #'windmove-right + "<up>" #'windmove-up "?" (cons "help" help-map) "@" (cons "time" dwrz-time-map) "E" #'hippie-expand