From 360f97b483499112b9d13844f8f935d507221cd6 Mon Sep 17 00:00:00 2001 From: MadMaurice Date: Wed, 19 Sep 2018 14:52:20 +0200 Subject: [PATCH] emacs: Fix enum indentation --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 6a4b6b8..f4cd73b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -124,6 +124,7 @@ '(ansi-color-names-vector ["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"]) '(blink-cursor-mode nil) + '(c-offsets-alist (quote ((brace-list-open . 0) (brace-list-intro . +)))) '(cperl-close-paren-offset -2) '(cperl-electric-parens nil) '(cperl-electric-parens-mark nil)