mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +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 >=")
|
(when (re-search-forward "Magit requires Git >=")
|
||||||
(kill-buffer-and-window)))))
|
(kill-buffer-and-window)))))
|
||||||
|
|
||||||
|
;; FIXME: still needed?
|
||||||
(add-hook 'after-init-hook 'tvd-ignore-magit-warnings-if-any t)
|
(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
|
;; now, THIS is the pure genius me: hit "ls in magit-status buffer
|
||||||
@@ -150,5 +151,8 @@
|
|||||||
(use-package forge
|
(use-package forge
|
||||||
:after magit)
|
:after magit)
|
||||||
|
|
||||||
|
(use-package sqlite3
|
||||||
|
:defer nil)
|
||||||
|
|
||||||
(provide 'init-magit)
|
(provide 'init-magit)
|
||||||
;;; init-magit.el ends here
|
;;; init-magit.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user