Skip to content

Commit

Permalink
Enable line numbers in C++ code too
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Sep 3, 2020
1 parent 3ced3d7 commit 1aee342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-files/setup-linum.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Time-stamp: <2020-04-28 10:54:13 kmodi>
;; Time-stamp: <2020-06-26 16:14:19 kmodi>

;; Line number package manager

Expand Down Expand Up @@ -33,6 +33,7 @@ variable.")
emacs-lisp-mode-hook
cperl-mode-hook
c-mode-hook
c++-mode-hook
python-mode-hook
matlab-mode-hook
sh-mode-hook
Expand Down

0 comments on commit 1aee342

Please sign in to comment.