diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-14T21·51+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-14T21·51+0200 |
commit | dc0e8b98715ece0a574c3e28dff0af65b9a28229 (patch) | |
tree | e79bb820378ba21bba07f8869d6457e06fd4ef56 /emacs.d | |
parent | d23221d2436f0a4558d5ac35e9e272ab950b656e (diff) |
emacs: Add racket things
Diffstat (limited to 'emacs.d')
-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.") |