diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 4ea6f90..ec82d73 100644 --- a/init.el +++ b/init.el | |||
@@ -1288,7 +1288,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." | |||
1288 | (:global "C-o" #'crux-smart-open-line | 1288 | (:global "C-o" #'crux-smart-open-line |
1289 | "C-x 4 t" #'crux-transpose-windows | 1289 | "C-x 4 t" #'crux-transpose-windows |
1290 | "M-w" #'+crux-kill-ring-save | 1290 | "M-w" #'+crux-kill-ring-save |
1291 | "C-k" #'crux-kill-and-join-forward | 1291 | "C-k" #'+crux-kill-and-join-forward |
1292 | "C-c d" #'+crux-insert-date-or-time) | 1292 | "C-c d" #'+crux-insert-date-or-time) |
1293 | (crux-with-region-or-buffer indent-region) | 1293 | (crux-with-region-or-buffer indent-region) |
1294 | 1294 | ||