dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d56e8d33805c47241db59c77e0d1491f3a734b1e
parent 02555b5ac8e397800acbea04421f61e67ea00b8e
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri,  7 Apr 2017 20:07:12 +0300

Add racket-mode

Diffstat:
Memacs/myinit.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -225,6 +225,10 @@ Org bullets makes things look pretty. ** Programming modes +*** racket-mode +#+BEGIN_SRC emacs-lisp + (req-package racket-mode) +#+END_SRC *** arduino-mode #+BEGIN_SRC emacs-lisp