funny update

This commit is contained in:
mokou 2021-12-22 09:21:59 +01:00
parent d32515c5d3
commit 7c912edfd5
3 changed files with 5 additions and 1 deletions

View file

@ -35,6 +35,9 @@
(add-hook 'typescript-mode-hook 'prettier-js-mode)
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
;; Add prolog support for .dl files
(add-to-list 'auto-mode-alist '("\\.dl\\'" . prolog-mode))
;; Enable Mercurial support for git-gutter
(setq git-gutter:handled-backends '(git hg))

View file

@ -114,7 +114,7 @@
;;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