This commit is contained in:
2021-01-27 21:50:40 +01:00
parent d8336fbbae
commit 34f76c13d8
25 changed files with 109 additions and 159 deletions

View File

@@ -2,7 +2,7 @@
;;; Commentary:
;;; Code:
(use-package polymode
:load-path (lambda() (concat user-emacs-directory "lisp/polymode"))
:load-path "lisp/polymode"
:commands poly-python-web-mode
:config
@@ -18,8 +18,7 @@
(define-polymode poly-python-web-mode
:hostmode 'poly-python-hostmode
:innermodes '(poly-python-web-expr-innermode))
)
:innermodes '(poly-python-web-expr-innermode)))
(provide 'polymode-settings)
;;; polymode-settings.el ends here