summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-08 09:56:33 +0100
committermms <michal@sapka.me>2024-02-08 09:56:33 +0100
commit452b7a044d2f797299fb83ad04b73b7648c0e4af (patch)
tree4cfaec4dc10e56ead6f7a4832af5cfa7097f6205
parentf0af2f5b0be0f0805203bb125c1e2582169ea9f5 (diff)
chore: prepare for hugo export
-rw-r--r--mms-configuration.org10
1 files changed, 6 insertions, 4 deletions
diff --git a/mms-configuration.org b/mms-configuration.org
index 24da78a..2ceeb28 100644
--- a/mms-configuration.org
+++ b/mms-configuration.org
@@ -1,15 +1,17 @@
-#+TITLE: mms Emacs Config - General settings
+#+TITLE: General settings
#+AUTHOR: MichaƂ Sapka (https://michal.sapka.me)
+#+DATE: 2024-02-08
+
#+STARTUP: showall indent logdone
+#+HUGO_SECTION: emacs/config
+#+EXPORT_FILE_NAME: configuration
#+HUGO_BASE_DIR: ~/ghq/vcs.sapka.me/michal-sapka-me/
#+HUGO_WEIGHT: 10
-#+HUGO_SECTION: emacs/config
#+HUGO_CATEGORIES: emacs emacs-config
-#+HUGO_MENU :menu "emacs-config" :name "Genral settings"
+#+HUGO_MENU: :menu "emacs-config" :name "Genral settings"
#+HUGO_CUSTOM_FRONT_MATTER: :abstract "My emacs config - general config"
#+HUGO_CUSTOM_FRONT_MATTER: :menu-abstract "Just some basic stuff"
-#+EXPORT_FILE_NAME: configuration
This file sets generic things around my Emacs config.
All other files rely on this.