diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:27:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:27:44 -0300 |
commit | e06a05be915bb22c333793dffc8b122b90f4aa71 (patch) | |
tree | 568b9e7e3583dd6280f7a12f2eca6db19521692f | |
parent | Force enter evil-insert keybinding (diff) | |
download | dotfiles-e06a05be915bb22c333793dffc8b122b90f4aa71.tar.gz dotfiles-e06a05be915bb22c333793dffc8b122b90f4aa71.tar.xz |
Allow customization of org-html-postamble
-rw-r--r-- | spacemacs.el | 2 |
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) |