Add keybinding for org-insert-structure-template

This commit is contained in:
Andreas Zweili 2023-12-14 13:04:34 +01:00
parent 9b7b014949
commit 742d8a3258
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
'((restclient . t))))
(use-package org
:bind (:map org-mode-map
("C-c C-," . org-insert-structure-template))
:config
;; enable org-mode keys
(global-set-key "\C-cl" 'org-store-link)