home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

vde-buffers.el (285B)


      1 ;;; vde-buffers.el --- -*- lexical-binding: t; -*-
      2 ;; Commentary:
      3 ;;; Helper function related to buffers
      4 ;; Code:
      5 
      6 ;;;###autoload
      7 (defun vde/buffer-has-project-p (buffer action)
      8   (with-current-buffer buffer (project-current nil)))
      9 
     10 (provide 'vde-buffers)
     11 ;;; vde-buffers.el ends here