fix(helm): helm-buffers to helm-buffers-list

This commit is contained in:
Artur Manuel 2025-03-18 16:45:35 +00:00
commit b083cb5629
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg

View file

@ -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)