Skip to content

Commit

Permalink
Give citre-global-update-file a binding
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Dec 3, 2024
1 parent dfd2df1 commit 56eb3e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lisp/init-dev.el
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@
;; Load the prelude.
(require 'citre-config)
:bind (("C-c c j" . citre-jump)
("C-c c q" . citre-query-jump)
("C-c c r" . citre-query-jump-to-reference)
("C-c c u" . citre-update-this-tags-file))
("C-c c J" . citre-query-jump)
("C-c c /" . citre-jump-to-reference)
("C-c c ?" . citre-query-jump-to-reference)
("C-c c u" . citre-update-this-tags-file)
("C-c c g" . citre-global-update-file))
:custom
(citre-enable-capf-integration nil)
(citre-auto-enable-citre-mode-modes '(prog-mode)))
Expand Down

0 comments on commit 56eb3e8

Please sign in to comment.