summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-03 17:23:35 -0500
committerCase Duckworth2021-09-03 17:23:35 -0500
commitc9376d000fd52b84c467421969bfce109424ab30 (patch)
treeffbacab5ed6466bba47cce531b633ff9e51de175 /init.el
parentFix formatting and add tracking (diff)
downloademacs-c9376d000fd52b84c467421969bfce109424ab30.tar.gz
emacs-c9376d000fd52b84c467421969bfce109424ab30.zip
Remove beginend.el
It's buggy
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el index d20b1a8..29c2d66 100644 --- a/init.el +++ b/init.el
@@ -910,9 +910,6 @@ like a dumbass."
910 (apheleia--get-formatter-command))) 910 (apheleia--get-formatter-command)))
911 (indent-region (point-min) (point-max)))))) 911 (indent-region (point-min) (point-max))))))
912 912
913(setup (:straight (beginend))
914 (beginend-global-mode +1))
915
916(setup (:straight (consult 913(setup (:straight (consult
917 :host github 914 :host github
918 :repo "minad/consult")) 915 :repo "minad/consult"))