From aa873ce8cf0582a8fde06aef1d51f91ba227c423 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 15 Dec 2023 12:30:37 +0000 Subject: update symbol property name --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 447ffe8a..b9280248 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1860,7 +1860,7 @@ Some ideas behind these behaviours are as follows. (ring-insert ring buffer)) (ring-insert ring (current-buffer)) ring))) -(put 'spw/project-eshell 'project-related t) +(put 'spw/project-eshell 'project-aware t) (spw/reclaim-keys-from dired-x dired-mode-map "\M-!") (spw/reclaim-keys-from term term-raw-map "\M-!" "\M-&") @@ -1898,7 +1898,7 @@ Some ideas behind these behaviours are as follows. ;; Bind into project-prefix-map, rather than adding a remap, so that we ;; have it under C-x 4 p, C-x 5 p etc. too. :keymap project-prefix-map))) -(put 'transient-cycles-cmd-spw/project-eshell 'project-related t) +(put 'transient-cycles-cmd-spw/project-eshell 'project-aware t) ;;;; Miscellaneous functions & commands -- cgit v1.2.3