parent
3fc877a1be
commit
4c6b5ab00d
|
|
@ -25,8 +25,11 @@
|
||||||
(define-key d-mode-map (kbd "C-c ,") 'ac-dcd-goto-def-pop-marker)
|
(define-key d-mode-map (kbd "C-c ,") 'ac-dcd-goto-def-pop-marker)
|
||||||
|
|
||||||
(when (featurep 'popwin)
|
(when (featurep 'popwin)
|
||||||
(add-to-list 'popwin:special-display-config
|
(add-to-list 'popwin:special-display-config
|
||||||
`(,ac-dcd-document-buffer-name :position right :width 80)))
|
`(,ac-dcd-error-buffer-name :noselect t))
|
||||||
|
(add-to-list 'popwin:special-display-config
|
||||||
|
`(,ac-dcd-document-buffer-name :position right :width 80)))
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* Third, set import path using ```M-x customize-variable RET ac-dcd-flags```.
|
* Third, set import path using ```M-x customize-variable RET ac-dcd-flags```.
|
||||||
|
|
@ -40,5 +43,4 @@
|
||||||
* After goto definition, you can pop to previous position with ```C-c ,```
|
* After goto definition, you can pop to previous position with ```C-c ,```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
* Better error handling
|
|
||||||
* Multi byte character support (Need help!)
|
* Multi byte character support (Need help!)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue