mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Initial commit (brand new NARF)
This commit is contained in:
4
core/macros/macros-company.el
Normal file
4
core/macros/macros-company.el
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
(provide 'macros-company)
|
||||
;;; macros-company.el ends here
|
14
core/macros/macros-popwin.el
Normal file
14
core/macros/macros-popwin.el
Normal file
@@ -0,0 +1,14 @@
|
||||
;;; 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
|
Reference in New Issue
Block a user