summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-02 22:04:25 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-02 22:04:25 +0100
commit511be034b5f35cdec917214f60d4c0689436bae3 (patch)
treec4b890e9193f8da80d556a5dd4c1620e088719ba /.config/emacs/modules
parent359f7b4803d66b1c7dd02878593bdbda2c5b2c1e (diff)
emacs: Add an org-mode config
Diffstat (limited to '.config/emacs/modules')
-rw-r--r--.config/emacs/modules/mm-org.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-org.el b/.config/emacs/modules/mm-org.el
new file mode 100644
index 0000000..b4d0f31
--- /dev/null
+++ b/.config/emacs/modules/mm-org.el
@@ -0,0 +1,6 @@
+;;; mm-org.el --- Org-Mode configuration -*- lexical-binding: t; -*-
+
+(use-package org
+ :hook (org-mode . org-indent-mode))
+
+(provide 'mm-org) \ No newline at end of file