diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-06 17:36:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-06 17:36:22 -0500 |
commit | fbc03f3e4ffcaaf2e1c83def23b4771dc3a1be09 (patch) | |
tree | 1b3f46ad585ddcedb4427914c12bd1892b54e64f /modules | |
parent | fe5a4720a335733f7ea5ed37480039592641459e (diff) | |
download | emacs-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.el | 2 |
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" |