Skip to content

Commit

Permalink
feat(tags): add initial support for call-graph
Browse files Browse the repository at this point in the history
(cherry picked from commit 730bb0a)
  • Loading branch information
abougouffa committed Dec 2, 2024
1 parent 898ccc5 commit 53c6a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-tags.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ Fallback to the default function if none is found."
:hook (minemacs-first-c/c++-file . global-clink-mode))


;; Generate call graph for C/C++ functions
(use-package call-graph
:straight t)


(provide 'me-tags)

;;; me-tags.el ends here

0 comments on commit 53c6a3f

Please sign in to comment.