Files
emacs/lisp/magit/magit-version.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

14 lines
262 B
EmacsLisp

;;; magit-version.el --- the Magit version you are using
(setq magit-version 3.3.0)
(provide 'migit-version)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; magit-version.el ends here