about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 5077030..7f26c0d 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -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)