1
0
Fork 0

- fixed keychord for 'clear-cache' command.

This commit is contained in:
cage 2024-09-28 13:10:45 +02:00
parent 5559b99514
commit 3f0cdae6d6
2 changed files with 1 additions and 2 deletions

View File

@ -159,7 +159,7 @@
(define-key "?" #'print-quick-help)
(define-key "C d" #'clear-cache)
(define-key "C-d" #'clear-cache)
(define-key "C-I" #'pass-focus-next)

View File

@ -143,7 +143,6 @@
(defparameter *free-arguments* nil)
(defun exit-on-error (e)
(format *error-output* "~a~%" e)
(os-utils:exit-program 1))