From 56e27544b646f93db647bfe243d56666cfca22ab Mon Sep 17 00:00:00 2001 From: oreodave Date: Wed, 16 Oct 2019 13:20:43 +0100 Subject: ~prefix for frames m -> F (F for frames) f is already bound to "find" for items, thus capital F. I don't use the frame commands often enough to bind them to something as important as m, thus F is the best. --- doom.d/config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doom.d/config.org b/doom.d/config.org index 6c6db73..1a8206c 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -198,8 +198,7 @@ Download JSON easily and be able to get responses quickly. #+BEGIN_SRC emacs-lisp (map! :leader - ; TODO think of a new prefix or leave and justfiy this one - :prefix ("m" . "Frame") ; Literally the first free prefix I could think of + :prefix ("F" . "Frame") ; Literally the first free prefix I could think of :desc "Kill frame" "d" 'delete-frame :desc "Make current buffer frame" "m" 'make-frame :desc "Choose buffer to make frame" "n" 'display-buffer-other-frame -- cgit v1.2.3-13-gbd6f