Gee, what're we gonna do tonight, Brain?
This commit is contained in:
parent
4df3c32a8d
commit
3a79705475
44 changed files with 1806 additions and 1237 deletions
9
init/init-cscope.el
Normal file
9
init/init-cscope.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
(provide 'init-cscope)
|
||||
|
||||
(use-package xcscope
|
||||
:config
|
||||
(progn
|
||||
(cscope-setup)
|
||||
(add-hook 'ruby-mode-hook (function cscope-minor-mode))
|
||||
|
||||
(push '("*cscope*" :position bottom) popwin:special-display-config)))
|
Loading…
Add table
Add a link
Reference in a new issue