Compare commits
2 Commits
fd1521787b
...
d63a4d363d
Author | SHA1 | Date | |
---|---|---|---|
|
d63a4d363d | ||
|
2e6d3ee722 |
@ -244,7 +244,6 @@ 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")
|
||||||
@ -266,7 +265,6 @@ 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
|
||||||
@ -327,8 +325,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 `(,(rx ".py" (opt "[iw]") eos) . python-ts-mode))
|
(add-to-list 'auto-mode-alist
|
||||||
)))
|
`(,(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)]]
|
||||||
|
Loading…
Reference in New Issue
Block a user