From edee51f2cf8719a7b3822e87a44dc64ae1e690e2 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 20 Aug 2018 02:03:19 -0400 Subject: [PATCH] Remove extraneous require, damn it --- publish.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/publish.el b/publish.el index 0561fbf..7acc4a5 100644 --- a/publish.el +++ b/publish.el @@ -6,9 +6,6 @@ (add-to-list 'load-path ".") -(add-to-list 'load-path "../xah-replace-pairs") -(require 'xah-replace-pairs) - (defun aminb--readfile (filepath) "Return filepath's content." (with-temp-buffer -- 2.20.1