Add Dyalog mode
This commit is contained in:
parent
09fdb73517
commit
7215a427dc
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -266,6 +266,9 @@
|
|||
(add-hook 'slime-repl-mode-hook 'override-slime-repl-bindings-with-paredit)
|
||||
(setq lisp-indent-function 'lisp-indent-function))
|
||||
|
||||
(use-package dyalog-mode
|
||||
:ensure t)
|
||||
|
||||
(use-package gnu-apl-mode
|
||||
:ensure t
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue