Last active
August 13, 2019 15:04
-
-
Save disnet/4489250 to your computer and use it in GitHub Desktop.
osx - force skim to always autoupdate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write -app Skim SKAutoReloadFileUpdate -boolean true |
Perfect 👍
The above workaround
defaults write -app Skim SKAutoReloadFileUpdate -boolean true
worked for me until I updated Skim, now it no longer works, and despite what Christiaan said elsewhere, the Auto button is still missing...
Thanks for any help, this is really annoying!
version 1.4.17 Skim
version 3.2 Aquamacs
OSX10.10.5
still works!
Magic
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just what I needed! Thank you kindly.