emacs-symfony-cli

Check-in [d9d0bc6873]
Login
Overview
Comment:Add transient dependency
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d9d0bc6873c4abf6d3dc656ba3c17e7069bc0c4ecab08f53c118bdf5d2230158
User & Date: w96k on 2025-08-03 18:01:15
Other Links: manifest | tags | edit
Context
2025-08-03
18:10
Edit starter template check-in: a105a2f2dd user: w96k tags: trunk
18:01
Add transient dependency check-in: d9d0bc6873 user: w96k tags: trunk
17:37
Add template for a package check-in: 4ef401a271 user: w96k tags: trunk
Changes

Modified emacs-symfony.el from [26a11d781f] to [42ae678c84].

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