X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f28a37275758598d089daa908bde2a042a88c4a9..5223adaa187d2231f03f59a44473b93192bc6968:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 1af6e8e..f0d41c3 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2216,6 +2216,10 @@ doesn't match any of the regular expressions in (mdw-define-face magit-hash (((min-colors 64)) :foreground "grey40") (((class color)) :foreground "blue")) +(mdw-define-face magit-popup-argument + (((min-colors 64)) :foreground "SeaGreen1") + (((class color)) :foreground "green") + (t :weight bold)) (mdw-define-face magit-diff-hunk-heading (((min-colors 64)) :foreground "grey70" :background "grey25") (((class color)) :foreground "yellow")) @@ -2520,6 +2524,10 @@ set." (c-class-key . "class") (c-backslash-column . 72) (c-label-minimum-indentation . 0) + (c-indent-comments-syntactically-p t) + (c-indent-comment-alist (end-block . (column . nil)) + (cpp-end-block . (column . nil)) + (other . (column . nil))) (c-offsets-alist (substatement-open . (add 0 c-indent-one-line-block)) (defun-open . (add 0 c-indent-one-line-block)) (arglist-cont-nonempty . mdw-c-lineup-arglist)