Explorar el Código

Add git-gutter config

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

+ 5
- 2
emacs.el Ver fichero

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-17 17:53:21 JST 10sr>
;; Time-stamp: <2018-10-17 17:56:45 JST 10sr>

;;; Code:

@@ -392,7 +392,10 @@ found, otherwise returns nil."
(global-page-break-lines-mode 1))

(when (safe-require-or-eval 'git-gutter)
(global-git-gutter-mode 1))
(custom-set-variables
'(git-gutter:update-interval 2))
(global-git-gutter-mode 1)
)

;; (when (safe-require-or-eval 'fancy-narrow)
;; (fancy-narrow-mode 1))


Cargando…
Cancelar
Guardar