Disable keybind in org-bullets.

This commit is contained in:
Tom Alexander
2023-09-14 13:39:46 -04:00
parent fa1ed38678
commit 25c2f2753b

View File

@@ -67,7 +67,6 @@
(use-package org-bullets
:commands org-bullets-mode
:hook (org-mode . org-bullets-mode)
:bind ((:map org-mode-map ([remap fill-paragraph] . unfill-toggle)))
)
(use-package gnuplot-mode)