Add warning suppression for magit 1.4.0

This commit is contained in:
2015-06-22 22:40:12 +01:00
parent 1bf1ba91db
commit 1e279c7642

View File

@@ -199,6 +199,9 @@
(when (require 'escreen nil 'noerror)
(escreen-install))
;; magit setup
(setq magit-last-seen-setup-instructions "1.4.0")
;; Load and setup Workgroups2
(when (require 'workgroups2 nil 'noerror)
(workgroups-mode 1))