Merge branch 'master' into layer/cosmetics

This commit is contained in:
Jonas Bernoulli
2018-06-23 22:49:40 -05:00
10 changed files with 9 additions and 13 deletions

1
.gitmodules vendored
View File

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

View File

@@ -30,11 +30,6 @@
(require 'use-package) (require 'use-package)
(setq use-package-verbose t)) (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 (use-package auto-compile
:demand t :demand t
:config :config