Add C source snippet to org-mode

This commit is contained in:
Wojciech Kozlowski 2019-07-27 21:10:08 +02:00
parent c0d68a0230
commit ea14a3ad61

7
snippets/org-mode/c-src Normal file
View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: c-src
# key: c_
# --
#+begin_src c
$0
#+end_src