]> git.eshelyaron.com Git - emacs.git/commit
Add `:magic` and `:magic-fallback` keywords (issue)
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 15 Jun 2017 18:44:11 +0000 (20:44 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 15 Jun 2017 18:56:53 +0000 (20:56 +0200)
commitac4a3a4aa819732aa21340c9ae501ca6e02f5003
treefffa8c5f5c4770237d08c34eaebda3252250e503
parentec088b747a370462a00d61f3d49af21125edf7e5
Add `:magic` and `:magic-fallback` keywords (issue)

These keywords work equivalently to `:mode` or `:interpreter`, but for
`magic-mode-alist` and `magic-fallback-mode-alist`.

The handler function implementation is now passed a list to add to,
and shared by all four of them.
GitHub-reference: https://github.com/jwiegley/use-package/issues/469
lisp/use-package/use-package.el