From ec1169b3b79db9e4cb501d8dc77d20c37736535b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 30 Dec 2020 00:12:14 +0100 Subject: [PATCH] [Emacs] Add leader key for evil-lisp-state --- org/config/emacs.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 20effd0..4bbe27a 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1579,6 +1579,15 @@ Finally, let’s enable globally ~diredfl~ so we can get a colourful Dired buffe (diredfl-global-mode 1) #+END_SRC +*** Emacs Lisp +:PROPERTIES: +:CUSTOM_ID: User-Configuration-Emacs-builtins-Emacs-Lisp-36d134d8 +:END: +This chapter will be really short, as most of the defaults I get with Emacs quite fit my needs. However, I wish to declare a custom leader key chord for evil-lisp-state: +#+BEGIN_SRC emacs-lisp + (evil-lisp-state-leader ", l") +#+END_SRC + *** Eshell :PROPERTIES: :CUSTOM_ID: User_Configuration-Eshell-3012e67e