diff options
author | Case Duckworth | 2021-09-03 17:23:35 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-03 17:23:35 -0500 |
commit | c9376d000fd52b84c467421969bfce109424ab30 (patch) | |
tree | ffbacab5ed6466bba47cce531b633ff9e51de175 | |
parent | Fix formatting and add tracking (diff) | |
download | emacs-c9376d000fd52b84c467421969bfce109424ab30.tar.gz emacs-c9376d000fd52b84c467421969bfce109424ab30.zip |
Remove beginend.el
It's buggy
-rw-r--r-- | init.el | 3 |
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")) |