mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
I think I have a problem..
This commit is contained in:
7
init/init-cscope.el
Normal file
7
init/init-cscope.el
Normal file
@@ -0,0 +1,7 @@
|
||||
(provide 'init-cscope)
|
||||
|
||||
(use-package xcscope
|
||||
:init (cscope-setup)
|
||||
:config (push '("*cscope*" :position bottom) popwin:special-display-config))
|
||||
|
||||
(add-hook 'ruby-mode-hook (function cscope-minor-mode))
|
Reference in New Issue
Block a user