Skip to content

Commit

Permalink
enable clang support for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert Consellado committed Dec 13, 2017
1 parent 93bb735 commit 548c6cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 548c6cd

Please sign in to comment.