Skip to content

Commit

Permalink
tweak(clink): auto enable when available
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 20, 2024
1 parent 0db4963 commit cc19a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ Fall back to the default `citre--project-root'."

(use-package clink
:straight (:host github :repo "abougouffa/clink.el")
:when (+emacs-features-p 'sqlite3))
:when (+emacs-features-p 'sqlite3)
:hook (minemacs-first-file . global-clink-mode))

(use-package rtags
:straight t)
Expand Down

0 comments on commit cc19a02

Please sign in to comment.