From c3976dcc867ec7e3c2b1b1fc5a8e8199c087830c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 9 Jul 2022 18:44:19 +0100 Subject: Update --- static/docs/ebib-papers.el/index.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/static/docs/ebib-papers.el/index.html b/static/docs/ebib-papers.el/index.html index 61b2c62..5ff5c6c 100644 --- a/static/docs/ebib-papers.el/index.html +++ b/static/docs/ebib-papers.el/index.html @@ -41,13 +41,6 @@ /* rainbow-delimiters-depth-4-face */ color: #904200; } - .sp-show-pair-match { - /* sp-show-pair-match-face */ - color: #000000; - background-color: #e0af82; - } - .sp-show-pair-match-content { - } .string { /* font-lock-string-face */ color: #2544bb; @@ -75,9 +68,9 @@
-(defun acm-pdf-url (doi)
-  "Retrieve a DOI pdf from the ACM."
-  (concat "https://dl.acm.org/doi/pdf/" doi))
+(defun acm-pdf-url (doi)
+  "Retrieve a DOI pdf from the ACM."
+  (concat "https://dl.acm.org/doi/pdf/" doi))
 
 (defun ieee-pdf-url (doi)
   "Retrieve a DOI pdf from the IEEE."
-- 
cgit