From 8f3f6b9ca2004f9a126473e267d0dfee1c6bd0d5 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 14 Jul 2016 12:58:47 +0200 Subject: tramp: fix typo. --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 8300c8f..72f2724 100644 --- a/init.org +++ b/init.org @@ -489,7 +489,7 @@ still need to process all of this and clean it up. #+BEGIN_SRC elisp (setq backup-directory-alist `(;; Do not backup or auto-save remote files to prevent delays. - (tramp-file-name-regexp . nil) + (,tramp-file-name-regexp . nil) ;; Write backup files to a dedicated directory. ("." . ,(expand-file-name (concat user-emacs-directory "backups"))))) -- cgit v1.2.3