mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Write core initfiles + defuns
This commit is contained in:
8
core/lib/macros-buffers.el
Normal file
8
core/lib/macros-buffers.el
Normal file
@ -0,0 +1,8 @@
|
||||
;;; defuns-buffers.el
|
||||
|
||||
;;;###autoload
|
||||
(defun add-unreal-buffer! (regexp)
|
||||
(add-to-list 'narf-unreal-buffers regexp))
|
||||
|
||||
(provide 'defuns-buffers)
|
||||
;;; defuns-buffers.el ends here
|
Reference in New Issue
Block a user