diff options
author | Arun Isaac | 2021-08-17 16:54:10 +0530 |
---|---|---|
committer | Arun Isaac | 2021-08-17 16:54:10 +0530 |
commit | a8bcbb6917d679dcdb9f0a9e49a26f03a3ab0ebb (patch) | |
tree | eca16faeecbde6cd63629451bd2082585b83749a | |
parent | d70d8cc10b6a6d13d835a24b1631ae665c8ae964 (diff) | |
download | ccwl-a8bcbb6917d679dcdb9f0a9e49a26f03a3ab0ebb.tar.gz ccwl-a8bcbb6917d679dcdb9f0a9e49a26f03a3ab0ebb.tar.lz ccwl-a8bcbb6917d679dcdb9f0a9e49a26f03a3ab0ebb.zip |
build-aux: Remove redundant beginning-of-line.
* build-aux/build-home-page.el (build-website): Remove redundant
beginning-of-line.
-rw-r--r-- | build-aux/build-home-page.el | 1 |
1 files changed, 0 insertions, 1 deletions
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"))) |