all repos — nixfiles @ cff2e1af757994b2b992752245cb505e33775cbe

System and user configuration, managed by nix and home-manager

Emacs: Enable next/previous wrap-around in company popups

Alan Pearce
commit

cff2e1af757994b2b992752245cb505e33775cbe

parent

9b369edd4389881ef2010b97c201c1262fb97158

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -949,7 +949,8 @@ company-idle-delay .3
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