lang/latex: don't reverse +latex-viewers
This incorrectly reversed the priority ordering of +latex-viewers. This is an artifact from a rejected approach at short-circuiting +latex-viewer, which was replaced with cl-block->cl-return. Reported by @UndeadKernel
This commit is contained in:
parent
6d1512c2e2
commit
cf4ea445a1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/latex/+viewers.el -*- lexical-binding: t; -*-
|
;;; lang/latex/+viewers.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(cl-block nil
|
(cl-block nil
|
||||||
(dolist (viewer (reverse +latex-viewers))
|
(dolist (viewer +latex-viewers)
|
||||||
(if (pcase viewer
|
(if (pcase viewer
|
||||||
(`skim
|
(`skim
|
||||||
(when (and IS-MAC
|
(when (and IS-MAC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue