diff options
| author | Luke Hoersten <[email protected]> | 2026-05-02 13:01:32 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-05-02 13:01:32 -0500 |
| commit | 4a5c4f1c92acc5e9dac259c0ff1470b112ec3d42 (patch) | |
| tree | 373a87be1ec7da36890513366db8dd6ac52e03a4 /README.md | |
| parent | d4c0d2098dc33c51c88269d7c2188cd94acdd0d5 (diff) | |
Removed extra ansible stuff.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -17,7 +17,7 @@ Personal Emacs configuration focused on simplicity and modern tooling while resp ├── init.el # Main configuration file ├── elisp/ # Custom configuration modules │ ├── c-init.el # C/C++ configuration -│ └── ansible-init.el # Ansible/YAML configuration +│ └── hoersten-c-style.el # Custom C style ├── custom.el # Custom-set variables (gitignored) └── README.md # This file ``` @@ -151,6 +151,5 @@ M-x package-update-all - Shell: eshell (launched automatically on startup) - Server: emacs server starts automatically for `emacsclient` - Whitespace cleanup on save enabled globally -- Line numbers enabled globally (exempt: eshell, term, vterm, Messages) -- Rainbow delimiters enabled in all `prog-mode` and `text-mode` buffers +- Line numbers and rainbow delimiters enabled in all `prog-mode` and `text-mode` buffers - Auto-fill (line wrap at column 120) enabled in all `text-mode` buffers |
