diff options
-rwxr-xr-x | emacs.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1150,10 +1150,10 @@ Create function to watch videos using ~mpv~ (start-process-shell-command "polybar" nil "polybar main"))) - (defun create-keimenografos () + (defun create-text-scratch () "create a scratch buffer" (interactive) - (switch-to-buffer (get-buffer-create "*Keimenografos*")) + (switch-to-buffer (get-buffer-create "*Text Scratch*")) (text-mode)) (defun create-scratch () @@ -1196,9 +1196,9 @@ Create function to watch videos using ~mpv~ (define-key thanos/applications-map (kbd "f") 'elfeed) (global-set-key (kbd "C-c a") 'thanos/applications-map) - (define-prefix-command 'Morfi) - (define-key thanos/applications-map (kbd "c") 'Morfi) - (define-key Morfi (kbd "t") 'create-keimenografos) + (define-prefix-command 'Create) + (define-key thanos/applications-map (kbd "C-c") 'Create) + (define-key Create (kbd "t") 'create-text-scratch) (defvar thanos/vterm-map (make-sparse-keymap)) |