Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification for company mode completion #326

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 24, 2020

  1. Clarification for company mode completion

    New to emacs so not sure if this is was implied or anything. Was using the spacemacs flavour of emacs and wasn't getting any code completion in utop despite seeing it work properly with the merlin-mode. Was able to fix this by adding this to my `~/.emacs`
    
    ```elisp`
    (add-hook 'after-init-hook 'global-company-mode)
    ```
    Figured might as well try posting in-case it helps anyone else in a similar position.
    
    But as mentioned for some reason this worked out of the box for merlin mode - my (very much a) guess is due to:
    
    ```
    (require 'company)
    ```
    rottened23 authored May 24, 2020
    Configuration menu
    Copy the full SHA
    8e4086d View commit details
    Browse the repository at this point in the history
  2. understanding emacs a bit better

    adding that a company mode minor mode must be added to the utop major mode
    rottened23 authored May 24, 2020
    Configuration menu
    Copy the full SHA
    a80b60f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Fixing some typos!

    rottened23 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c9726c3 View commit details
    Browse the repository at this point in the history