From d48e8cb136481bc7ab03f680105098c0f12d71a9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 6 Sep 2023 19:48:14 +0300 Subject: emacs: (commands) create text scratch as org-mode --- .emacs.d/modules/thanos-commands.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs.d') 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) -- cgit v1.2.3