Skip to content

Commit

Permalink
Merge pull request #215 from qdzhang/fix-emacs-wrong-parens-match
Browse files Browse the repository at this point in the history
Fix the mismatch of parens in inferior-arc.el
  • Loading branch information
zck authored Aug 15, 2022
2 parents 9f5a4ac + 364a02b commit 6f3fecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/inferior-arc.el
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
(define-key m "\M-\C-x" 'arc-send-definition) ;gnu convention
(define-key m "\C-x\C-e" 'arc-send-last-sexp)
(define-key m "\C-c\C-l" 'arc-load-file)
(define-key m (kbd "C-c C-q" #'arc-quit))
(define-key m (kbd "C-c C-q") #'arc-quit)
m))

(defvar arc-program-name "arc.sh -n"
Expand Down

0 comments on commit 6f3fecd

Please sign in to comment.