Skip to content

Commit

Permalink
racket-mode: Place racket-repl-command-file in etc/
Browse files Browse the repository at this point in the history
The `racket-repl-command-file' is likely something that one would
want to manage with version control.
  • Loading branch information
leungbk authored and tarsius committed Dec 14, 2023
1 parent 668f189 commit 48f3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion no-littering.el
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ This variable has to be set before `no-littering' is loaded.")
(setq purpose-layout-dirs (list (etc "window-purpose/layouts/")))
(setq pyim-dcache-directory (var "pyim/dcache/"))
(setq quack-dir (var "quack/"))
(setq racket-repl-command-file (var "racket-mode/repl.rkt"))
(setq racket-repl-command-file (etc "racket-mode/repl.rkt"))
(setq racket-repl-history-directory (var "racket-mode/repl-history/"))
(setq request-storage-directory (var "request/storage/"))
(setq rfc-mode-directory (var "rfc-mode/"))
Expand Down

0 comments on commit 48f3ac0

Please sign in to comment.