funny update
This commit is contained in:
parent
d32515c5d3
commit
7c912edfd5
3 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue