diff options
| author | BardofSprites <[email protected]> | 2025-07-19 14:09:08 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-19 14:09:08 -0400 |
| commit | 60ade8cea568f94ac115f1712837592abaac9803 (patch) | |
| tree | 89ea8482a9f564d1e819fe63405212e5dbbd8873 /tempel-snippets.el | |
| parent | a1a83fa8348c7b10ddef0ca06afcdf0f8c387af9 (diff) | |
fix writing snippets using q
Diffstat (limited to 'tempel-snippets.el')
| -rw-r--r-- | tempel-snippets.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tempel-snippets.el b/tempel-snippets.el index d3ade06..d694ac9 100644 --- a/tempel-snippets.el +++ b/tempel-snippets.el @@ -23,12 +23,13 @@ org-mode (time (format-time-string "\[%Y-%0m-%0d %a %H:%0M\]")) (hat1 "$\\hat{\\texbg{"p q"}}$") (hat2 "\\hat{\\texbg{"p q"}}") +(цитат "«"q"»") emacs-lisp-mode -(up "(use-package "p n> ":ensure t" n> (s configuration) q")") +(up "(use-package "p n> ":ensure t" n> q")") -(key "(define-key " p " (kbd \""p "\") #'"p")") +(key "(define-key " p " (kbd \""p "\") #'"q")") (hook "(add-hook '"(s hook-name) " #'" (s function-to-add) ")") |
