summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-05-27 16:16:31 +0200
committerAlan Pearce2019-05-27 16:16:31 +0200
commitb131f373f658a8033f6bc1a61b63cb429c0f6d28 (patch)
tree1dc150503f1d937e5d7c7e07453e83660e819264 /emacs/.emacs.d
parent94d30e656ea0d80e6ec38b5f3a029caef17751eb (diff)
downloaddotfiles-b131f373f658a8033f6bc1a61b63cb429c0f6d28.tar.lz
dotfiles-b131f373f658a8033f6bc1a61b63cb429c0f6d28.tar.zst
dotfiles-b131f373f658a8033f6bc1a61b63cb429c0f6d28.zip
Emacs: Bind <leader> x to C-x keymap
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index a81b9b0..b503172 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2232,6 +2232,7 @@ Pass ARG to `comint-delchar-or-maybe-eof'."
             (evil-leader/set-key
               "h" help-map
               "w" evil-window-map
+              "x" ctl-x-map
               "s" #'save-buffer
               "q" #'kill-or-delete-this-buffer-dwim
               "p" projectile-command-map