branch: externals/embark commit 570a025abaccf61a9206b9de0604a81675372284 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Change elp-instrument-function binding to m for measure S conflicts with embark-collect-snapshot. --- embark.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/embark.el b/embark.el index 0ca3a2f..6596af2 100644 --- a/embark.el +++ b/embark.el @@ -3747,8 +3747,8 @@ and leaves the point to the left of it." (embark-define-keymap embark-function-map "Keymap for Embark function actions." :parent embark-symbol-map - ("s" elp-instrument-function) ;; s like statistics - ("S" 'elp-restore-function) ;; quoted, not autoloaded + ("m" elp-instrument-function) ;; m=measure + ("M" 'elp-restore-function) ;; quoted, not autoloaded ("t" trace-function) ("T" 'untrace-function)) ;; quoted, not autoloaded @@ -3771,8 +3771,8 @@ and leaves the point to the left of it." ("W" embark-save-package-url) ("a" package-autoremove) ("g" package-refresh-contents) - ("s" elp-instrument-package) - ("S" embark-elp-restore-package)) + ("m" elp-instrument-package) ;; m=measure + ("M" embark-elp-restore-package)) (embark-define-keymap embark-bookmark-map "Keymap for Embark bookmark actions."