src.nth.io/

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-05-02 13:01:32 -0500
committerLuke Hoersten <[email protected]>2026-05-02 13:01:32 -0500
commit4a5c4f1c92acc5e9dac259c0ff1470b112ec3d42 (patch)
tree373a87be1ec7da36890513366db8dd6ac52e03a4 /README.md
parentd4c0d2098dc33c51c88269d7c2188cd94acdd0d5 (diff)
Removed extra ansible stuff.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index e79a622..0fefc35 100644
--- a/README.md
+++ b/README.md
@@ -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