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-x" . helm-M-x)
|
||||||
("M-s o" . helm-occur)
|
("M-s o" . helm-occur)
|
||||||
("C-h a" . helm-apropos)
|
("C-h a" . helm-apropos)
|
||||||
("C-x b" . helm-buffers))
|
("C-x b" . helm-buffers-list))
|
||||||
:hook after-init)
|
:hook after-init)
|
||||||
|
|
||||||
(use-package savehist
|
(use-package savehist
|
||||||
|
@ -88,4 +88,7 @@
|
||||||
(use-package notmuch
|
(use-package notmuch
|
||||||
:if (executable-find "notmuch"))
|
:if (executable-find "notmuch"))
|
||||||
|
|
||||||
|
(use-package tuareg
|
||||||
|
:mode "\\.ml\\'")
|
||||||
|
|
||||||
(provide 'config)
|
(provide 'config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue