Bläddra i källkod

Add some default hooks for prog-mode

master
Mitchell Tishmack 5 år sedan
committed by Mitch Tishmack
förälder
incheckning
dfdfbd0193
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      emacs.org

+ 4
- 0
emacs.org Visa fil

@@ -358,6 +358,10 @@ Customize whitespace mode to make tabs obvious as boxes, and to highlight lines
(set-face-attribute 'whitespace-line nil
:foreground "#2075c7"
:background "lightgrey")

(add-hook 'prog-mode 'whitespace-mode)
(add-hook 'prog-mode 'hl-line-mode)
(add-hook 'prog-mode 'visual-line-mode)
#+END_SRC

*** uncategorized


Laddar…
Avbryt
Spara