mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
cpp missed.
This commit is contained in:
@ -56,6 +56,7 @@
|
|||||||
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||||
(add-to-list 'org-structure-template-alist '("py" . "src python"))
|
(add-to-list 'org-structure-template-alist '("py" . "src python"))
|
||||||
(add-to-list 'org-structure-template-alist '("cc" . "src c"))
|
(add-to-list 'org-structure-template-alist '("cc" . "src c"))
|
||||||
|
(add-to-list 'org-structure-template-alist '("cp" . "src c++"))
|
||||||
(add-to-list 'org-structure-template-alist '("rs" . "src rust"))
|
(add-to-list 'org-structure-template-alist '("rs" . "src rust"))
|
||||||
(add-to-list 'org-structure-template-alist '("hk" . "src haskell")))
|
(add-to-list 'org-structure-template-alist '("hk" . "src haskell")))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user