[Emacs] Add shortcut for sorting lines

This commit is contained in:
Lucien Cartier-Tilet 2021-01-04 16:15:27 +01:00
parent 0166ec0a02
commit 371b653ffe
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 0 deletions

View File

@ -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)
#+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
:PROPERTIES:
:CUSTOM_ID: User_Configuration-Shortcuts-Applications-af8730b1