forked from colonelpanic/dotfiles
[Emacs] Add racket mode
This commit is contained in:
parent
243223d73a
commit
9cc972bab1
@ -3142,6 +3142,12 @@ This mode seems to be better maintained than plantuml-mode
|
|||||||
(use-package csharp-mode
|
(use-package csharp-mode
|
||||||
:mode "\\.cs\\'")
|
:mode "\\.cs\\'")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** racket
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package racket-mode
|
||||||
|
:bind (("C-r" . racket-run))
|
||||||
|
:mode "\\.rkt\\'")
|
||||||
|
#+END_SRC
|
||||||
* Programming
|
* Programming
|
||||||
** realgud
|
** realgud
|
||||||
realgud provides debugging support with many external debuggers in emacs
|
realgud provides debugging support with many external debuggers in emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user