Pin magit to melpa-stable source

Latest master build of magit seems to have issues with the status
buffer, where it turns on syntax high-lighting for quoted strings and
other weirdness that leaks all over the status buffer.
This commit is contained in:
2019-08-12 11:20:15 +01:00
parent ed268e13f4
commit a7039ea983
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
(require 'siren-magit)
(use-package forge
:pin melpa-stable
:after magit)
(provide 'siren-forge)

View File

@@ -10,6 +10,7 @@
(require 'siren-flyspell)
(use-package magit
:pin melpa-stable
:bind
("C-x g". magit-status)