From cff2e1af757994b2b992752245cb505e33775cbe Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 27 Apr 2017 10:59:59 +0200 Subject: Emacs: Enable next/previous wrap-around in company popups --- emacs/.emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index eaa6b29..066ed15 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -949,7 +949,8 @@ seems to work perfectly well for me. company-begin-commands '(self-insert-command) company-auto-complete #'company-explicit-action-p company-auto-complete-chars '(?\ ?\( ?\) ?.) - company-tooltip-align-annotations t))) + company-tooltip-align-annotations t + company-selection-wrap-around t))) #+END_SRC #+BEGIN_SRC emacs-lisp -- cgit 1.4.1