diff options
author | Thanos Apollo <[email protected]> | 2023-05-11 11:01:53 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-11 11:01:53 +0300 |
commit | 9b829bd5891692be9af18f0a2525a7a1136f55b2 (patch) | |
tree | ff8afd9624e30325e1319f75bc93b6061e1a2390 | |
parent | 8c81519a064425c5b9a26db4ca336d416184515d (diff) |
redo 'Morfi map with proper namings as ~create~
Change 'Morfi to 'Create and 'keimenograpfos to 'create-scratch-buffer
-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)) |