all repos — nixfiles @ 3d24332c37c914d7004811d6e6da37e0ff1c4c07

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

Emacs: right-align completion annotations
Alan Pearce alan@alanpearce.eu
Sat, 30 Nov 2019 12:00:16 +0100
commit

3d24332c37c914d7004811d6e6da37e0ff1c4c07

parent

45a6af6b4e8e5678dc4813e022aeccf9432aa23e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -439,6 +439,7 @@ :defer 2   :commands (company-explicit-action-p)
   :custom ((global-company-mode +1)
            (company-idle-delay 0)
+           (company-tooltip-align-annotations t)
            (company-show-numbers t)
            (company-dabbrev-downcase nil)
            (company-dabbrev-ignore-case nil)