Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "system-info" fn for IRC support
I have seen many "I have a problem" discussions in the Gitter chat which starts with a barrage of questions "Which OS? Which Emacs version?", etc., so I thought it may be useful to have one function that will generate the info to be copy-pasted into the Gitter chat and hence both the user and others helping in the Gitter chat can jump directly to solving the problem instead of the support volley to figure out the setup. Example output: ELISP> (spacemacs/system-info) "OS: darwin Emacs: 24.5.1 Spacemacs: 0.103.0 Spacemacs branch: develop Layers: ((auto-completion :variables auto-completion-enable-help-tooltip t) better-defaults emacs-lisp git markdown org (shell :variables shell-default-height 30 shell-default-position (quote bottom)) syntax-checking version-control c-c++ clojure dash github html osx python semantic sql)" References: From #2033 (comment) : > Also what is your emacs version and OS ? From #2042 (comment) : > What's your Emacs version ? I presume it comes from the semantic layer, can you test without the semantic layer ?
- Loading branch information
We'll have to update this to
SPC h d s
? :)