From 33c0e9699951140bddb9f408bd9a2a7b5deacf7f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 6 May 2015 09:35:51 +0200 Subject: Emacs: Improve company popup layout --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 15fe482b..271c257c 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -246,6 +246,7 @@ company-begin-commands '(self-insert-command) company-auto-complete #'company-explicit-action-p company-auto-complete-chars '(?\ ?\( ?\) ?.) + company-tooltip-align-annotations t company-dabbrev-downcase nil))) ;;;; Dates & Times -- cgit 1.4.1