From a8bcbb6917d679dcdb9f0a9e49a26f03a3ab0ebb Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Tue, 17 Aug 2021 16:54:10 +0530
Subject: build-aux: Remove redundant beginning-of-line.

* build-aux/build-home-page.el (build-website): Remove redundant
beginning-of-line.
---
 build-aux/build-home-page.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build-aux/build-home-page.el b/build-aux/build-home-page.el
index b971304..6ff4cd3 100644
--- a/build-aux/build-home-page.el
+++ b/build-aux/build-home-page.el
@@ -38,6 +38,5 @@
   (with-temp-buffer
     (insert-file-contents "README.org")
     (search-forward "* Contributing\n\n")
-    (beginning-of-line)
     (insert "ccwl is developed on [[https://github.com/arunisaac/ccwl][GitHub]]. ")
     (org-export-to-file 'html "website/index.html")))
-- 
cgit v1.2.3