summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-15 12:30:37 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-15 12:30:47 +0000
commitaa873ce8cf0582a8fde06aef1d51f91ba227c423 (patch)
treea31833eb771b7c51982a4a9e1481ad90715b0bbb /.emacs.d
parente1d0877d56180dc1b36a53b10ce4c516190b8c7e (diff)
downloaddotfiles-aa873ce8cf0582a8fde06aef1d51f91ba227c423.tar.gz
update symbol property name
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files 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