emacs: reorder options for the literate config file

This commit is contained in:
Protesilaos Stavrou 2024-03-14 16:41:10 +02:00
parent df9834d8db
commit 442bf6e7b1
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -2,7 +2,7 @@
#+author: Protesilaos Stavrou
#+email: public@protesilaos.com
#+language: en
#+options: ':t toc:nil author:t email:t num:t
#+options: ':t toc:nil num:t author:t email:t
#+startup: content indent
#+macro: latest-export-date (eval (format-time-string "%F %T %z"))
#+macro: word-count (eval (count-words (point-min) (point-max)))