Skip to content

Commit

Permalink
Work around for bug with ConTeXt in Emacs 29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Aug 25, 2024
1 parent d3ca2d1 commit 2126f06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.org
Original file line number Diff line number Diff line change
Expand Up @@ -13694,6 +13694,14 @@ In case of Emacs28:
(add-hook 'latex-mode-hook #'TeX-latex-mode))
#+end_src

With Emacs 29.4

#+begin_src emacs-lisp
(when (and (= emacs-major-version 29) (= emacs-minor-version 4))
(after! auctex ; See <https://github.com/minad/vertico/discussions/475>
(fmakunbound 'ConTeXt-mode)))
#+end_src

** Python

Since I'm using =mypyls=, as suggested in [[file:~/.config/emacs/modules/lang/python/README.org::*Language Server Protocol Support][:lang python LSP support]] I'll tweak the
Expand Down

0 comments on commit 2126f06

Please sign in to comment.