diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-19 18:56:32 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-19 18:56:32 -0500 |
commit | 5b29e222f6d3251c0a1738a86555fb27f027bd14 (patch) | |
tree | 83e126b7c255bb81a7b3ea0a540592cd363ed274 | |
parent | 08e05e1e2186df06d5228e1f45e493b2f39dfa51 (diff) | |
download | emacs-personal-5b29e222f6d3251c0a1738a86555fb27f027bd14.tar.lz emacs-personal-5b29e222f6d3251c0a1738a86555fb27f027bd14.tar.xz emacs-personal-5b29e222f6d3251c0a1738a86555fb27f027bd14.zip |
update nlinum
-rw-r--r-- | modules/init-nlinum.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-nlinum.el b/modules/init-nlinum.el index 952536e..423e321 100644 --- a/modules/init-nlinum.el +++ b/modules/init-nlinum.el @@ -27,6 +27,7 @@ (markdown-mode . linum-mode) (nginx-mode . linum-mode) (php-mode . linum-mode) + (scss-mode . linum-mode) (sass-mode . linum-mode) (web-mode . linum-mode)) |