From 371b653ffe2144a44be973da3d974dd958d084e4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 4 Jan 2021 16:15:27 +0100 Subject: [PATCH] [Emacs] Add shortcut for sorting lines --- org/config/emacs.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index c9f4cbc..1f353a7 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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