summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 0594b84..81fde98 100644 --- a/init.el +++ b/init.el
@@ -377,7 +377,7 @@
377 (:acdw/map "M-o" crux-other-window-or-switch-buffer 377 (:acdw/map "M-o" crux-other-window-or-switch-buffer
378 "C-k" crux-kill-and-join-forward 378 "C-k" crux-kill-and-join-forward
379 "C-o" crux-smart-open-line-above 379 "C-o" crux-smart-open-line-above
380 "C-j" crux-smart-open-line 380 "C-S-o" crux-smart-open-line
381 "C-M-\\" crux-cleanup-buffer-or-region 381 "C-M-\\" crux-cleanup-buffer-or-region
382 "C-c i" crux-find-user-init-file) 382 "C-c i" crux-find-user-init-file)
383 (crux-reopen-as-root-mode +1)) 383 (crux-reopen-as-root-mode +1))