.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=34
This commit is contained in:
parent
2c749d035b
commit
09e8f81148
@ -124,6 +124,11 @@ you cannot use this package for XEmacs.
|
|||||||
;;
|
;;
|
||||||
(load "preview-latex.el" nil t t)
|
(load "preview-latex.el" nil t t)
|
||||||
EOF
|
EOF
|
||||||
|
for el in auctex.el preview-latex.el
|
||||||
|
do
|
||||||
|
test -e %{buildroot}%{_sitedir}/$el || continue
|
||||||
|
mv %{buildroot}%{_sitedir}/$el %{buildroot}%{_sitedir}/site-start.d/
|
||||||
|
done
|
||||||
#
|
#
|
||||||
# Preview is part of te_latex
|
# Preview is part of te_latex
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user