mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- fixed keychord for 'clear-cache' command.
This commit is contained in:
parent
5559b99514
commit
3f0cdae6d6
@ -159,7 +159,7 @@
|
|||||||
|
|
||||||
(define-key "?" #'print-quick-help)
|
(define-key "?" #'print-quick-help)
|
||||||
|
|
||||||
(define-key "C d" #'clear-cache)
|
(define-key "C-d" #'clear-cache)
|
||||||
|
|
||||||
(define-key "C-I" #'pass-focus-next)
|
(define-key "C-I" #'pass-focus-next)
|
||||||
|
|
||||||
|
@ -143,7 +143,6 @@
|
|||||||
|
|
||||||
(defparameter *free-arguments* nil)
|
(defparameter *free-arguments* nil)
|
||||||
|
|
||||||
|
|
||||||
(defun exit-on-error (e)
|
(defun exit-on-error (e)
|
||||||
(format *error-output* "~a~%" e)
|
(format *error-output* "~a~%" e)
|
||||||
(os-utils:exit-program 1))
|
(os-utils:exit-program 1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user