summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-16 16:31:52 +0300
committerThanos Apollo <[email protected]>2023-07-16 16:31:52 +0300
commit3e37c40d8cc0516acdbd21d83395c886ad7fbb59 (patch)
tree08d2deed8856503913171b9726f579630096598f /emacs.org
parenta8197987144aff971e044351f83c5ace244c280d (diff)
scratch-text: use org-mode
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 5327310..1c704b4 100755
--- a/emacs.org
+++ b/emacs.org
@@ -1296,7 +1296,7 @@ Set aliases for emacs functions and ~PATH~
"create a scratch buffer"
(interactive)
(switch-to-buffer (get-buffer-create "*Text Scratch*"))
- (text-mode))
+ (org-mode))
(define-key Create (kbd "t") 'create-text-scratch)