Ver a proveniência

Use fic-mode to highlight TODO type entries in comments.

cray
Mitch Tishmack há 11 anos
ascendente
cometimento
f2c07c4d63
1 ficheiros alterados com 10 adições e 0 eliminações
  1. +10
    -0
      emacs/.emacs.d/emacs.org

+ 10
- 0
emacs/.emacs.d/emacs.org Ver ficheiro

@@ -618,6 +618,15 @@ Desktop saving of session information handy to keep the same buffers between ses

(add-hook 'auto-save-hook 'desktop-save-in-desktop-dir)
#+END_SRC

** fic-mode

Highlight TODO/FIXME type messages in comments.

#+BEGIN_SRC emacs-lisp
(use-package fic-mode :ensure t)
#+END_SRC

* mode related
** common defaults

@@ -637,6 +646,7 @@ Common mode defaults I think are sensible.
(customize-set-variable 'indent-tabs-mode nil)
(customize-set-variable 'tab-width 2)
(flycheck-mode)
(turn-on-fic-mode)
)
)
#+END_SRC


Carregando…
Cancelar
Guardar