Require at least Emacs-30.0.60
This commit is contained in:
parent
19979d6654
commit
4dcc8b3d00
@ -52,7 +52,8 @@ see <https://www.gnu.org/licenses/>.
|
||||
:CUSTOM_ID: sec:quick-start
|
||||
:END:
|
||||
|
||||
This setup requires at least Emacs-30. The installation procedure starts with:
|
||||
This setup requires at least Emacs-30.0.60. The installation procedure starts
|
||||
with:
|
||||
1. Backup the =user-emacs-directory= which defaults often to =~/.emacs.d=.
|
||||
2. Run the listing [[lst:prepare-user-emacs-directory-with-https][prepare the =user-emacs-directory= without =ssh= access]] or
|
||||
the listing [[lst:prepare-user-emacs-directory-with-ssh][prepare the =user-emacs-directory= with =ssh= access]] commands.
|
||||
@ -199,8 +200,8 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
|
||||
|
||||
(require 'cl-lib)
|
||||
|
||||
(when (< emacs-major-version 30)
|
||||
(error "This `init.el' requires at least Emacs-30"))
|
||||
(when (version< emacs-version "30.0.60")
|
||||
(error "This `init.el' requires at least Emacs-30.0.60"))
|
||||
|
||||
(setopt
|
||||
after-save-hook #'executable-make-buffer-file-executable-if-script-p
|
||||
@ -4883,7 +4884,7 @@ representation of src_emacs-lisp[:results none]{(describe-variable
|
||||
;; to launch eglot automatically.
|
||||
;; Ensure to enable the pylsp_ruff plugin.
|
||||
;; Ensure to uninstall the flake8, mccabe, and pycodestyle Python packages.
|
||||
((nil ;; nil, since Emacs-29.1 filters out irrelevant variable names.
|
||||
((nil ;; nil, since Emacs filters out irrelevant mode names.
|
||||
. ((eglot-workspace-configuration
|
||||
. (:pylsp (:plugins
|
||||
(:pylsp_ruff
|
||||
|
Loading…
x
Reference in New Issue
Block a user