This commit is contained in:
opalvault
2022-07-05 15:43:10 -07:00
parent e4c2726f1f
commit 47f02ddba8
4 changed files with 82 additions and 76 deletions

View File

@@ -211,6 +211,7 @@ Creates margins in Org mode to make it more pleasant to look at.
(require 'org-tempo)
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
(add-to-list 'org-structure-template-alist '("cl" . "src lisp"))
(add-to-list 'org-structure-template-alist '("sql" . "src sql"))
(add-to-list 'org-structure-template-alist '("py" . "src python")))
#+end_src
@@ -387,7 +388,7 @@ Rss reader
;;beancount ; mind the GAAP
;;cc ; C > C++ == 1
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans