diff --git a/lisp/lang/init-cpp.el b/lisp/lang/init-cpp.el index 00fb2ba..a4b3a0c 100644 --- a/lisp/lang/init-cpp.el +++ b/lisp/lang/init-cpp.el @@ -298,16 +298,6 @@ (hide-ifdef-initially nil) (hide-ifdef-shadow t)) -;; Expand C macros -;; -;; Useful when writing quick tests. -(use-package cmacexp - :ensure nil - :commands c-macro-expand - :custom - (c-macro-prompt-flag t) - (c-macro-shrink-window-flag t)) - ;; Snippets for C/C++ (use-package tempo :ensure nil