emacs: Add racket things

This commit is contained in:
Vincent Ambo 2013-07-14 23:51:01 +02:00
parent d23221d243
commit dc0e8b9871
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,8 @@
;;; Code: ;;; 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 (when window-system
(setq frame-title-format '(buffer-file-name "%f" ("%b"))) (setq frame-title-format '(buffer-file-name "%f" ("%b")))

View file

@ -28,6 +28,8 @@
nrepl nrepl
projectile projectile
rainbow-delimiters rainbow-delimiters
geiser
quack
) )
"A list of packages to install at launch.") "A list of packages to install at launch.")