Add abbrev for org-babel es blocks

This commit is contained in:
David Morgan 2023-09-21 07:43:10 +01:00
parent 01ec245e0c
commit 4bc5b2e9ca
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
(clojure . t)
(restclient . t)
(sql . t)))
(define-abbrev-table 'org-mode-abbrev-table
'(("esq" "#+BEGIN_SRC es :jq .\n\n#+END_SRC" (lambda () (forward-line -1)))))
:bind
("C-c l" . org-store-link)
("C-c a" . org-agenda)