Index: emacs-symfony.el ================================================================== --- emacs-symfony.el +++ emacs-symfony.el @@ -19,11 +19,19 @@ ;; 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 . +;;; 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