-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Commits on Aug 12, 2015
-
fix bug where flycheck clang args are not loaded
Zhengyang committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for af495d4 - Browse repository at this point
Copy the full SHA af495d4View commit details -
GNU is having issues with HTTPS right now. Fixes #2596
Configuration menu - View commit details
-
Copy full SHA for d3126a1 - Browse repository at this point
Copy the full SHA d3126a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67bc35 - Browse repository at this point
Copy the full SHA a67bc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fa9f4 - Browse repository at this point
Copy the full SHA 56fa9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb6a9c - Browse repository at this point
Copy the full SHA cdb6a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 075d120 - Browse repository at this point
Copy the full SHA 075d120View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9913189 - Browse repository at this point
Copy the full SHA 9913189View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68d86c - Browse repository at this point
Copy the full SHA f68d86cView commit details -
Remove projectile from scala layer.
liuxiang authored and Zhengyang committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 4931315 - Browse repository at this point
Copy the full SHA 4931315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbeb5c - Browse repository at this point
Copy the full SHA 5dbeb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 512dde7 - Browse repository at this point
Copy the full SHA 512dde7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27716f4 - Browse repository at this point
Copy the full SHA 27716f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52322fd - Browse repository at this point
Copy the full SHA 52322fdView commit details -
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 committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for e8f6f9c - Browse repository at this point
Copy the full SHA e8f6f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e0d04 - Browse repository at this point
Copy the full SHA 09e0d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548d9e6 - Browse repository at this point
Copy the full SHA 548d9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93db9b9 - Browse repository at this point
Copy the full SHA 93db9b9View commit details -
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 committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for e864e09 - Browse repository at this point
Copy the full SHA e864e09View commit details -
python layer: find usage on SPC m g u instead of SPC m h u
To be consistent with other layers like C#
Configuration menu - View commit details
-
Copy full SHA for 4728d94 - Browse repository at this point
Copy the full SHA 4728d94View commit details -
emacs-lisp: add company in ielm, keybind for ielm
Bar Magal authored and Zhengyang committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for ef32f9d - Browse repository at this point
Copy the full SHA ef32f9dView commit details -
Bar Magal authored and Zhengyang committed
Aug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 4c2566c - Browse repository at this point
Copy the full SHA 4c2566cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f5420 - Browse repository at this point
Copy the full SHA 48f5420View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4c4b69c - Browse repository at this point
Copy the full SHA 4c4b69cView commit details -
python: use semantic for imenu only when semantic-mode is on
Bar Magal authored and Zhengyang committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for e8146df - Browse repository at this point
Copy the full SHA e8146dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 053217a - Browse repository at this point
Copy the full SHA 053217aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f1477 - Browse repository at this point
Copy the full SHA 43f1477View commit details -
Use spacemacs micro state macro for ahs micro-state.
This is consistent with other micro-states.
Configuration menu - View commit details
-
Copy full SHA for 1b152fb - Browse repository at this point
Copy the full SHA 1b152fbView commit details -
spacemacs layer: fix various issues with ahs micro-state
- made it work with * - fix go to definition - don't use the minibuffer
Configuration menu - View commit details
-
Copy full SHA for 847d461 - Browse repository at this point
Copy the full SHA 847d461View commit details -
Remove user-emacs-directory manipulation in init.el
if we really need this we should use an environment variable
Configuration menu - View commit details
-
Copy full SHA for 7453f9d - Browse repository at this point
Copy the full SHA 7453f9dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 34735fa - Browse repository at this point
Copy the full SHA 34735faView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a1fa2ff - Browse repository at this point
Copy the full SHA a1fa2ffView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1772e52 - Browse repository at this point
Copy the full SHA 1772e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfab1de - Browse repository at this point
Copy the full SHA cfab1deView commit details -
3000th star to TheBB The Master of the Keys to justbur The PR Patrol Officer to robbyoconnor
Configuration menu - View commit details
-
Copy full SHA for 10d276c - Browse repository at this point
Copy the full SHA 10d276cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b862687 - Browse repository at this point
Copy the full SHA b862687View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ba45c - Browse repository at this point
Copy the full SHA c0ba45cView commit details -
core: fix bug in package-usedp
It returned t even if the package has no owner. Fixes #2601
Configuration menu - View commit details
-
Copy full SHA for 6bad1e5 - Browse repository at this point
Copy the full SHA 6bad1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b43f39 - Browse repository at this point
Copy the full SHA 8b43f39View commit details -
core: remove
y
from evilified state mapIt is not require, one can switch to visual state to copy some text
Configuration menu - View commit details
-
Copy full SHA for ddf78d0 - Browse repository at this point
Copy the full SHA ddf78d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7446f28 - Browse repository at this point
Copy the full SHA 7446f28View commit details -
core: move back evilify macros to their own file
Fixes tests
Configuration menu - View commit details
-
Copy full SHA for 2895528 - Browse repository at this point
Copy the full SHA 2895528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab7313 - Browse repository at this point
Copy the full SHA 3ab7313View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b3dfc - Browse repository at this point
Copy the full SHA e7b3dfcView commit details -
helm-spacemacs: load packages at first invocation only
Use the universal argument to force an update, that is SPC u SPC f e h
Configuration menu - View commit details
-
Copy full SHA for c141ea0 - Browse repository at this point
Copy the full SHA c141ea0View commit details