mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added sqlite3 to avoid the warning on every magit startup, zeffix!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user