fix(helm): helm-buffers to helm-buffers-list
This commit is contained in:
parent
93cc1f84b5
commit
b083cb5629
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
("M-x" . helm-M-x)
|
||||
("M-s o" . helm-occur)
|
||||
("C-h a" . helm-apropos)
|
||||
("C-x b" . helm-buffers))
|
||||
("C-x b" . helm-buffers-list))
|
||||
:hook after-init)
|
||||
|
||||
(use-package savehist
|
||||
|
@ -88,4 +88,7 @@
|
|||
(use-package notmuch
|
||||
:if (executable-find "notmuch"))
|
||||
|
||||
(use-package tuareg
|
||||
:mode "\\.ml\\'")
|
||||
|
||||
(provide 'config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue