Explorar el Código

Add fic-mode

master
10sr hace 5 años
padre
commit
8846586545
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Ver fichero

@@ -138,6 +138,7 @@ found, otherwise returns nil."
highlight-indentation
diminish
fzf
fic-mode

editorconfig
editorconfig-custom-majormode
@@ -752,6 +753,10 @@ found, otherwise returns nil."
'highlight-indentation-mode)))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

(when (fboundp 'fic-mode)
(add-hook prog-mode-hook
'fic-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling



Cargando…
Cancelar
Guardar