Skip to content

Commit

Permalink
fix symex-arc-modes bad format
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaille committed Jun 6, 2024
1 parent bd30a84 commit 1bf10c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symex-interface-arc.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Accounts for different point location in evil vs Emacs mode."
"Evaluate buffer."
(error "Not implemented"))

(defvar symex-arc-modes 'arc-mode)
(defvar symex-arc-modes (list 'arc-mode))

(symex-interface-extend
symex-arc-modes
Expand Down

0 comments on commit 1bf10c0

Please sign in to comment.