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 . "gnu-devel")
(embark-consult . "gnu-devel") (embark-consult . "gnu-devel")
(engrave-faces . "gnu") (engrave-faces . "gnu")
(hyperbole . "gnu-devel")
(marginalia . "gnu-devel") (marginalia . "gnu-devel")
(org . "gnu-devel") (org . "gnu-devel")
,(when (version< emacs-version "28.9.9") ,(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 auctex ; Aalborg University Center TeX
company ; complete anything company ; complete anything
engrave-faces ; convert font-lock to ANSI/HTML/LaTeX engrave-faces ; convert font-lock to ANSI/HTML/LaTeX
; hyperbole ; text pattern hyperbuttons
magit ; Git Text-based User Interface magit ; Git Text-based User Interface
no-littering ; keep `user-emacs-directory' clean no-littering ; keep `user-emacs-directory' clean
org ; thought organizer 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: ;; Does not play nicely with eglot:
;; (setq major-mode-remap-alist '((python-mode . python-ts-mode))) ;; (setq major-mode-remap-alist '((python-mode . python-ts-mode)))
;; Plays nicely with eglot: ;; Plays nicely with eglot:
(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist `(,(rx ".py" (opt "[iw]") eos) . python-ts-mode))
`(,(rx ".py" (opt "[iw]") eos) . python-ts-mode))))) )))
#+end_src #+end_src
* [[info:emacs#Package Installation][Install the selected packages (info)]] * [[info:emacs#Package Installation][Install the selected packages (info)]]