summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-commands.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el
index 6504802..8b3407e 100644
--- a/.emacs.d/modules/thanos-commands.el
+++ b/.emacs.d/modules/thanos-commands.el
@@ -50,8 +50,7 @@
"Create a scratch buffer."
(interactive)
(switch-to-buffer (get-buffer-create "*Text Scratch*"))
- (markdown-mode)
- (gptel-mode))
+ (org-mode))
(define-key Create (kbd "t") 'create-text-scratch)