branch: externals/activities
commit 6ef5924bd1ec726b07d3d6699ecc35c215e5d2f0
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Suggest setting edebug-inhibit-emacs-lisp-mode-bindings
---
README.org | 5 +++++
activities.info | 32 +++++++++++++++++++-------------
2 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/README.org b/README.org
index 1c07265e92..a468f1127f 100644
--- a/README.org
+++ b/README.org
@@ -52,6 +52,8 @@ This is the recommended configuration, in terms of a
~use-package~ form to be pl
:init
(activities-mode)
(activities-tabs-mode)
+ ;; Prevent `edebug' default bindings from interfering.
+ (setq edebug-inhibit-emacs-lisp-mode-bindings t)
:bind
(("C-x C-a C-n" . activities-new)
@@ -138,6 +140,9 @@ When option ~activities-bookmark-store~ is enabled, an
Emacs bookmark is stored
** v0.5-pre
+*Additions*
++ Suggest setting variable ~edebug-inhibit-emacs-lisp-mode-bindings~ to avoid
conflicts with suggested keybindings.
+
*Changes*
+ Command ~activities-kill~ now discards an activity's last state (while
~activities-suspend~ saves its last state), and closes its frame or tab.
+ Face ~activities-tabs-face~ is renamed to ~activities-tabs~, and now
inherits from another face by default, which allows it to adjust with the
loaded theme. ([[https://github.com/alphapapa/activities.el/issues/24][#24]].
Thanks to [[https://github.com/karthink][Karthik Chikmagalur]] for suggesting.)
diff --git a/activities.info b/activities.info
index 4d32415370..1a01cb0279 100644
--- a/activities.info
+++ b/activities.info
@@ -143,6 +143,8 @@ to be placed in the user’s init file:
:init
(activities-mode)
(activities-tabs-mode)
+ ;; Prevent `edebug' default bindings from interfering.
+ (setq edebug-inhibit-emacs-lisp-mode-bindings t)
:bind
(("C-x C-a C-n" . activities-new)
@@ -393,7 +395,11 @@ File: README.info, Node: v05-pre, Next: v04, Up:
Changelog
5.1 v0.5-pre
============
-*Changes*
+*Additions*
+ • Suggest setting variable ‘edebug-inhibit-emacs-lisp-mode-bindings’
+ to avoid conflicts with suggested keybindings.
+
+ *Changes*
• Command ‘activities-kill’ now discards an activity’s last state
(while ‘activities-suspend’ saves its last state), and closes its
frame or tab.
@@ -572,18 +578,18 @@ Node: Bookmarks10053
Node: FAQ10405
Node: Changelog13481
Node: v05-pre13766
-Node: v0414636
-Node: v03315181
-Node: v03215611
-Node: v03115739
-Node: v0316069
-Node: v0216459
-Node: v01316951
-Node: v01217100
-Node: v01117277
-Node: v0117442
-Node: Development17543
-Node: Copyright assignment17815
+Node: v0414782
+Node: v03315327
+Node: v03215757
+Node: v03115885
+Node: v0316215
+Node: v0216605
+Node: v01317097
+Node: v01217246
+Node: v01117423
+Node: v0117588
+Node: Development17689
+Node: Copyright assignment17961
End Tag Table