Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 2, 2017
1 parent e5ac8bd commit 8b689a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion no-littering.el
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ directories."
(eval-after-load 'sx
`(make-directory ,(var "sx/cache/") t))
(setq sx-cache-directory (var "sx/cache/"))
(setq tldr-directory-path (var "tldr/")
(setq tldr-directory-path (var "tldr/"))
(setq undo-tree-history-directory-alist (list (cons "." (var "undo-tree-hist/"))))
(setq user-emacs-ensime-directory (var "ensime/"))
(eval-after-load 'xkcd
Expand Down

0 comments on commit 8b689a1

Please sign in to comment.