mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove vestigial references to doom/{next,previous}-buffer
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user