diff --git a/configuration.org b/configuration.org
index 581b59fb6afb0c27ccfb532cbda2b9e23b281974..0a7f844d27e2438505c9d6e82a44eec6b0701a07 100644
--- a/configuration.org
+++ b/configuration.org
@@ -56,12 +56,6 @@ Sets who I am
 
 I use Melpa packages repositories, thus I need to add them to the =package-archives= list
 
-For older emacs version, fix some gnutls algorithm priority
-
-#+BEGIN_SRC emacs-lisp
-(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
-#+END_SRC
-
 Then add package repositories
 
 #+BEGIN_SRC emacs-lisp