about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
commitcd64877d15106e819b56db19fd78f0e85f70222d (patch)
tree2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /emacs
parent92fa2f573eadd41b35aa115402d282829f40e824 (diff)
downloaddotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz
Update 2019-07-07
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.swank.lisp2
1 files changed, 2 insertions, 0 deletions
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)