diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-06-13 13:00:51 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-06-13 13:00:51 +0100 |
commit | fc5dee85eedc650f1688e0a9e0f00008209ee69e (patch) | |
tree | 63201f20d44dc19659a879683201deaeffdd7328 | |
parent | 2fbd48044f29c3ed7735624b31ede237ae43727b (diff) | |
download | dotfiles-fc5dee85eedc650f1688e0a9e0f00008209ee69e.tar.gz |
Fix typo
-rw-r--r-- | .emacs.d/lisp/init-crux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-crux.el b/.emacs.d/lisp/init-crux.el index ce3d4fc..f0c9783 100644 --- a/.emacs.d/lisp/init-crux.el +++ b/.emacs.d/lisp/init-crux.el @@ -42,7 +42,7 @@ ("C-c D" . crux-delete-file-and-buffer) ("C-c w" . crux-cleanup-buffer-or-region) ("C-c M-o" . crux-open-with) - ("C-M-z" . curx-indent-defun) + ("C-M-z" . crux-indent-defun) ("C-c C-u" . crux-view-url) ("C-c TAB" . crux-indent-rigidly-and-copy-to-clipboard) ("C-c C-M-j" . crux-switch-to-previous-buffer) |