diff options
-rw-r--r-- | emacs.d/init-settings.el | 3 | ||||
-rw-r--r-- | emacs.d/init.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el index db4f281cacfc..d963c8288222 100644 --- a/emacs.d/init-settings.el +++ b/emacs.d/init-settings.el @@ -5,7 +5,8 @@ ;;; Code: -(add-to-list 'exec-path "/usr/local/bin") +(add-to-list 'exec-path "/usr/local/bin") +(add-to-list 'exec-path "/Applications/Racket/bin") (when window-system (setq frame-title-format '(buffer-file-name "%f" ("%b"))) diff --git a/emacs.d/init.el b/emacs.d/init.el index 98bffa577ff9..8c89496ae9e2 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -28,6 +28,8 @@ nrepl projectile rainbow-delimiters + geiser + quack ) "A list of packages to install at launch.") |