From 548c6cdd152642135b174a2006cee1f17a5135ac Mon Sep 17 00:00:00 2001 From: Gilbert Consellado <=> Date: Wed, 13 Dec 2017 10:25:03 +0800 Subject: [PATCH] enable clang support for clang --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1a72e95..38f904b 100644 --- a/init.el +++ b/init.el @@ -47,7 +47,8 @@ This function should only modify configuration layer settings." ranger-show-hidden t ranger-max-preview-size 1) (colors) - (c-c++) + (c-c++ :variables + c-c++-enable-clang-support t) ;; (colors :variables ;; colors-enable-nyan-cat-progress-bar (display-graphic-p)) (theming)