mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Rewrote initfiles
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
(provide 'init-cscope)
|
||||
|
||||
(use-package xcscope
|
||||
:config
|
||||
(progn
|
||||
(cscope-setup)
|
||||
(add-hook 'ruby-mode-hook (function cscope-minor-mode))
|
||||
:init (cscope-setup)
|
||||
:config (push '("*cscope*" :position bottom) popwin:special-display-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