feat: remove old workarounds
Fixes for this have been merged in 26.3, 27.1 : https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341 So no need for this anymore
This commit is contained in:
parent
fe97daac36
commit
d7dd8c6af1
1 changed files with 0 additions and 14 deletions
14
config.org
14
config.org
|
|
@ -8,8 +8,6 @@
|
|||
- [[#installation][Installation]]
|
||||
- [[#base-packages-to-install-first][Base packages to install first]]
|
||||
- [[#elpaca][Elpaca]]
|
||||
- [[#workarounds][Workarounds]]
|
||||
- [[#emacs-262][Emacs 26.2]]
|
||||
- [[#utils][Utils]]
|
||||
- [[#custom-command-line-arguments][Custom command line arguments]]
|
||||
- [[#kill-other-buffers][Kill other buffers]]
|
||||
|
|
@ -223,18 +221,6 @@ https://github.com/progfolio/elpaca
|
|||
(elpaca-wait)
|
||||
#+END_SRC
|
||||
|
||||
* Workarounds
|
||||
** Emacs 26.2
|
||||
|
||||
Had some problems with downloading the spinner package in Emacs.
|
||||
It is a known bug in Emacs 26.2.
|
||||
https://www.reddit.com/r/emacs/comments/cdei4p/failed_to_download_gnu_archive_bad_request/
|
||||
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
||||
#+END_SRC
|
||||
|
||||
* Utils
|
||||
|
||||
** Custom command line arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue