Write core initfiles + defuns
This commit is contained in:
parent
c0661f5293
commit
b998f4ab08
52 changed files with 2444 additions and 706 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue