branch: externals/window-commander commit 2b43f66c82005e96764beea3c690903d2e2d0e47 Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
; Use 'kbd' instead of vector notation for 'define-key' example --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index 48305aa9fc..3a50413295 100644 --- a/swsw.el +++ b/swsw.el @@ -56,7 +56,7 @@ ;; ;; More commands can be added through `swsw-command-map': ;; -;; (define-key swsw-command-map [?a] #'my-command) +;; (define-key swsw-command-map (kbd "a") #'my-command) ;; ;; You can customize `swsw-mode' using the customize interface: ;;