diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
commit | cd64877d15106e819b56db19fd78f0e85f70222d (patch) | |
tree | 2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /emacs | |
parent | 92fa2f573eadd41b35aa115402d282829f40e824 (diff) | |
download | dotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz |
Update 2019-07-07
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.swank.lisp | 2 |
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) |