branch: main
commit 8c3c7a611c042df01b49a3a8b7ae60a32eae19bc
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* NEWS.org (Removed): Document last change about `unload-feature'.
---
NEWS.org | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 4391b8b5..d904a66f 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -36,6 +36,14 @@
For users who tracked the master branch: Do =git switch main= to
switch to the main branch where development takes place nowadays.
+** Removed
+
+- Remove the possibility to disable the side-wide installation with:
+ #+begin_src emacs-lisp
+ (unload-feature 'tex-site)
+ #+end_src
+ Using this form when installed from ELPA will throw an error.
+
* [14.0.6] - 2024-06-30
** Added