Compare commits

...

2 Commits

Author SHA1 Message Date
Gerard Vermeulen
d63a4d363d Minor editing 2022-12-10 15:27:13 +01:00
Gerard Vermeulen
2e6d3ee722 Remove `hyperbole' definitively 2022-12-10 15:26:34 +01:00

View File

@ -244,7 +244,6 @@ 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")
@ -266,7 +265,6 @@ 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
@ -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:
;; (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)]]