Skip to content

Commit

Permalink
re-apply local variables after running
Browse files Browse the repository at this point in the history
  This fixes #5.
  • Loading branch information
eschulte committed Apr 20, 2014
1 parent 524c2de commit 9dfbf8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epresent.el
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
(if epresent--org-restriction
(apply #'narrow-to-region epresent--org-restriction)
(widen))
(hack-local-variables)
;; delete all epresent overlays
(epresent-clean-overlays))

Expand Down

0 comments on commit 9dfbf8c

Please sign in to comment.