Remove vestigial references to doom/{next,previous}-buffer

This commit is contained in:
Henrik Lissner 2018-02-04 05:02:15 -05:00
parent b6ee578cda
commit 414383e5f4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 5 deletions

View file

@ -91,8 +91,8 @@ If any hook returns non-nil, all hooks after it are ignored.")
("k" windmove-up)
("l" windmove-right)
("p" doom/previous-buffer)
("n" doom/next-buffer)
("p" previous-buffer)
("n" next-buffer)
("b" switch-to-buffer)
("f" find-file)