First commit.

This commit is contained in:
2022-01-09 21:19:46 +01:00
commit df36844dcc
107 changed files with 6565 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
;;; polymode.el --- Multiple major modes in a single buffer. -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code: https://github.com/polymode/polymode
(use-package polymode
:defer)
(provide 'utilities/polymode)
;;; polymode.el ends here