Display the column number in prog modes

This commit is contained in:
Jeremy Dormitzer 2019-01-29 17:54:22 -05:00
parent b36b6f059f
commit 33f15a2d38

View File

@ -810,6 +810,11 @@ Always use =buffer-face-mode= in code and text buffers:
(add-hook 'text-mode-hook #'buffer-face-mode)
#+END_SRC
Display the column number in programming modes:
#+BEGIN_SRC emacs-lisp
(add-hook 'prog-mode-hook #'column-number-mode)
#+END_SRC
Load up some tasty solarized themes:
#+BEGIN_SRC emacs-lisp
(use-package solarized-theme)