diff --git a/init.org b/init.org index 6f3aa75..76c5675 100644 --- a/init.org +++ b/init.org @@ -3619,13 +3619,11 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel #+END_SRC ** c #+BEGIN_SRC emacs-lisp -(use-package c-mode +(use-package cc-mode :bind (:map c-mode-map ("TAB" . company-indent-or-complete-common) ("C-i" . company-indent-or-complete-common))) -(use-package cc-mode) - (use-package irony-eldoc :hook (c-mode . irony-eldoc))