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

emacs-lisp: Speed up semantic #9354

Closed
wants to merge 1 commit into from

Commits on Aug 4, 2017

  1. emacs-lisp: Speed up semantic

    Resolve syl20bnr#1907.
    
    Emacs 25 sets semanticdb-find-default-throttle as a mode-local variable in
    emacs-lisp-mode and includes the omniscient throttle which slows down indexing.
    Let's override the mode-local variable so it doesn't include the omniscient
    throttle.
    
    See syl20bnr#7736 for additional context.
    delaanthonio committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    afd85d5 View commit details
    Browse the repository at this point in the history