diff options
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index a81b9b01..b5031729 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 |