emacs: Add racket things
This commit is contained in:
parent
d23221d243
commit
dc0e8b9871
2 changed files with 4 additions and 1 deletions
|
@ -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")))
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
nrepl
|
||||
projectile
|
||||
rainbow-delimiters
|
||||
geiser
|
||||
quack
|
||||
)
|
||||
|
||||
"A list of packages to install at launch.")
|
||||
|
|
Loading…
Reference in a new issue