diff options
| -rw-r--r-- | .config/emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index e9845cb..cea1546 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -183,7 +183,8 @@ ;; on the `crux-delete-file-and-buffer', which will delete the file related to ;; the current buffer as well as the buffer itself. (use-package crux - :bind (("C-c D" . crux-delete-file-and-buffer))) + :bind (("C-c D" . crux-delete-file-and-buffer)) + :general ([remap move-beginning-of-line] #'crux-move-beginning-of-line)) ;; Show me which functions are available for the key I half-pressed. (use-package which-key |
