diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-01 14:31:44 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-01 14:31:44 -0500 |
commit | 2d7877f656d3054c267e83f733f5225d2f928776 (patch) | |
tree | 3f24dca10630f05cbe000b954b747303da02e9ed | |
parent | 6956ab93eab0cf9139034cbba403c135e3f44a7d (diff) |
dmd: Disable REPL server for now.
-rw-r--r-- | dotfiles/.dmd.d/init.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.dmd.d/init.scm b/dotfiles/.dmd.d/init.scm index f75a5e6..e0b8940 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -211,7 +211,7 @@ Ruby version, and listens on PORT." (action 'dmd 'daemonize) ;; Start the REPL server. -(spawn-server (make-tcp-server-socket #:port 37148)) +;; (spawn-server (make-tcp-server-socket #:port 37148)) ;; Services to start when dmd starts: (for-each start '(xmodmap emacs gpg-agent offlineimap)) |