mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
oops
This commit is contained in:
parent
8d8feb7ccb
commit
161efefd01
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
(define-key boon-command-map "_" 'redo)
|
||||
(define-key boon-command-map "-" 'undo)
|
||||
(dolist (number '("0" "1" "2" "3" "4" "5" "6" "7" "8" "9"))
|
||||
(define-key boon-command-map number 'universal-argument))
|
||||
(define-key boon-command-map number 'digit-argument))
|
||||
|
||||
|
||||
(define-key boon-command-map " " 'boon-drop-mark)
|
||||
|
|
Loading…
Add table
Reference in a new issue