branch: elpa/casual
commit c5879ac7a1b5205b57b649b4966af08bad1f1957
Merge: a97906d04d 447537ee45
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #9 from
kickingvegas/merge-development-to-main-20241018_224705
Merge development to main 20241018_224705
---
README.org | 7 +++++--
lisp/casual.el | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 79320d02ba..6f32c07a2c 100644
--- a/README.org
+++ b/README.org
@@ -86,9 +86,12 @@ Configuration of a particular Casual user interface is
performed per mode. Go to
- [[file:docs/re-builder.org::*Install][Re-Builder]]
** Upgrading to Casual 2.x
-If you have installed any Casual package that is version 1.x, you should
immediately run the following command upon installation of ~casual~.
+If you have installed any Casual package that is version 1.x, you should
immediately run the following commands upon installation of ~casual~.
-~M-x~ ~casual-upgrade-base-to-version-2~
+#+BEGIN_SRC elisp
+M-x load-library casual
+M-x casual-upgrade-base-to-version-2
+#+END_SRC
This command will uninstall any Casual v1.x packages that have been superseded
by this package.
diff --git a/lisp/casual.el b/lisp/casual.el
index c160170e7f..f51e33f889 100644
--- a/lisp/casual.el
+++ b/lisp/casual.el
@@ -5,7 +5,7 @@
;; Author: Charles Choi <[email protected]>
;; URL: https://github.com/kickingvegas/casual
;; Keywords: tools, wp
-;; Version: 2.0.1
+;; Version: 2.0.2-rc.1
;; Package-Requires: ((emacs "29.1") (transient "0.6.0"))
;; This program is free software; you can redistribute it and/or modify
@@ -73,14 +73,16 @@
;; UPGRADING to Casual 2.x
;; If you have installed any Casual package that is version 1.x, you should
-;; immediately run the following command upon installation of casual.
+;; immediately run the following commands upon installation of casual.
+;; M-x load-libary casual
;; M-x casual-upgrade-base-to-version-2
;; This command will uninstall any Casual v1.x packages that have been
;; superseded by this package.
;;; Code:
+(require 'package)
(require 'casual-lib)
(defun casual-upgrade-base-to-version-2 (enable)