Skip to content

Commit

Permalink
Merge pull request #24 from atorres1985-contrib/trunk
Browse files Browse the repository at this point in the history
[fixup] bqn-comint.el: require bqn-key-prefix
  • Loading branch information
AndersonTorres authored Mar 5, 2023
2 parents 6089e14 + 1fb0c6b commit 366cdf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bqn-comint.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
;;; Code:

(require 'comint)
(require 'bqn-key-prefix)
(require 'bqn-syntax)

(defcustom bqn-comint-interpreter-path "bqn"
Expand Down

0 comments on commit 366cdf5

Please sign in to comment.