aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-02 11:36:49 -0500
committerJesús <heckyel@hyperbola.info>2019-02-02 11:36:49 -0500
commitc31e3f730bdc0d11a2263bc69b76cb9618704b9c (patch)
tree4de510008366bc49dd010701ce6424cb2dfcd4ec /modules
parent57da3246a827715c67d93161765a2b75ddf7963c (diff)
downloademacs-personal-c31e3f730bdc0d11a2263bc69b76cb9618704b9c.tar.lz
emacs-personal-c31e3f730bdc0d11a2263bc69b76cb9618704b9c.tar.xz
emacs-personal-c31e3f730bdc0d11a2263bc69b76cb9618704b9c.zip
fix linum-mode in c-mode, c++-mode
Diffstat (limited to 'modules')
-rw-r--r--modules/init-nlinum.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/init-nlinum.el b/modules/init-nlinum.el
index 2bdb25c..952536e 100644
--- a/modules/init-nlinum.el
+++ b/modules/init-nlinum.el
@@ -18,6 +18,8 @@
(linum-mode 1)
:hook
(apache-mode . linum-mode)
+ (c-mode . linum-mode)
+ (c++-mode . linum-mode)
(elisp-mode . linum-mode)
(html-mode . linum-mode)
(js-mode . linum-mode)