added sqlite3 to avoid the warning on every magit startup, zeffix!

This commit is contained in:
2023-06-17 16:25:20 +02:00
parent ae0f316576
commit f5d017f72a

View File

@@ -73,6 +73,7 @@
(when (re-search-forward "Magit requires Git >=")
(kill-buffer-and-window)))))
;; FIXME: still needed?
(add-hook 'after-init-hook 'tvd-ignore-magit-warnings-if-any t)
;; now, THIS is the pure genius me: hit "ls in magit-status buffer
@@ -150,5 +151,8 @@
(use-package forge
:after magit)
(use-package sqlite3
:defer nil)
(provide 'init-magit)
;;; init-magit.el ends here