dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit deed628864ee2f765ad8f278be075050ab7776b5
parent afcd0bc2a2578b0cf60c414ab79e6c3e4fef4b73
Author: Lukas Henkel <lh@entf.net>
Date:   Thu, 12 May 2022 20:50:56 +0200

Fix encoding for autoload files

Emacs on linux seems to set utf-8-emacs-unix now, which doesn't work
on windows. I will have to see how to permanently fix this later.

Diffstat:
Melpa/consult-0.17/consult-autoloads.el | 2+-
Melpa/consult-eglot-20220409.1238/consult-eglot-autoloads.el | 2+-
Melpa/corfu-0.23/corfu-autoloads.el | 2+-
Melpa/deadgrep-20220209.719/deadgrep-autoloads.el | 2+-
Melpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el | 2+-
Melpa/helpful-20220220.2308/helpful-autoloads.el | 2+-
Melpa/jq-mode-0.5.0/jq-mode-autoloads.el | 2+-
Melpa/multiple-cursors-1.4.0/multiple-cursors-autoloads.el | 2+-
Melpa/ob-restclient-20220202.1609/ob-restclient-autoloads.el | 2+-
Melpa/restclient-20220101.1239/restclient-autoloads.el | 2+-
Melpa/sly-20220302.1053/sly-autoloads.el | 2+-
Melpa/spinner-1.7.4/spinner-autoloads.el | 2+-
Melpa/vterm-20211226.817/vterm-autoloads.el | 2+-
13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/elpa/consult-0.17/consult-autoloads.el b/elpa/consult-0.17/consult-autoloads.el @@ -517,6 +517,6 @@ FETCHER and ALIST arguments. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; consult-autoloads.el ends here diff --git a/elpa/consult-eglot-20220409.1238/consult-eglot-autoloads.el b/elpa/consult-eglot-20220409.1238/consult-eglot-autoloads.el @@ -20,6 +20,6 @@ Interactively select a symbol from the current workspace." t nil) ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; consult-eglot-autoloads.el ends here diff --git a/elpa/corfu-0.23/corfu-autoloads.el b/elpa/corfu-0.23/corfu-autoloads.el @@ -168,6 +168,6 @@ Complete candidate using quick keys." t nil) ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; corfu-autoloads.el ends here diff --git a/elpa/deadgrep-20220209.719/deadgrep-autoloads.el b/elpa/deadgrep-20220209.719/deadgrep-autoloads.el @@ -30,6 +30,6 @@ don't actually start the search. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; deadgrep-autoloads.el ends here diff --git a/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el b/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el @@ -63,6 +63,6 @@ search. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; elisp-refs-autoloads.el ends here diff --git a/elpa/helpful-20220220.2308/helpful-autoloads.el b/elpa/helpful-20220220.2308/helpful-autoloads.el @@ -63,6 +63,6 @@ Show help for the symbol at point." t nil) ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; helpful-autoloads.el ends here diff --git a/elpa/jq-mode-0.5.0/jq-mode-autoloads.el b/elpa/jq-mode-0.5.0/jq-mode-autoloads.el @@ -39,6 +39,6 @@ Runs jq interactively on a json buffer. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; jq-mode-autoloads.el ends here diff --git a/elpa/multiple-cursors-1.4.0/multiple-cursors-autoloads.el b/elpa/multiple-cursors-1.4.0/multiple-cursors-autoloads.el @@ -334,6 +334,6 @@ it is disabled. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; multiple-cursors-autoloads.el ends here diff --git a/elpa/ob-restclient-20220202.1609/ob-restclient-autoloads.el b/elpa/ob-restclient-20220202.1609/ob-restclient-autoloads.el @@ -23,6 +23,6 @@ This function is called by `org-babel-execute-src-block' ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; ob-restclient-autoloads.el ends here diff --git a/elpa/restclient-20220101.1239/restclient-autoloads.el b/elpa/restclient-20220101.1239/restclient-autoloads.el @@ -35,6 +35,6 @@ Turn on restclient mode. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; restclient-autoloads.el ends here diff --git a/elpa/sly-20220302.1053/sly-autoloads.el b/elpa/sly-20220302.1053/sly-autoloads.el @@ -140,6 +140,6 @@ Read SLY manual ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; sly-autoloads.el ends here diff --git a/elpa/spinner-1.7.4/spinner-autoloads.el b/elpa/spinner-1.7.4/spinner-autoloads.el @@ -72,6 +72,6 @@ this time, in which case it won't display at all. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; spinner-autoloads.el ends here diff --git a/elpa/vterm-20211226.817/vterm-autoloads.el b/elpa/vterm-20211226.817/vterm-autoloads.el @@ -79,6 +79,6 @@ value of `vterm-buffer-name'. ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t -;; coding: utf-8-emacs-unix +;; coding: utf-8 ;; End: ;;; vterm-autoloads.el ends here