Write core initfiles + defuns
This commit is contained in:
parent
c0661f5293
commit
b998f4ab08
52 changed files with 2444 additions and 706 deletions
13
core/lib/macros-popwin.el
Normal file
13
core/lib/macros-popwin.el
Normal file
|
@ -0,0 +1,13 @@
|
|||
;;; macros-popwin.el
|
||||
|
||||
;;;###autoload
|
||||
(defmacro add-popwin-rule! (&rest forms)
|
||||
"Register a rule for popwin. See `popwin:special-display-config'.
|
||||
|
||||
Example:
|
||||
(add-popwin-rule! \"^\\*Flycheck.*\\*$\" :regexp t :position bottom :height 0.25 :noselect t)"
|
||||
(declare (indent defun))
|
||||
`(push '(,@forms) popwin:special-display-config))
|
||||
|
||||
(provide 'macros-popwin)
|
||||
;;; macros-popwin.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue