Rewrote initfiles

This commit is contained in:
Henrik Lissner 2014-12-05 17:28:03 -05:00
parent ec5106ffab
commit 77349a2046
50 changed files with 2478 additions and 1670 deletions

View file

@ -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))