This commit is contained in:
2022-12-01 21:59:33 -05:00
parent 534f6d8ade
commit b0d9318138

10
init.el
View File

@@ -344,7 +344,13 @@
(use-package lsp-dart) (use-package lsp-dart)
;;; End Flutter Related ;;; End Flutter Related
;;; ;;; BQN
(use-package gnu-apl-mode) (use-package bqn-mode
:straight (bqn-mode
:package "bqn-moed"
:host github
:type git
:repo "museoa/bqn-mode"))
;;; END-BQN
;;;; END PACKAGES ;;;; END PACKAGES