aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-06 17:36:22 -0500
committerJesús <heckyel@hyperbola.info>2019-11-06 17:36:22 -0500
commitfbc03f3e4ffcaaf2e1c83def23b4771dc3a1be09 (patch)
tree1b3f46ad585ddcedb4427914c12bd1892b54e64f /modules
parentfe5a4720a335733f7ea5ed37480039592641459e (diff)
downloademacs-personal-fbc03f3e4ffcaaf2e1c83def23b4771dc3a1be09.tar.lz
emacs-personal-fbc03f3e4ffcaaf2e1c83def23b4771dc3a1be09.tar.xz
emacs-personal-fbc03f3e4ffcaaf2e1c83def23b4771dc3a1be09.zip
Fix typo
Diffstat (limited to 'modules')
-rw-r--r--modules/init-linum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-linum.el b/modules/init-linum.el
index 8c48c9d..c99ec20 100644
--- a/modules/init-linum.el
+++ b/modules/init-linum.el
@@ -34,7 +34,7 @@
;; Colors line active
;; set in file init-theme.el
- ;; fox example:
+ ;; for example:
;; (defface my-linum-hl
;; '((t :background "gray20" :foreground "gold"))
;; "Face for the currently active Line number"