Restore missing c++ lineup-arglist advice
This commit is contained in:
parent
ad516141d8
commit
52d0dffba4
2 changed files with 14 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
(sp-local-pair "/*!" "*/" :post-handlers '(("||\n[i]" "RET") ("[d-1]< | " "SPC"))))
|
||||
|
||||
;; Improve indentation of inline lambdas in C++11
|
||||
(advice-add #'c-lineup-arglist :around #'+c-lineup-arglist)
|
||||
(advice-add #'c-lineup-arglist :around #'+cc*lineup-arglist)
|
||||
|
||||
;; C/C++ style settings
|
||||
(c-toggle-electric-state -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue