update packages
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# name: #ifndef XXX; #define XXX; #endif
|
||||
# key: once
|
||||
# --
|
||||
#ifndef ${1:`(upcase (file-name-nondirectory (file-name-sans-extension (or (buffer-file-name) ""))))`_H}
|
||||
#ifndef ${1:`(upcase (replace-regexp-in-string "[^A-Za-z0-9_]" "_" (file-name-nondirectory (or (buffer-file-name)))))`}
|
||||
#define $1
|
||||
|
||||
$0
|
||||
|
||||
5
lisp/yasnippet-snippets/snippets/org-mode/uuid
Normal file
5
lisp/yasnippet-snippets/snippets/org-mode/uuid
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: generate uuid
|
||||
# key: uuid_
|
||||
# --
|
||||
`(org-id-uuid)`
|
||||
@@ -1,10 +1,10 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "yasnippet-snippets" "20250507.2002"
|
||||
(define-package "yasnippet-snippets" "20251010.1018"
|
||||
"Collection of yasnippet snippets."
|
||||
'((yasnippet "0.8.0"))
|
||||
:url "https://github.com/AndreaCrotti/yasnippet-snippets"
|
||||
:commit "48e968d555afe8bf64829da364d5c8915980cc32"
|
||||
:revdesc "48e968d555af"
|
||||
:commit "182a43cb937d98847448c17466eed224d8893930"
|
||||
:revdesc "182a43cb937d"
|
||||
:keywords '("snippets")
|
||||
:authors '(("Andrea Crotti" . "andrea.crotti.0@gmail.com"))
|
||||
:maintainers '(("Andrea Crotti" . "andrea.crotti.0@gmail.com")))
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
;; Author: Andrea Crotti <andrea.crotti.0@gmail.com>
|
||||
;; Keywords: snippets
|
||||
;; Package-Version: 20250507.2002
|
||||
;; Package-Revision: 48e968d555af
|
||||
;; Package-Version: 20251010.1018
|
||||
;; Package-Revision: 182a43cb937d
|
||||
;; Package-Requires: ((yasnippet "0.8.0"))
|
||||
;; Keywords: convenience, snippets
|
||||
;; Homepage: https://github.com/AndreaCrotti/yasnippet-snippets
|
||||
|
||||
Reference in New Issue
Block a user