From 39043a91ad5880bf9053090753424abedc295e1b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 9 Jul 2022 18:43:43 +0100 Subject: Remove hl-line-mode --- static/docs/ebib-papers.el/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'static/docs/ebib-papers.el') diff --git a/static/docs/ebib-papers.el/index.html b/static/docs/ebib-papers.el/index.html index 2dfc965..61b2c62 100644 --- a/static/docs/ebib-papers.el/index.html +++ b/static/docs/ebib-papers.el/index.html @@ -21,10 +21,6 @@ /* highlight-numbers-number */ color: #0000c0; } - .hl-line { - /* hl-line */ - background-color: #f2eff3; - } .keyword { /* font-lock-keyword-face */ color: #5317ac; @@ -79,8 +75,8 @@
-(defun acm-pdf-url (doi)
-  "Retrieve a DOI pdf from the ACM."
+(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)
-- 
cgit