Remove the -g background flag on Skim.app

The Skim.app `displayline` command takes the flag `-g` which is "Do not bring Skim to the foreground"

when viewing the pdf results of the latex build, bringing skim to the foreground saves an `Alt+Tab` to open the app that I was intending to lauch by the auctex View command.
This commit is contained in:
John Hammond 2021-04-27 09:38:54 -05:00 committed by GitHub
parent f621ff8047
commit 86f5dd842e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
"~/Applications/Skim.app"))))
(add-to-list 'TeX-view-program-selection '(output-pdf "Skim"))
(add-to-list 'TeX-view-program-list
(list "Skim" (format "%s/Contents/SharedSupport/displayline -b -g %%n %%o %%b"
(list "Skim" (format "%s/Contents/SharedSupport/displayline -b %%n %%o %%b"
app-path)))))
(`sumatrapdf