bqn 4 emacs

This commit is contained in:
mehbark 2025-10-18 00:56:17 -04:00
parent cf297b020d
commit c9704beb08
Signed by: mbk
GPG key ID: E333EC1335FFCCDB
2 changed files with 13 additions and 1 deletions

View file

@ -53,10 +53,11 @@ in
rubyPackages_3_4.rubocop
elixir
lua
sageWithDoc
#sageWithDoc
zls
rustup
sqlite
cbqn-standalone-replxx
# might as well use it consistently
haskell-language-server
@ -97,6 +98,7 @@ in
jetbrains-mono
lmmath
julia-mono
bqn386
nix-output-monitor
] ++ more-packages
@ -425,6 +427,7 @@ in
zig-mode
python-mode
tuareg
bqn-mode
treesit-grammars.with-all-grammars

View file

@ -491,11 +491,20 @@ If the new path's directories does not exist, create them."
'("\\.exs\\'" . elixir-mode))
(add-to-list 'auto-mode-alist
'("\\.rs\\'" . rust-mode))
(add-to-list 'auto-mode-alist
'("\\.bqn\\'" . bqn-mode))
:hook
;; Auto parenthesis matching
(prog-mode . electric-pair-mode))
(use-package bqn-mode
:bind (
("C-c C-c" . bqn-comint-send-dwim)
("C-c C-b" . bqn-comint-send-buffer)
)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Version Control