From a7425a775017b292c0c2b96b221946a4359d6380 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 19 Sep 2017 11:52:09 +0800 Subject: [PATCH] Emacs - Correct execute path of racket --- emacs.d/config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index cd9a9cb..e6a3710 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -2405,10 +2405,10 @@ Install =guile=, =guile= is an implementation of =Scheme= programming language. ;; set racket path (setenv "PATH" (concat (getenv "PATH") - ":" "/Applications/Racket v6.6/bin")) + ":" "/Applications/Racket v6.10.1/bin")) (setenv "MANPATH" (concat (getenv "MANPATH") - ":" "/Applications/Racket v6.6/man")) - (setq exec-path (append exec-path '("/Applications/Racket v6.6/bin"))) + ":" "/Applications/Racket v6.10.1/man")) + (setq exec-path (append exec-path '("/Applications/Racket v6.10.1/bin"))) (add-to-list 'auto-mode-alist '("\\.rkt\\'" . racket-mode)) #+END_SRC -- 2.11.0