Compare commits

..

No commits in common. "d63a4d363d3a02e0cbd6bbe8dff1653e0200db11" and "fd1521787b0aad1fc1f0f8c742d7c61409a5c0cd" have entirely different histories.

View File

@ -244,6 +244,7 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
(embark . "gnu-devel")
(embark-consult . "gnu-devel")
(engrave-faces . "gnu")
(hyperbole . "gnu-devel")
(marginalia . "gnu-devel")
(org . "gnu-devel")
,(when (version< emacs-version "28.9.9")
@ -265,6 +266,7 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
auctex ; Aalborg University Center TeX
company ; complete anything
engrave-faces ; convert font-lock to ANSI/HTML/LaTeX
; hyperbole ; text pattern hyperbuttons
magit ; Git Text-based User Interface
no-littering ; keep `user-emacs-directory' clean
org ; thought organizer
@ -325,8 +327,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)]]