Skip to content

Commit

Permalink
Drop cmacexp
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Dec 31, 2024
1 parent d422182 commit 455cd80
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lisp/lang/init-cpp.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 455cd80

Please sign in to comment.