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:
parent
f621ff8047
commit
86f5dd842e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue