Skip to content

Commit d46370a

Browse files
committed
feat(tags): make rscope obsolete
1 parent 4f58497 commit d46370a

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

modules/me-tags.el

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ Fallback to the default function if none is found."
131131
:initial (+region-or-thing-at-point)))
132132

133133

134-
;; Reborn Cscope extension for Emacs
135-
(use-package rscope
136-
:straight (:host github :repo "rjarzmik/rscope")
137-
:commands (rscope-init rscope-regenerate-database))
138-
139-
140134
;; Clink integration to Emacs
141135
(use-package clink
142136
:straight (:host github :repo "abougouffa/clink.el")

modules/obsolete/me-rscope.el

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
;;; me-rscope.el --- Reborn Cscope integration -*- lexical-binding: t; -*-
2+
3+
;; Copyright (C) 2022-2024 Abdelhak Bougouffa
4+
5+
;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")
6+
7+
;;; Commentary:
8+
9+
;;; Code:
10+
11+
;; Reborn Cscope extension for Emacs
12+
(use-package rscope
13+
:straight (:host github :repo "rjarzmik/rscope")
14+
:commands (rscope-init rscope-regenerate-database))
15+
16+
17+
(provide 'obsolete/me-rscope)
18+
;;; me-rscope.el ends here

0 commit comments

Comments
 (0)