mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
This makes for easier tab-completion, and also is a bit more explicit about the expected consumer.
4 lines
157 B
EmacsLisp
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)))
|