~edwargix/emacs.d

0f4796fa315471b1f87f34412873e22c35b53bc2 — David Florness 6 years ago 3d37c4c
Begin setup file for Racket
2 files changed, 2 insertions(+), 0 deletions(-)

M init.el
A lisp/setup-racket.el
M init.el => init.el +1 -0
@@ 27,6 27,7 @@
(load "~/.emacs.d/lisp/setup-python")
(load "~/.emacs.d/lisp/setup-go")
(load "~/.emacs.d/lisp/setup-web")
(load "~/.emacs.d/lisp/setup-racket")


;;; Winner mode: allows for undoing and redoing of windoow configurations

A lisp/setup-racket.el => lisp/setup-racket.el +1 -0
@@ 0,0 1,1 @@
(use-package racket-mode)