Merge branch 'master' of codeberg.org:opalvaults/opalfiles

This commit is contained in:
2022-07-06 21:05:18 -07:00
4 changed files with 90 additions and 74 deletions

View File

@@ -170,6 +170,7 @@
(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"))
(add-to-list 'org-structure-template-alist '("clj" . "src clojure")))

View File

@@ -104,8 +104,13 @@
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
;;cc ; C > C++ == 1
<<<<<<< HEAD
clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
=======
;;clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all
>>>>>>> 47f02ddba8cf239172e5aa36884fa59360472389
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans