all repos — nixfiles @ 3d24332c37c914d7004811d6e6da37e0ff1c4c07

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

Emacs: right-align completion annotations

Alan Pearce
commit

3d24332c37c914d7004811d6e6da37e0ff1c4c07

parent

45a6af6b4e8e5678dc4813e022aeccf9432aa23e

1 file changed, 1 insertion(+), 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)