From cd64877d15106e819b56db19fd78f0e85f70222d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Jul 2019 12:48:10 +0700 Subject: Update 2019-07-07 --- emacs/.swank.lisp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 emacs/.swank.lisp (limited to 'emacs') diff --git a/emacs/.swank.lisp b/emacs/.swank.lisp new file mode 100644 index 0000000..8ce502f --- /dev/null +++ b/emacs/.swank.lisp @@ -0,0 +1,2 @@ +(setf swank:*globally-redirect-io* t) +(setf swank:*communication-style* :fd-handler) -- cgit 1.4.1