mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
Gee, what're we gonna do tonight, Brain?
This commit is contained in:
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)))
|
Reference in New Issue
Block a user