summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 18:12:11 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 18:12:11 -0400
commitb15e584c1a5a32b8a61feca0d954de6af15da8ed (patch)
tree179a8f12e182260b68162fbbedcb9ced4637a0c7 /.config/emacs
parent6001786990501e849f04e018dccb0b5bf7e6d991 (diff)
Emacs: don't clobber server files of other hosts
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index c23b03a..9c3fcad 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -4,6 +4,7 @@
(setq notify-method 'notify-via-libnotify)
(add-to-list 'load-path "~/.emacs.d/")
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
+(setq server-auth-dir (locate-user-emacs-file (concat "server-" (system-name) "/")))
(setq custom-file "~/.emacs.d/custom.el")
; derived from ELPA installation