Add BASIC config
This commit is contained in:
parent
bf734ca1aa
commit
8b26d8b7de
14
config.org
14
config.org
@ -1215,6 +1215,20 @@
|
|||||||
(lambda () (define-key lua-mode-map (kbd "C-c f") 'lua-format)))
|
(lambda () (define-key lua-mode-map (kbd "C-c f") 'lua-format)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** BASIC
|
||||||
|
=basic-mode= provides syntax highlighting and a few nice features:
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package basic-mode)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
As well as =.bas= files, I want to open all =.bbc= files in
|
||||||
|
=basic-mode=:
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.bbc\\'" . basic-mode))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Tool Integrations
|
* Tool Integrations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user