diff options
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) |