summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-07 12:56:14 -0500
committerCase Duckworth2021-04-07 12:56:14 -0500
commit0550d9ed977e6961e1ccaea601956a77b2760ffa (patch)
tree512aa9a99d2a5a458bfdaf51ed2de6f0e8b9cf31 /init.el
parentRemove minibuffer hook and make deletions more smarter (diff)
downloademacs-0550d9ed977e6961e1ccaea601956a77b2760ffa.tar.gz
emacs-0550d9ed977e6961e1ccaea601956a77b2760ffa.zip
Add `acdw/find-emacs-dotfiles'
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)