File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -260,17 +260,6 @@ It disables backup creation and auto saving."
260
260
(" q" . transient-quit-one)
261
261
(" <escape>" . transient-quit-one)))
262
262
263
- ; ; Due to a bug in Emacs 29.1, you must apply the following change prior
264
- ; ; installation or upgrading TRAMP 2.7.0 from GNU ELPA:
265
- ; ; gnu.org/software/tramp/#ELPA-Installation
266
- (when-let ((_ (version= emacs-version " 29.1" ))
267
- (dir (+package-download-from-urls
268
- 'emacs-29 .1-loaddefs-gen-fix
269
- " https://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/loaddefs-gen.el?h=emacs-29" )))
270
- (with-temp-buffer
271
- (insert-file-contents (expand-file-name " loaddefs-gen.el" dir))
272
- (eval-region (point-min ) (point-max ))))
273
-
274
263
(use-package tramp
275
264
:straight t
276
265
:init
You can’t perform that action at this time.
0 commit comments