Add python mode and change modeline

This commit is contained in:
Maciej 2023-05-24 09:30:03 +03:00
parent c95181ebe5
commit ef5ba4f7ed
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 135 additions and 81 deletions

View file

@ -11,7 +11,7 @@
;;; Code:
(use-package gleam-mode
:straight `(gleam-mode :type git :host github :repo "gleam-lang/gleam-mode")
:straight '(gleam-mode :type git :host github :repo "gleam-lang/gleam-mode")
:mode "\\.gleam\\'")
(provide '+custom-lang-gleam)