[Emacs] Try to fix gh-pages build

This commit is contained in:
2021-07-12 23:18:11 -06:00
parent 91b76c5175
commit 417524f92a
2 changed files with 7 additions and 1 deletions

View File

@@ -3002,6 +3002,11 @@ Intero seems to be causing hangs, so it has been disabled
(("C-e" . end-of-visual-line)))
:preface
(progn
(require 'cl-lib)
(defun imalison:maybe-symbol-name (arg)
(if (symbolp arg)
(symbol-name arg)
arg))
;; XXX: These should probably be moved to config, right?
(setq org-startup-indented nil
org-startup-folded t