Rewrote initfiles
This commit is contained in:
parent
ec5106ffab
commit
77349a2046
50 changed files with 2478 additions and 1670 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue