mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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>
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)))
|