Compare commits
2 Commits
b0873bc9b6
...
6f7516ecd7
Author | SHA1 | Date | |
---|---|---|---|
6f7516ecd7 | |||
2d983a890f |
@ -1031,7 +1031,7 @@ associate [[info:elisp#Key Sequences][key sequences (info)]] with commands:
|
|||||||
|----------------------+------------+------------------------|
|
|----------------------+------------+------------------------|
|
||||||
| *undo* | global-map | {{{kbd(s-z)}}} |
|
| *undo* | global-map | {{{kbd(s-z)}}} |
|
||||||
| *backward-kill-word* | global-map | {{{kbd(C-backspace)}}} |
|
| *backward-kill-word* | global-map | {{{kbd(C-backspace)}}} |
|
||||||
| **backward-char* | global-map | {{{kbd(C-b)}}} |
|
| *backward-char* | global-map | {{{kbd(C-b)}}} |
|
||||||
| *forward-char* | global-map | {{{kbd(C-f)}}} |
|
| *forward-char* | global-map | {{{kbd(C-f)}}} |
|
||||||
| *backward-word* | global-map | {{{kbd(M-b)}}} |
|
| *backward-word* | global-map | {{{kbd(M-b)}}} |
|
||||||
| *forward-word* | global-map | {{{kbd(M-f)}}} |
|
| *forward-word* | global-map | {{{kbd(M-f)}}} |
|
||||||
@ -1046,6 +1046,10 @@ associate [[info:elisp#Key Sequences][key sequences (info)]] with commands:
|
|||||||
;; GAV: Bypass paging in `which-key-mode'.
|
;; GAV: Bypass paging in `which-key-mode'.
|
||||||
(setopt max-mini-window-height 20)
|
(setopt max-mini-window-height 20)
|
||||||
(which-key-setup-minibuffer)
|
(which-key-setup-minibuffer)
|
||||||
|
;; GAV: See commit 768e92b9c0214a2aa1be2afbee48c455583d3110 and
|
||||||
|
;; https://lists.gnu.org/archive/html/help-gnu-emacs/2024-06/msg00130.html
|
||||||
|
(setopt which-key-mode nil
|
||||||
|
which-key-dont-use-unicode t) ; Force proper option setting.
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** [[https://github.com/michael-heerdegen/interaction-log.el#readme][Interaction-log]]
|
** [[https://github.com/michael-heerdegen/interaction-log.el#readme][Interaction-log]]
|
||||||
|
Loading…
Reference in New Issue
Block a user