diff options
author | Thanos Apollo <[email protected]> | 2023-07-16 16:31:52 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-16 16:31:52 +0300 |
commit | 3e37c40d8cc0516acdbd21d83395c886ad7fbb59 (patch) | |
tree | 08d2deed8856503913171b9726f579630096598f /emacs.org | |
parent | a8197987144aff971e044351f83c5ace244c280d (diff) |
scratch-text: use org-mode
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |