mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user