aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-24 23:38:12 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-24 23:38:12 -0400
commit0bcbcb8de5e3028933b6e337f46a1e0484a46594 (patch)
tree5b0dbba83d2d6f1455f63ef543c4819ceb116319 /init.el
parentFix fringe / diff-hl display (diff)
downloadmmosmacs-0bcbcb8de5e3028933b6e337f46a1e0484a46594.tar.gz
mmosmacs-0bcbcb8de5e3028933b6e337f46a1e0484a46594.tar.bz2
mmosmacs-0bcbcb8de5e3028933b6e337f46a1e0484a46594.zip
Misc comment fix
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;; ---------------------------------