mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Clean up
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
;;; defuns-buffers.el
|
||||
|
||||
;;;###autoload
|
||||
(defun add-unreal-buffer! (regexp)
|
||||
(add-to-list 'narf-unreal-buffers regexp))
|
||||
|
||||
(provide 'defuns-buffers)
|
||||
;;; defuns-buffers.el ends here
|
@@ -1,13 +0,0 @@
|
||||
;;; 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
|
Reference in New Issue
Block a user