summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index 704b307..05a1382 100644 --- a/init.el +++ b/init.el
@@ -204,7 +204,8 @@
204 (:global "M-SPC" cycle-spacing 204 (:global "M-SPC" cycle-spacing
205 "M-/" hippie-expand 205 "M-/" hippie-expand
206 "M-=" count-words 206 "M-=" count-words
207 "C-x C-b" ibuffer)) 207 "C-x C-b" ibuffer
208 "C-c i" acdw/find-emacs-dotfiles))
208 209
209;; Regular modes (`text-mode', `prog-mode', etc.) 210;; Regular modes (`text-mode', `prog-mode', etc.)
210(defun acdw/setup-regular-modes () 211(defun acdw/setup-regular-modes ()
@@ -475,8 +476,7 @@
475 "C-k" crux-kill-and-join-forward 476 "C-k" crux-kill-and-join-forward
476 "C-o" crux-smart-open-line-above 477 "C-o" crux-smart-open-line-above
477 "C-S-o" crux-smart-open-line 478 "C-S-o" crux-smart-open-line
478 "C-M-\\" crux-cleanup-buffer-or-region 479 "C-M-\\" crux-cleanup-buffer-or-region)
479 "C-c i" crux-find-user-init-file)
480 (crux-reopen-as-root-mode +1)) 480 (crux-reopen-as-root-mode +1))
481 481
482(setup (:straight avy) 482(setup (:straight avy)