use-package: Enable imenu support

This commit is contained in:
Jonas Bernoulli 2024-08-24 19:55:02 +02:00
parent c825d11997
commit 296bdac8e2
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

View File

@ -30,6 +30,7 @@
(borg-initialize))
(eval-and-compile ; `use-package'
(setopt use-package-enable-imenu-support t)
(setopt use-package-verbose t)
(require 'use-package))