aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorArun Isaac2021-07-02 17:44:57 +0530
committerArun Isaac2021-07-02 18:59:33 +0530
commitd28fd1b9b29711877734ca27918bd016eec9f27d (patch)
tree3f6283033b6cfaf1c84bd223013d226b747da758 /build-aux
parent10db9e74f78a1c2a11933a7aabe731f83d06b459 (diff)
downloadccwl-d28fd1b9b29711877734ca27918bd016eec9f27d.tar.gz
ccwl-d28fd1b9b29711877734ca27918bd016eec9f27d.tar.lz
ccwl-d28fd1b9b29711877734ca27918bd016eec9f27d.zip
build-aux: Do not make backup files.
* build-aux/build-home-page.el (make-backup-files): Set to nil.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/build-home-page.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/build-home-page.el b/build-aux/build-home-page.el
index 51b1d03..16134ad 100644
--- a/build-aux/build-home-page.el
+++ b/build-aux/build-home-page.el
@@ -25,7 +25,8 @@
(require 'ox-html)
-(setq org-export-with-section-numbers nil
+(setq make-backup-files nil
+ org-export-with-section-numbers nil
org-export-with-sub-superscripts nil
org-export-with-toc nil
org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />"