1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
emacs/lisp/use-package
John Wiegley f637380fed Add :preface, occurring before everything except :disabled
This can be used to establish function and variable definitions that
will 1) make the byte-compiler happy (it won't complain about functions
whose definitions are unknown because you have them within a guard
block), and 2) allow you to define code that can be used in an `:if`
test.
2015-03-15 02:22:17 -05:00
..
bind-key.el fix small typo (key > keymap) 2015-01-02 13:58:49 -02:00
use-package.el Add :preface, occurring before everything except :disabled 2015-03-15 02:22:17 -05:00