summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-14 12:58:47 +0200
committerrekado <rekado@elephly.net>2016-07-14 12:58:47 +0200
commit8f3f6b9ca2004f9a126473e267d0dfee1c6bd0d5 (patch)
tree8f8edda5c8e5fe53b10d323b15d8ddabe63b3950 /init.org
parented67857db5167d1fd0fbee0099e56c9a756db649 (diff)
tramp: fix typo.
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
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")))))