aboutsummaryrefslogtreecommitdiff
path: root/src/lib.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.lisp')
-rw-r--r--src/lib.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.lisp b/src/lib.lisp
index 89ac890..c77619c 100644
--- a/src/lib.lisp
+++ b/src/lib.lisp
@@ -120,8 +120,6 @@ the directories that appear in the value of that variable."
(defun tags-from-oneliner (oneliner)
(remove-if-not #'executable-on-system-p (ppcre:split " +" oneliner)))
-(rl:register-hook :signal (lambda () (uiop:quit)))
-
(defun prompt (prompt
&key
(expect (constantly t))