mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
9 lines
177 B
EmacsLisp
9 lines
177 B
EmacsLisp
;;; defuns-buffers.el
|
|
|
|
;;;###autoload
|
|
(defun add-unreal-buffer! (regexp)
|
|
(add-to-list 'narf-unreal-buffers regexp))
|
|
|
|
(provide 'defuns-buffers)
|
|
;;; defuns-buffers.el ends here
|