Remove Extra )

This commit is contained in:
2023-01-25 13:52:34 -05:00
parent c5ac8af131
commit a0a3172b45

View File

@@ -45,7 +45,7 @@
("convert -density %D -trim -antialias %f -quality 100 %O")))) ("convert -density %D -trim -antialias %f -quality 100 %O"))))
'(python-shell-completion-native-enable nil) '(python-shell-completion-native-enable nil)
'(warning-suppress-types '((comp) (comp) (comp) (comp) (comp)))) '(warning-suppress-types '((comp) (comp) (comp) (comp) (comp))))
'(org-latex-classes '(org-latex-classes
'(("thesis" "\\documentclass{ut-thesis}" '(("thesis" "\\documentclass{ut-thesis}"
("\\chapter{%s}" . "\\chapter*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%}") ("\\section{%s}" . "\\section*{%}")
@@ -83,7 +83,7 @@
("\\section{%s}" . "\\section*{%s}") ("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))) ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
'(org-latex-default-packages-alist '(org-latex-default-packages-alist
'(("AUTO" "inputenc" t '(("AUTO" "inputenc" t
("pdflatex")) ("pdflatex"))
("T1" "fontenc" t ("T1" "fontenc" t
@@ -99,7 +99,7 @@
("" "amssymb" t nil) ("" "amssymb" t nil)
("" "capt-of" nil nil) ("" "capt-of" nil nil)
("" "hyperref" nil nil))) ("" "hyperref" nil nil)))
'(org-pandoc-menu-entry '(org-pandoc-menu-entry
'((61 "to ms-pdf and open." org-pandoc-export-to-ms-pdf-and-open) '((61 "to ms-pdf and open." org-pandoc-export-to-ms-pdf-and-open)
(45 "to ms-pdf." org-pandoc-export-to-ms-pdf) (45 "to ms-pdf." org-pandoc-export-to-ms-pdf)
(106 "to json and open." org-pandoc-export-to-json-and-open) (106 "to json and open." org-pandoc-export-to-json-and-open)
@@ -107,8 +107,8 @@
(80 "to pptx." org-pandoc-export-to-pptx) (80 "to pptx." org-pandoc-export-to-pptx)
(120 "to docx and open." org-pandoc-export-to-docx-and-open) (120 "to docx and open." org-pandoc-export-to-docx-and-open)
(88 "to docx." org-pandoc-export-to-docx))) (88 "to docx." org-pandoc-export-to-docx)))
'(python-shell-completion-native-enable nil) '(python-shell-completion-native-enable nil)
'(warning-suppress-log-types '(warning-suppress-log-types
'((direnv) '((direnv)
(lsp-mode) (lsp-mode)
(comp) (comp)
@@ -119,7 +119,7 @@
(comp) (comp)
(comp) (comp)
(comp))) (comp)))
'(warning-suppress-types '(warning-suppress-types
'((lsp-mode) '((lsp-mode)
(comp) (comp)
(comp) (comp)
@@ -128,7 +128,7 @@
(comp) (comp)
(comp) (comp)
(comp) (comp)
(comp)))) (comp)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.