Merge branch 'master' into drone/lua-mode

This commit is contained in:
Jonas Bernoulli
2018-12-15 15:21:17 +01:00
14 changed files with 13 additions and 17 deletions

1
.gitmodules vendored
View File

@@ -37,6 +37,7 @@
[submodule "magit"]
path = lib/magit
url = git@github.com:magit/magit.git
recursive-byte-compile = true
info-path = Documentation
[submodule "magit-popup"]
path = lib/magit-popup

View File

@@ -30,11 +30,6 @@
(require 'use-package)
(setq use-package-verbose t))
(use-package subr-x
:config
(put 'if-let 'byte-obsolete-info nil)
(put 'when-let 'byte-obsolete-info nil))
(use-package auto-compile
:demand t
:config