summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-25 01:25:25 -0600
committerCase Duckworth2021-12-25 01:25:25 -0600
commit30cd6555bfa43e792eaac5ae32e39d7cafa5a3e2 (patch)
tree2de90a4b6924eb10e8ee20fd494b89a7cbfa5d8d /init.el
parentChanges and shit (diff)
downloademacs-30cd6555bfa43e792eaac5ae32e39d7cafa5a3e2.tar.gz
emacs-30cd6555bfa43e792eaac5ae32e39d7cafa5a3e2.zip
Bunch of changes; notably +filldent-dwim
I might add this into filldent.el as `filldent-stupidly', later.
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 1 insertions, 11 deletions
diff --git a/init.el b/init.el index e8dd1c9..86dca9a 100644 --- a/init.el +++ b/init.el
@@ -108,6 +108,7 @@
108 "imgur.com" 108 "imgur.com"
109 "pixelfed" "instagram.com" "bibliogram.art" 109 "pixelfed" "instagram.com" "bibliogram.art"
110 "reddit.com" "teddit.net" 110 "reddit.com" "teddit.net"
111 "tildes.net"
111 "taskiq" 112 "taskiq"
112 "twitter.com" "nitter.net" 113 "twitter.com" "nitter.net"
113 )) 114 ))
@@ -562,11 +563,6 @@ See also `crux-reopen-as-root-mode'."
562(setup (:straight expand-region) 563(setup (:straight expand-region)
563 (:+key "C-=" 'er/expand-region)) 564 (:+key "C-=" 'er/expand-region))
564 565
565(setup (:straight (filldent
566 :host github
567 :repo "duckwork/filldent.el"))
568 (:+key "M-q" 'filldent-dwim))
569
570(setup (:straight (frowny 566(setup (:straight (frowny
571 :host github 567 :host github
572 :repo "duckwork/frowny.el")) 568 :repo "duckwork/frowny.el"))
@@ -747,7 +743,6 @@ See also `crux-reopen-as-root-mode'."
747 "C-c C-p" '+org-previous-heading-widen) 743 "C-c C-p" '+org-previous-heading-widen)
748 (:+leader "c" 'org-capture "C-c" 'org-capture 744 (:+leader "c" 'org-capture "C-c" 'org-capture
749 "a" 'org-agenda "C-a" 'org-agenda) 745 "a" 'org-agenda "C-a" 'org-agenda)
750 (:local-set unfill-fill-function 'org-fill-paragraph)
751 (:local-hook before-save-hook '+org-before-save@prettify-buffer) 746 (:local-hook before-save-hook '+org-before-save@prettify-buffer)
752 (advice-add 'org-delete-backward-char :override '+org-delete-backward-char) 747 (advice-add 'org-delete-backward-char :override '+org-delete-backward-char)
753 (with-eval-after-load 'org 748 (with-eval-after-load 'org
@@ -868,11 +863,6 @@ See also `crux-reopen-as-root-mode'."
868 undo-fu-session-compression (eq system-type 'gnu/linux)) 863 undo-fu-session-compression (eq system-type 'gnu/linux))
869 (global-undo-fu-session-mode +1)) 864 (global-undo-fu-session-mode +1))
870 865
871(setup (:straight (unfill :host github :repo "purcell/unfill"
872 :fork (:host github :repo "duckwork/unfill")))
873 (:bind-into text-mode
874 "M-q" #'unfill-toggle))
875
876(setup (:straight (vertico 866(setup (:straight (vertico
877 :host github 867 :host github
878 :repo "minad/vertico" 868 :repo "minad/vertico"