17
18
19
20
21
22
23
24
25
26
27
28
29
|
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
|