Minor editing

This commit is contained in:
Gerard Vermeulen 2022-12-10 15:27:13 +01:00
parent 2e6d3ee722
commit d63a4d363d

View File

@ -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)]]