This commit is contained in:
Jean-Philippe Bernardy 2016-08-27 20:30:47 +02:00
parent 8d8feb7ccb
commit 161efefd01

View file

@ -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)