Skip to content

Commit

Permalink
change lisp-inspect (C-c I) behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 7, 2024
1 parent ce776b3 commit 0de0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/lisp-mode/ext/inspector.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
(define-key *lisp-inspector-keymap* "M-q" 'lisp-inspector-quit)
(define-key *lisp-inspector-keymap* "M-Return" 'lisp-inspector-copy-down-to-repl)

(define-command lisp-inspect (string &key (self-evaluation t) (focus nil))
(define-command lisp-inspect (string &key (self-evaluation nil) (focus t))
((or (symbol-string-at-point (current-point))
(prompt-for-sexp "Inspect value (evaluated): ")))
(lisp-eval-async (if self-evaluation
Expand Down

0 comments on commit 0de0da6

Please sign in to comment.