Minor editing
This commit is contained in:
parent
2e6d3ee722
commit
d63a4d363d
@ -325,8 +325,8 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
|
||||
;; Does not play nicely with eglot:
|
||||
;; (setq major-mode-remap-alist '((python-mode . python-ts-mode)))
|
||||
;; Plays nicely with eglot:
|
||||
(add-to-list 'auto-mode-alist `(,(rx ".py" (opt "[iw]") eos) . python-ts-mode))
|
||||
)))
|
||||
(add-to-list 'auto-mode-alist
|
||||
`(,(rx ".py" (opt "[iw]") eos) . python-ts-mode)))))
|
||||
#+end_src
|
||||
|
||||
* [[info:emacs#Package Installation][Install the selected packages (info)]]
|
||||
|
Loading…
Reference in New Issue
Block a user