Files
zulip/puppet/zulip_ops/files/dot_emacs.el
Anders Kaseorg becef760bf cleanup: Delete leading newlines.
Previous cleanups (mostly the removals of Python __future__ imports)
were done in a way that introduced leading newlines.  Delete leading
newlines from all files, except static/assets/zulip-emoji/NOTICE,
which is a verbatim copy of the Apache 2.0 license.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-08-06 23:29:11 -07:00

4 lines
157 B
EmacsLisp

; Move automatic backups into a directory off to the side
(defvar backup-dir "~/.emacs-backups/")
(setq backup-directory-alist (list (cons "." backup-dir)))