Update BQN configuration
This commit is contained in:
parent
0c9f1b4e88
commit
3c52e596b2
1 changed files with 7 additions and 4 deletions
9
init.el
9
init.el
|
@ -443,6 +443,9 @@
|
||||||
(use-package bqn-mode
|
(use-package bqn-mode
|
||||||
:straight (:host github :repo "museoa/bqn-mode")
|
:straight (:host github :repo "museoa/bqn-mode")
|
||||||
:after gnu-apl-mode
|
:after gnu-apl-mode
|
||||||
|
:bind (:map bqn-mode-map
|
||||||
|
(("C-c d" . bqn-help-symbol-info-at-point)
|
||||||
|
("C-c C-d" . bqn-help-symbol-info-at-point)))
|
||||||
:custom (bqn-key-prefix ?ù)
|
:custom (bqn-key-prefix ?ù)
|
||||||
:config
|
:config
|
||||||
(defface bqn-default
|
(defface bqn-default
|
||||||
|
@ -452,9 +455,6 @@
|
||||||
(setq buffer-face-mode-face 'bqn-default)
|
(setq buffer-face-mode-face 'bqn-default)
|
||||||
(buffer-face-mode))
|
(buffer-face-mode))
|
||||||
|
|
||||||
(add-hook 'bqn-mode-hook 'bqn-init)
|
|
||||||
|
|
||||||
(setq bqn-interpreter-path "~/build/CBQN/BQN")
|
|
||||||
(setq bqn-keymap-mode-reference
|
(setq bqn-keymap-mode-reference
|
||||||
"
|
"
|
||||||
┌───────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐
|
┌───────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐
|
||||||
|
@ -474,6 +474,9 @@
|
||||||
└───────────┴────┴────┴────┴────┴────┴────┴────┴────┴────┴────┴────────────┘
|
└───────────┴────┴────┴────┴────┴────┴────┴────┴────┴────┴────┴────────────┘
|
||||||
Space: ‿
|
Space: ‿
|
||||||
")
|
")
|
||||||
|
|
||||||
|
(add-hook 'bqn-mode-hook 'bqn-init)
|
||||||
|
(add-hook 'bqn-comint-mode-hook 'bqn-init)
|
||||||
(add-hook 'bqn-keymap-mode-hook 'bqn-init))
|
(add-hook 'bqn-keymap-mode-hook 'bqn-init))
|
||||||
|
|
||||||
(use-package tex-site
|
(use-package tex-site
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue