[Emacs] Add shortcut for sorting lines
This commit is contained in:
parent
0166ec0a02
commit
371b653ffe
@ -3288,6 +3288,11 @@ The following, I use it rarely, it can launch an external command from Emacs to
|
|||||||
(spacemacs/set-leader-keys "or" 'helm-run-external-command)
|
(spacemacs/set-leader-keys "or" 'helm-run-external-command)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
However this one I use often, generally in org or text buffers.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(spacemacs/set-leader-keys "os" 'sort-lines)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** Applications
|
*** Applications
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: User_Configuration-Shortcuts-Applications-af8730b1
|
:CUSTOM_ID: User_Configuration-Shortcuts-Applications-af8730b1
|
||||||
|
Loading…
Reference in New Issue
Block a user