diff options
Diffstat (limited to 'init.el')
-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 | ;; --------------------------------- |