Skip to content

Commit cef0d90

Browse files
committed
Don't override user's customizations.
Fixes #110.
1 parent d72e5c6 commit cef0d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2972,7 +2972,7 @@ Key bindings:
29722972
(unless (or c-file-style
29732973
(stringp c-default-style)
29742974
(assq 'csharp-mode c-default-style))
2975-
(c-set-style "C#"))
2975+
(c-set-style "C#" 'do-not-override-customized-values))
29762976

29772977
;; `c-common-init' initializes most of the components of a CC Mode
29782978
;; buffer, including setup of the mode menu, font-lock, etc.

0 commit comments

Comments
 (0)