pinwheel: Fix leader-key in emacs
This commit is contained in:
@@ -335,21 +335,19 @@ Setup prefix for keybindings.
|
|||||||
|
|
||||||
(general-create-definer alex/keybindings
|
(general-create-definer alex/keybindings
|
||||||
:keymaps '(normal insert visual emacs)
|
:keymaps '(normal insert visual emacs)
|
||||||
:prefix ",")
|
:prefix ","
|
||||||
|
:global-prefix "C-SPC")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Quick buffer save
|
** Quick buffer save
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(alex/keybindings
|
(alex/keybindings
|
||||||
"," '(save-buffer :save-buffer "save"))
|
"," '(save-buffer :save-buffer "save"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Cleanup whitespace
|
** Cleanup whitespace
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(alex/keybindings
|
(alex/keybindings
|
||||||
"w" '(whitespace-cleanup :which-key "whitespace cleanup"))
|
"w" '(whitespace-cleanup :which-key "whitespace cleanup"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Scale text
|
** Scale text
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package hydra)
|
(use-package hydra)
|
||||||
|
|||||||
Reference in New Issue
Block a user