mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix getting started link in readme
This commit is contained in:
@ -114,8 +114,8 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
|||||||
~/.emacs.d/bin/doom install
|
~/.emacs.d/bin/doom install
|
||||||
```
|
```
|
||||||
|
|
||||||
Then [read our Getting Started guide][documentation] to be walked through
|
Then [read our Getting Started guide][getting-started] to be walked through
|
||||||
setting up, configuring and maintaining Doom Emacs.
|
installing, configuring and maintaining Doom Emacs.
|
||||||
|
|
||||||
It's a good idea to add `~/.emacs.d/bin` to your `PATH`! Other `bin/doom`
|
It's a good idea to add `~/.emacs.d/bin` to your `PATH`! Other `bin/doom`
|
||||||
commands you should know about:
|
commands you should know about:
|
||||||
@ -219,6 +219,7 @@ kind!
|
|||||||
[discord]: https://discord.gg/qvGgnVx
|
[discord]: https://discord.gg/qvGgnVx
|
||||||
[documentation]: docs/index.org
|
[documentation]: docs/index.org
|
||||||
[faq]: docs/faq.org
|
[faq]: docs/faq.org
|
||||||
|
[getting-started]: docs/getting_started.org
|
||||||
[install]: docs/getting_started.org#install
|
[install]: docs/getting_started.org#install
|
||||||
[backtrace]: docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
|
[backtrace]: docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
|
||||||
[configuration]: docs/getting_started.org#configuring-doom
|
[configuration]: docs/getting_started.org#configuring-doom
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
;; NOTE SPC u replaces C-u as the universal argument.
|
;; NOTE SPC u replaces C-u as the universal argument.
|
||||||
|
|
||||||
;; Minibuffer
|
;; Minibuffer
|
||||||
(define-key! evil-ex-completion-map
|
(define-key! :keymaps '(evil-ex-completion-map evil-ex-search-keymap)
|
||||||
"C-a" #'evil-beginning-of-line
|
"C-a" #'evil-beginning-of-line
|
||||||
"C-b" #'evil-backward-char
|
"C-b" #'evil-backward-char
|
||||||
"C-f" #'evil-forward-char
|
"C-f" #'evil-forward-char
|
||||||
|
Reference in New Issue
Block a user