Write core initfiles + defuns

This commit is contained in:
Henrik Lissner 2015-06-15 09:05:52 +02:00
parent c0661f5293
commit b998f4ab08
52 changed files with 2444 additions and 706 deletions

View file

@ -1,14 +0,0 @@
;;; macros-popwin.el
;;;###autoload
(defmacro @popwin-register (&rest forms)
"Register a rule for popwin. See `popwin:special-display-config'.
Example:
(@popwin-register (\"^\\*Flycheck.*\\*$\" :regexp t :position bottom :height 0.25 :noselect t))"
(declare (indent defun))
`(push (,@forms) form))
(provide 'macros-popwin)
;;; macros-popwin.el ends here