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:
|
;;; 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")))
|
||||||
|
|
|
@ -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.")
|
||||||
|
|
Loading…
Reference in a new issue