doomemacs/modules/feature
Henrik Lissner 25a2973c52
feature/popup: make parameters support functions
Now, the transient, quit, select and modeline parameters now accept
a function FN. See `+popup-window-parameters` for details.

(transient . (FN popup-buffer))
(quit . (FN popup-window))
(select . (FN popup-window))
(modeline . (FN popup-buffer))
2018-01-07 05:35:20 -05:00
..
debugger 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
eval General & minor refactoring 2018-01-07 00:15:58 -05:00
evil Refactor feature/evil hacks & advice; fix tests 2018-01-07 00:15:57 -05:00
file-templates Fix doom module file templates when emacs.d is a symlink 2018-01-01 21:16:36 -05:00
lookup General refactor (use map.el more) 2018-01-07 00:15:58 -05:00
popup feature/popup: make parameters support functions 2018-01-07 05:35:20 -05:00
services Add new cache library (persistent-soft wrapper) 2018-01-07 00:15:57 -05:00
snippets Generalize +evil-esc-hook into doom-escape-hook 2018-01-06 02:38:39 -05:00
spellcheck
syntax-checker Generalize +evil-esc-hook into doom-escape-hook 2018-01-06 02:38:39 -05:00
version-control Generalize +evil-esc-hook into doom-escape-hook 2018-01-06 02:38:39 -05:00
workspaces Narrow down the purpose of init & post-init hooks 2018-01-07 00:15:58 -05:00