Add +company/dabbrev-code-previous
This commit is contained in:
parent
37821e3b32
commit
9b47d987aa
1 changed files with 7 additions and 0 deletions
|
@ -37,3 +37,10 @@ C-x C-l."
|
|||
(let ((company-backends '((company-keywords company-dict))))
|
||||
(call-interactively 'company-complete)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +company/dabbrev-code-previous ()
|
||||
(interactive)
|
||||
(require 'company-dabbrev)
|
||||
(let ((company-selection-wrap-around t))
|
||||
(call-interactively #'company-dabbrev-code)
|
||||
(company-select-previous-or-abort)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue