aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-16 23:27:44 -0300
committerEuAndreh <eu@euandre.org>2018-07-16 23:27:44 -0300
commite06a05be915bb22c333793dffc8b122b90f4aa71 (patch)
tree568b9e7e3583dd6280f7a12f2eca6db19521692f
parentForce enter evil-insert keybinding (diff)
downloaddotfiles-e06a05be915bb22c333793dffc8b122b90f4aa71.tar.gz
dotfiles-e06a05be915bb22c333793dffc8b122b90f4aa71.tar.xz
Allow customization of org-html-postamble
-rw-r--r--spacemacs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 8b79ebc..e6d2560 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -855,6 +855,8 @@ This is the place where most of your configurations should be done. Unless it is
(set-language-environment "UTF-8")
(set-default-coding-systems 'utf-8)
+ (setq org-export-allow-bind-keywords t)
+ (setq org-html-postamble t)
(require 'key-chord)
(key-chord-mode 1)