Display the column number in prog modes
This commit is contained in:
parent
b36b6f059f
commit
33f15a2d38
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user