Commit graph

13 commits

Author SHA1 Message Date
Gered 98a6295b6f disable dtrt-indent messages
can just toggle this on as needed, definitely don't need the extra
message output all the time
2025-01-21 18:07:14 -05:00
Gered 96c48054d3 ensure dtrt-indent-mode is toggled for config files (conf-mode)
very surprising to me that this is not default dtrt-indent behaviour!
2025-01-21 18:02:36 -05:00
Gered 1475c21715 disable message output in gered/enable-tabs and gered/disable-tabs 2025-01-20 14:52:07 -05:00
Gered 19504c074e fix dtrt-indent hook config for terraform-mode, add hcl-mode
it seems that terraform-mode, while it DOES provide
terraform-indent-level, that doesn't seem to be what actually sets the
indent level currently? possibly a bug in terraform-mode, but setting
hcl-indent-level (since hcl-mode is a dependency of terraform-mode ...)
fixes this for now, so just set them both.
2025-01-20 14:46:52 -05:00
Gered 620326f8f2 add dtrt-indent hook entry for terraform-mode's indent level setting 2025-01-20 14:26:22 -05:00
Gered 76083bf8eb initial work at un-fucking emacs tabs and indentation
there is still more work to be done
2024-12-14 19:37:14 -05:00
Gered df8a78d257 re-organize some emacs config 2024-12-14 15:31:45 -05:00
Gered b53d7bcc85 adjust code completion settings
- switch away from using tab to trigger completion. i find it annoying
  when & how tab is "overloaded" with completion and indentation.
  using ctrl+space for completion feels a bit more normal to me anyway.
- turn on auto completion pop-up triggering
2024-12-08 14:01:52 -05:00
Gered afb2c265ae add consult package 2024-12-05 22:57:23 -05:00
Gered dc81ee050a disable paredit hook with eval-expression-minibuffer-setup-hook
this makes minibuffer eval impossible???
2024-12-03 22:04:35 -05:00
Gered a820ce8b15 add paredit package. finally. 2024-12-03 21:36:21 -05:00
Gered 958780da2d reformat various files, removing tabs 2024-12-03 11:16:34 -05:00
Gered 22af19b907 initial emacs.d config
probably a bunch of dumb things in here
2024-12-02 23:56:33 -05:00