emacs-symfony-cli

Diff
Login

Differences From Artifact [26a11d781f]:

To Artifact [42ae678c84]:


17
18
19
20
21
22
23



24
25
26
27
28





29
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with this program.  If not, see <https://www.gnu.org/licenses/>.




;;; Code:

;;;###autoload
;; (define-minor-mode symfony-mode)






;;; emacs-symfony.el ends here







>
>
>





>
>
>
>
>

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with this program.  If not, see <https://www.gnu.org/licenses/>.

;;; Installation
(require 'transient)

;;; Code:

;;;###autoload
;; (define-minor-mode symfony-mode)

(defgroup symfony nil
  "Emacs symfony support"
  :group 'convenience
  :version "30.1")

;;; emacs-symfony.el ends here