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

Fix clang args loading for flycheck #2634

Closed
wants to merge 44 commits into from
Closed

Fix clang args loading for flycheck #2634

wants to merge 44 commits into from

Commits on Aug 12, 2015

  1. fix bug where flycheck clang args are not loaded

    Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    af495d4 View commit details
    Browse the repository at this point in the history
  2. Change elpa to use http.

    GNU is having issues with HTTPS right now.
    
    Fixes #2596
    robbyoconnor authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    d3126a1 View commit details
    Browse the repository at this point in the history
  3. Fixed osx/init function for reveal-in-osx-finder

    fintelkai authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    a67bc35 View commit details
    Browse the repository at this point in the history
  4. Import change log from version 0.103.5

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    56fa9f4 View commit details
    Browse the repository at this point in the history
  5. Update change log

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    cdb6a9c View commit details
    Browse the repository at this point in the history
  6. Remove pcre2l contrib, it is owned by spacemacs layer

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    075d120 View commit details
    Browse the repository at this point in the history
  7. Remove remaining duplicated init functions

    haml-mode
    slim-mode
    yaml-mode
    rainbow-delimiters
    nix-mode
    leuven-theme
    
    Also sort alphabetically the packages in packages.el of html layer
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    9913189 View commit details
    Browse the repository at this point in the history
  8. New layer yaml

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    f68d86c View commit details
    Browse the repository at this point in the history
  9. Remove projectile from scala layer.

    liuxiang authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4931315 View commit details
    Browse the repository at this point in the history
  10. salt layer: Mention required yaml in README

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    5dbeb5c View commit details
    Browse the repository at this point in the history
  11. Update change log and release note

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    512dde7 View commit details
    Browse the repository at this point in the history
  12. core: fix mandatory package and extension list variables

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    27716f4 View commit details
    Browse the repository at this point in the history
  13. Make SPC TAB window-aware

    See #2548
    TheBB authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    52322fd View commit details
    Browse the repository at this point in the history
  14. don't set haskell-process-type

    By default (from `haskell-mode`) `haskell-process-type` is set to `'auto`, so no need to set it here. Also when you explicitly set the value of `haskell-process-type` it gets much harder to configure it.
    Boris authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    e8f6f9c View commit details
    Browse the repository at this point in the history
  15. Update documentation for toggles in dotfile

    [ci skip]
    TheBB authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    09e0d04 View commit details
    Browse the repository at this point in the history
  16. Add some missing key prefix declarations

    justbur authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    548d9e6 View commit details
    Browse the repository at this point in the history
  17. add git-flow documentation to git layer

    gilbertkennen authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    93db9b9 View commit details
    Browse the repository at this point in the history
  18. python: various improvements

    Add binding for anaconda-mode-usages.
    Add completion of filenames in repl.
    Don't set variables unnecessarily in newer emacsen - these settings are
    only needed in emacs 24.3.
    Bar Magal authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    e864e09 View commit details
    Browse the repository at this point in the history
  19. python layer: find usage on SPC m g u instead of SPC m h u

    To be consistent with other layers like C#
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4728d94 View commit details
    Browse the repository at this point in the history
  20. emacs-lisp: add company in ielm, keybind for ielm

    Bar Magal authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    ef32f9d View commit details
    Browse the repository at this point in the history
  21. Replace ace-jump with avy

    Bar Magal authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4c2566c View commit details
    Browse the repository at this point in the history
  22. Fix docs for magit's url and manual changes.

    hunner authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    48f5420 View commit details
    Browse the repository at this point in the history
  23. Add documentation for '# g c' to the github layer

    Update the README to include documentation for '# g c'
    which  allows people to create PRs from emacs and then opens
    it in the browser.
    robbyoconnor authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4c4b69c View commit details
    Browse the repository at this point in the history
  24. python: use semantic for imenu only when semantic-mode is on

    Bar Magal authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    e8146df View commit details
    Browse the repository at this point in the history
  25. python layer: rename function with spacemacs prefix

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    053217a View commit details
    Browse the repository at this point in the history
  26. Replace all uses of custom-set-variables with setq

    person808 authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    43f1477 View commit details
    Browse the repository at this point in the history
  27. Use spacemacs micro state macro for ahs micro-state.

    This is consistent with other micro-states.
    person808 authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    1b152fb View commit details
    Browse the repository at this point in the history
  28. spacemacs layer: fix various issues with ahs micro-state

    - made it work with *
    - fix go to definition
    - don't use the minibuffer
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    847d461 View commit details
    Browse the repository at this point in the history
  29. Remove user-emacs-directory manipulation in init.el

    if we really need this we should use an environment variable
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    7453f9d View commit details
    Browse the repository at this point in the history
  30. Put the bookmark file in the cache directory.

    Only set `bookmark-default-file` in the package configuration.  Put the
    file in the Spacemacs cache directory instead of the Emacs user
    directory.
    
    Also only set `bookmark-save-flag` in the package configuration.
    
    This is a breaking change.  Those with existing bookmarks file will have
    to do something equivalent to this:
    
    `mv ~/.emacs.d/bookmarks ~/.emacs.d/.cache`
    
    and restart Emacs.
    
    Fixes #2594
    travisbhartwell authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    34735fa View commit details
    Browse the repository at this point in the history
  31. Add binding for projectile-toggle-between-implementation-and-test

    The logic for binding this to `SPC p a` is that it's analogous with
    vim-projectionist's notion of "alternate" files (where alternates could
    be tests, headers or what-have-you). It would be more in keeping with
    Spacemacs to have it on `SPC p t`, however this is already taken by
    projectile neotree. If that were to be moved to `SPC p n`, then there
    would be space for it, but I have no idea whether there is stomach to
    make a potentially significant change such as that.
    mrmemes-eth authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    a1fa2ff View commit details
    Browse the repository at this point in the history
  32. Adds eshell-switch-company-frontend.

    Fixes an issue where the buffer local value of
    `company-preview-frontend' was being altered prior to switching to
    the e-shell mode buffer.
    
    See issue #2401.
    cmccloud authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    1772e52 View commit details
    Browse the repository at this point in the history
  33. Update change log and releae notes

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    cfab1de View commit details
    Browse the repository at this point in the history
  34. Add achievements

    3000th star to TheBB
    The Master of the Keys to justbur
    The PR Patrol Officer to robbyoconnor
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    10d276c View commit details
    Browse the repository at this point in the history
  35. core: add support for local directory

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    b862687 View commit details
    Browse the repository at this point in the history
  36. spacemacs layer: move extensions to local directory

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c0ba45c View commit details
    Browse the repository at this point in the history
  37. core: fix bug in package-usedp

    It returned t even if the package has no owner.
    Fixes #2601
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    6bad1e5 View commit details
    Browse the repository at this point in the history
  38. core: cleaner evilified state setup and cleanup

    Fixes #2117
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    8b43f39 View commit details
    Browse the repository at this point in the history
  39. core: remove y from evilified state map

    It is not require, one can switch to visual state to copy some
    text
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    ddf78d0 View commit details
    Browse the repository at this point in the history
  40. move evilified state to core

    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    7446f28 View commit details
    Browse the repository at this point in the history
  41. core: move back evilify macros to their own file

    Fixes tests
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    2895528 View commit details
    Browse the repository at this point in the history
  42. core: missing file :-)

    time to sleep!
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    3ab7313 View commit details
    Browse the repository at this point in the history
  43. Fix the path for loading solarized.

    Once all extensions were moved from "extensions" to "local",
    spacemacs was no longer able to find the solarized themes.
    
    Thanks to @TheBB for helping narrow this down!
    
    Closes #2628
    robbyoconnor authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    e7b3dfc View commit details
    Browse the repository at this point in the history
  44. helm-spacemacs: load packages at first invocation only

    Use the universal argument to force an update, that is
    SPC u SPC f e h
    syl20bnr authored and Zhengyang committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c141ea0 View commit details
    Browse the repository at this point in the history