From e6e06d0a5c3bce1f30c0f284a124f891c9367fdd Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 3 Dec 2024 12:46:50 +0200 Subject: . --- home/dots/.emacs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/dots') diff --git a/home/dots/.emacs b/home/dots/.emacs index 6adf77c..515cfc2 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -442,6 +442,8 @@ ("p" . backward-list) ("e" . end-of-defun) ("a" . beginning-of-defun) + ("d" . down-list) + ("u" . backward-up-list) ("f" . forward-sexp) ("b" . backward-sexp) :repeat-map forward-words-repeat-map -- cgit v1.2.3