diff options
| author | Blake Romero <blake@blkrom.com> | 2025-08-11 15:00:50 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-08-11 15:00:50 +0100 |
| commit | c561a11ac632aa9a8268421ab5d6329f00c52573 (patch) | |
| tree | 2cb470f1da0a498a6c5eaa84393ba4b16f6a8ba7 | |
| parent | 5181dd01de1cb3aa6a74c90142dc2438358d6f88 (diff) | |
Update visual-line-mode keybinding
| -rw-r--r-- | emacs-config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-config.org b/emacs-config.org index 8b0fc8f..ae212e7 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1473,7 +1473,7 @@ Display modes. (keymap-set +global-keys-map "C-x x h" #'hl-line-mode) (keymap-set +global-keys-map "C-x x o" #'overwrite-mode) (keymap-set +global-keys-map "C-x x s" #'prettify-symbols-mode) - (keymap-set +global-keys-map "C-x x w" #'visual-line-mode) + (keymap-set +global-keys-map "C-x x v" #'visual-line-mode) (keymap-set +global-keys-map "C-x x SPC" #'whitespace-mode) #+end_src |
