diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-03 12:46:50 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-03 12:46:50 +0200 |
commit | e6e06d0a5c3bce1f30c0f284a124f891c9367fdd (patch) | |
tree | bd7737dc6e32bcf14cd4cf1d4327f04ea9aaa89b /home | |
parent | 0e8b98bf14713516359e9149fc439ccf92ad2c90 (diff) | |
download | guix-e6e06d0a5c3bce1f30c0f284a124f891c9367fdd.tar.gz guix-e6e06d0a5c3bce1f30c0f284a124f891c9367fdd.tar.bz2 guix-e6e06d0a5c3bce1f30c0f284a124f891c9367fdd.zip |
.
Diffstat (limited to 'home')
-rw-r--r-- | home/dots/.emacs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |