Sfoglia il codice sorgente

emacs.el use k&r style for c++-mode

pull/1/head
10sr 10 anni fa
parent
commit
b28807fbf3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Vedi File

@@ -1028,6 +1028,8 @@ found, otherwise returns nil."
nil
(add-to-list 'c-default-style
'(c-mode . "k&r"))
(add-to-list 'c-default-style
'(c++-mode . "k&r"))
(add-hook 'c-mode-common-hook
(lambda ()
;; why c-basic-offset in k&r style defaults to 5 ???


Caricamento…
Annulla
Salva