mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -9,6 +9,7 @@
|
||||
(require 'siren-magit)
|
||||
|
||||
(use-package forge
|
||||
:pin melpa-stable
|
||||
:after magit)
|
||||
|
||||
(provide 'siren-forge)
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
(require 'siren-flyspell)
|
||||
|
||||
(use-package magit
|
||||
:pin melpa-stable
|
||||
:bind
|
||||
("C-x g". magit-status)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user