diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-07-19 09:08:34 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-07-19 09:08:34 +0200 |
commit | 00b55a2c1e4d8042777b98a62621a396a38f0133 (patch) | |
tree | 756da0a437cdac8c09a388337571efb3e31ee028 /config/doom | |
parent | d13e2a6479abe4b6598a39f1489626372f53a375 (diff) | |
download | dotfiles-00b55a2c1e4d8042777b98a62621a396a38f0133.tar.gz dotfiles-00b55a2c1e4d8042777b98a62621a396a38f0133.tar.bz2 dotfiles-00b55a2c1e4d8042777b98a62621a396a38f0133.zip |
return to M-x to Space-x
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 0efb68e..b612de2 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -19,6 +19,12 @@ numbers are disabled. For relative line numbers, set this to `relative'. #+begin_src emacs-lisp ;(setq display-line-numbers-type 'relative) #+end_src +** Keybindings +#+begin_src emacs-lisp +(map! :leader + :desc "M-x" "x" #'execute-extended-command + ) +#+end_src ** Package Manager Doom manages packages separately. Keep that file separate #+begin_src emacs-lisp :tangle "packages.el" |