Parcourir la source

disable c hungry deletion

pull/1/head
10sr il y a 12 ans
Parent
révision
fe9aaf2019
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Voir le fichier

@@ -667,7 +667,7 @@ Return nil if library unfound and failed to download, otherwise the path where t
(setq c-basic-offset 2
indent-tabs-mode nil)
;; (set-face-foreground 'font-lock-keyword-face "blue")
(c-toggle-hungry-state 1)
(c-toggle-hungry-state -1)
))

(when (dllib-if-unfound "https://raw.github.com/mooz/js2-mode/master/js2-mode.el"


Chargement…
Annuler
Enregistrer