Skip to content

Commit

Permalink
space-doc: Don't clean the global cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko authored and syl20bnr committed Sep 6, 2016
1 parent 91df3b1 commit cfd6b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ keeping their content visible.
(spacemacs//space-doc-centered-buffer-mode-goto-origin space-doc-mode)
(if (derived-mode-p 'org-mode)
(let ((inhibit-read-only t))
(spacemacs//space-doc-set-cache space-doc-mode)
(spacemacs//space-doc-set-cache +1)
(dolist (modificator spacemacs-space-doc-modificators-functions)
(when (member (car modificator)
spacemacs-space-doc-modificators)
Expand Down

0 comments on commit cfd6b06

Please sign in to comment.