diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-24 23:38:12 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-24 23:38:12 -0400 |
commit | 0bcbcb8de5e3028933b6e337f46a1e0484a46594 (patch) | |
tree | 5b0dbba83d2d6f1455f63ef543c4819ceb116319 | |
parent | Fix fringe / diff-hl display (diff) | |
download | mmosmacs-0bcbcb8de5e3028933b6e337f46a1e0484a46594.tar.gz mmosmacs-0bcbcb8de5e3028933b6e337f46a1e0484a46594.tar.bz2 mmosmacs-0bcbcb8de5e3028933b6e337f46a1e0484a46594.zip |
Misc comment fix
-rw-r--r-- | init.el | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -196,11 +196,10 @@ | |||
196 | 196 | ||
197 | 197 | ||
198 | ;; --------------------------------------------------------------------- | 198 | ;; --------------------------------------------------------------------- |
199 | ;;; Completion | 199 | ;;; Completion & Correction |
200 | ;; ----------- | 200 | ;; ------------------------ |
201 | ;; Completion refers to the suggestions you get when you type a few | 201 | ;; Completion and correction are the main source of my typing efficiency |
202 | ;; characters in almost any modern IDE. MMOSMacs attempts to have | 202 | ;; if I'm being honest. |
203 | ;; completion in as many places as possible. | ||
204 | ;; --------------------------------------------------------------------- | 203 | ;; --------------------------------------------------------------------- |
205 | 204 | ||
206 | ;; --------------------------------- | 205 | ;; --------------------------------- |