First commit.
This commit is contained in:
10
lisp/utilities/polymode.el
Normal file
10
lisp/utilities/polymode.el
Normal 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
|
Reference in New Issue
Block a user