File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,6 @@ Fallback to the default function if none is found."
131
131
:initial (+region-or-thing-at-point)))
132
132
133
133
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
-
140
134
; ; Clink integration to Emacs
141
135
(use-package clink
142
136
:straight (:host github :repo " abougouffa/clink.el" )
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments