aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/init.el b/init.el
index 10f1d45..233682e 100644
--- a/init.el
+++ b/init.el
@@ -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;; ---------------------------------