diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-12-29 05:33:54 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-12-29 05:33:54 -0800 |
commit | df2ab36500a27d1b5c3f016330d8362016292052 (patch) | |
tree | 4023907af83c2709f1b8e1f60ea3166f5dba6ada /emacs.d | |
parent | [emacs] use a bigger font and plan9 as a theme (diff) | |
download | emacs.d-df2ab36500a27d1b5c3f016330d8362016292052.tar.gz |
[emacs] add basic configuration for racket.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/90_lang-racket.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/inits/90_lang-racket.el b/emacs.d/inits/90_lang-racket.el new file mode 100644 index 0000000..87682a2 --- /dev/null +++ b/emacs.d/inits/90_lang-racket.el @@ -0,0 +1,5 @@ +(use-package geiser + :config + (progn + (setq geiser-active-implementations '(racket))) + :ensure t) |