From ba5ad5da7f49d252fc8f0208ce10e87d84f6b9f9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 21 Oct 2023 00:38:15 +0100 Subject: (Emacs/core)~sort general leaders --- Emacs/.config/emacs/core.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Emacs/.config/emacs/core.org') diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org index 83037f6..9ff0905 100644 --- a/Emacs/.config/emacs/core.org +++ b/Emacs/.config/emacs/core.org @@ -33,16 +33,16 @@ code. :states '(normal motion) "SPC" 'nil "\\" '(nil :which-key "Local leader") - "SPC c" '(nil :which-key "Code") - "SPC f" '(nil :which-key "File") - "SPC t" '(nil :which-key "Shell") - "SPC m" '(nil :which-key "Toggle modes") "SPC a" '(nil :which-key "Applications") - "SPC s" '(nil :which-key "Search") "SPC b" '(nil :which-key "Buffers") - "SPC q" '(nil :which-key "Quit/Literate") + "SPC c" '(nil :which-key "Code") + "SPC d" '(nil :which-key "Directories") + "SPC f" '(nil :which-key "Files") "SPC i" '(nil :which-key "Insert") - "SPC d" '(nil :which-key "Directories")) + "SPC m" '(nil :which-key "Modes") + "SPC q" '(nil :which-key "Quit/Literate") + "SPC s" '(nil :which-key "Search") + "SPC t" '(nil :which-key "Shell")) (general-create-definer leader :states '(normal motion) -- cgit v1.2.3-13-gbd6f