diff --git a/CHANGELOG.org b/CHANGELOG.org index abf22085a..ae8a45ee3 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -684,7 +684,7 @@ - Throw an error instead of a warning if emacs version is too old (thanks to deb0ch) - Refactor =rotate-windows= (thanks to bmag) -- Don’t toggle maximized window at startup if already maximized +- Don't toggle maximized window at startup if already maximized (thanks to TheBB) - Set default value of =dotspacemacs-enable-paste-transient-state= to nil to reflect its value in the doftile template (tanks to toupeira) @@ -771,7 +771,7 @@ **** Elixir - Add support for =credo= (denin) -- Prevent from inserting too many “end”s in Elixir (thanks to michalmuskala) +- Prevent from inserting too many "end"s in Elixir (thanks to michalmuskala) **** Emacs Lisp - Fix cursor position for =eval-last-sexp=. @@ -913,11 +913,11 @@ ** 0.200.7 (2017/01/02) *** Fixes -- More robust fix for error helm :config: ‘fuzzy-match’ not supported in async sources +- More robust fix for error helm :config: 'fuzzy-match' not supported in async sources ** 0.200.6 (2017/01/01) *** Fixes -- Fix error helm :config: ‘fuzzy-match’ not supported in async sources +- Fix error helm :config: 'fuzzy-match' not supported in async sources ** 0.200.5 (2016/11/03) *** Fixes @@ -1026,7 +1026,7 @@ =org-enable-bootstrap-support= to =t= (thanks to kalhauge) **** Nim -- Add support =nimsuggest= for better completion using Nim’s IDE tool +- Add support =nimsuggest= for better completion using Nim's IDE tool (thanks to tuhdo) - Add support for =eldoc= via =nimsuggest= (thanks to tuhdo) - New key bindings for code navigation: @@ -1046,7 +1046,7 @@ - Use =semantic= for =imenu= only when =semantic-mode= is enabled (thanks to bmag) - Improve =spacemacs/python-execute-file= on ~SPC m c c~ to pre-fill - “python ” as the compile command when using the universal prefix + "python " as the compile command when using the universal prefix argument ~SPC u SPC m c c~ (thanks to bmag) **** Ruby @@ -1145,7 +1145,7 @@ list, see the =vim-empty-lines= layer for example. - Key binding ~SPC :~ acting as =M-x= as been replaced by ~SPC SPC~. If you want to revert to the old ~SPC :~ key binding set the new - variable =dotspacemacs-emacs-command-key= to “:”. + variable =dotspacemacs-emacs-command-key= to ":". - Key binding ~SPC f e h~ is now ~SPC h SPC~ - Key bindings to delete things are now more consistent and use the ~d~ key. We moved ~SPC w c~ and ~SPC w C~ to ~SPC w d~ and ~SPC w D~. @@ -1203,7 +1203,7 @@ micro states (thanks to justbur) - New =jump to definition= abstraction to handle multiple jump backends like tags, dumb-jump etc... (thanks to TheBB) -- Global access to all available REPLs with ~SPC a '~ and `SPC m ’~ (thanks to +- Global access to all available REPLs with ~SPC a '~ and `SPC m '~ (thanks to AlejandroCatalina and TheBB) - New debugging tools: - press ~SPC q d~ to restart Emacs in debug mode with command line parameter @@ -1300,7 +1300,7 @@ Possible values are =used-only=, =used-but-keep-unused= and =all=. - =used-only= installs only explicitly used packages and uninstall any unused packages as well as their unused dependencies. - - =used-but-keep-unused= installs only the used packages but won’t uninstall + - =used-but-keep-unused= installs only the used packages but won't uninstall them if they become unused. - =all= installs *all* packages supported by Spacemacs and never uninstall them. @@ -1526,7 +1526,7 @@ - Disable tilde fringe in shell/comint modes (thanks to russell) - Disable tilde fringe in =messages= and =which-key= buffers (thanks to sooheon) - Disable smartparens highlighting (thanks to TheBB) -- Diminish =visual-mode= to “ Ⓛ” or “ L” to match key binding +- Diminish =visual-mode= to " Ⓛ" or " L" to match key binding (thanks to xiaohanyu) - Diminish =evil-mc= when there is no cursor. - Move =org= base configuration from the =org= layer to the =spacemacs= @@ -1585,7 +1585,7 @@ (thanks to ralesi) **** Better defaults -- Add “smart move end of line” behaviour and add two layer variables +- Add "smart move end of line" behaviour and add two layer variables allow for tweaking C-a and C-e behaviours: - =better-defaults-move-to-beginning-of-code-first= - =better-defaults-move-to-end-of-code-first= @@ -1808,7 +1808,7 @@ - Enable =emmet-mode= in sass and scss modes (thanks to utkarshkukreti) - Make =pug= files use =jade-mode= since Jade is now called Pug (thanks to robbyoconnor) -- Fix =emmet= expansion if =yasnippet= isn’t turned on (thanks to TheBB) +- Fix =emmet= expansion if =yasnippet= isn't turned on (thanks to TheBB) **** Idris - New key binding ~SPC m l~ for extracting lemma (thanks to bixuanzju) @@ -1831,7 +1831,7 @@ **** Jabber - Add support for evilified key bindings (thanks to mssun) -- Don’t overwrite mini-buffer when active (thanks to toshism) +- Don't overwrite mini-buffer when active (thanks to toshism) **** Java - Add support for =eclimd= with new key bindings: @@ -1862,7 +1862,7 @@ - New layer variable =markdown-live-preview-engine=, Possibe values are =eww= (built-in browser) or =vmd= (installed with =npm=) - Add package =vmd-mode= (thanks to bixuanzju) -- New key binding ~SPC m c P~ to live preview in Emacs’s built-in browser +- New key binding ~SPC m c P~ to live preview in Emacs's built-in browser (thanks to lunaryorn) **** mu4e @@ -1876,7 +1876,7 @@ (thanks to myrjola) - Enable =org-mu4e= (thanks to choppsv1) - Use =helm--completing-read-default= (thanks to jeizsm) -- Improve set account by “to” field (thanks to sorpaas) +- Improve set account by "to" field (thanks to sorpaas) **** OCaml - New key binding ~SPC m = ~ to indent buffer with =ocp-indent= (thanks to NJBS) @@ -2001,13 +2001,13 @@ - Enable lazy loading of =py-yapf=. - Only disable =semantic-idle-summary= if =anaconda-mode= is used (thanks to cpaulik) -- Set =comment-inline-offset= to 2 for =python-mode= Since python’s PEP8 +- Set =comment-inline-offset= to 2 for =python-mode= Since python's PEP8 recommends two spaces for inline spaces (thanks to xiaohanyu) - Set breakpoints correctly when =pyenv= is used (thanks to cpaulik) **** React - Add support for =smartparens= (thanks to axyz) -- Add “^import React” to =magic-mode-alist= (thanks to axyz) +- Add "^import React" to =magic-mode-alist= (thanks to axyz) - Add =javascript-standard= as a =flycheck= checker (thanks to shahinism) - Use node_modules version of eslint or global if not available (thanks axyz) @@ -2107,7 +2107,7 @@ - New key binding ~SPC e L~ to open the errors buffer and switch to it. - Improve =flycheck= loading process (thanks to TheBB) - Enable lazy loading of =flycheck=. -- Don’t switch to =error-list= window if already on it (thanks to bmag) +- Don't switch to =error-list= window if already on it (thanks to bmag) - Fix bug where errors are not filtered correctly when setting =flycheck-navigation-minimum-level= (thanks to maxigit) @@ -2123,7 +2123,7 @@ (thanks to JAremko) - Add typescript format and make tide formatter the default (thanks to JAremko) - Add support for =evil-shift-width= (thanks to TheBB) -- Allow =tsfmt= to use the local project’s configuration (thanks to overminder) +- Allow =tsfmt= to use the local project's configuration (thanks to overminder) - Swap ~C-j~ and ~C-k~ in tide reference mode (thanks to zilongshanren) **** Version-control @@ -2190,8 +2190,8 @@ - New keywords for =spacemacs|add-toggle= macro: - =:prefix= a symbol that is bound to the raw prefix argument (as in =(interactive "P")= forms). - - =:on-message= an expression overriding the default “on” toggle - message (useful to document a toggle’s argument) + - =:on-message= an expression overriding the default "on" toggle + message (useful to document a toggle's argument) - =:mode= a minor mode, when provided, =:on=, =:off= and =:status= are automatically defined to support the minor mode. @@ -2433,7 +2433,7 @@ - Add support for =rust= code blocks (thanks to panicbit) **** Org -- Fix custom Spacemacs layout when =org-agenda-files= isn’t a list. +- Fix custom Spacemacs layout when =org-agenda-files= isn't a list. The org-agenda-files variable can be the name of a directory or a file. (thanks to jmiven) @@ -2477,8 +2477,8 @@ Improve loading robustness: - Fix display of recent bookmarks without filename (thanks to lislon) - Fix =toggle-maximize-buffer= (thanks to justbur) - Remove files from rollback slot list (thanks to microamp) -- Don’t catch errors while loading if =--debug-init= is provided. -- Don’t change scratch major mode if buffer exists (thanks to TheBB) +- Don't catch errors while loading if =--debug-init= is provided. +- Don't change scratch major mode if buffer exists (thanks to TheBB) - Restore windows layout when quitting =ediff= (thanks to fbergroth) - Ensure that =pcache-directory= ends in a slash (thanks to rpglover64) - Ensure new Spacemacs layouts only shows home buffer (thanks to bmag) @@ -2503,7 +2503,7 @@ Improve loading robustness: - Better choice of =company= front-ends (thanks to fbergroth) **** C-C++ -- Get =clang= args even if =flycheck= isn’t installed (thanks to TheBB) +- Get =clang= args even if =flycheck= isn't installed (thanks to TheBB) **** Clojure - Fix renamed =cider-test-run-tests= function (thanks to AlejandroCatalina) @@ -2575,7 +2575,7 @@ Improve loading robustness: ** 0.105.9 (2016/01/17) *** Improvements - Fix error on Microsoft Windows 10 OS regarding missing =printf= command - (don’t call =exec-path-from-shell= function on Microsoft Windows) + (don't call =exec-path-from-shell= function on Microsoft Windows) (thanks to syohex) - New key bindings ~C-e~ and ~C-y~ in evilified buffers to scroll lines (thanks to CestDiego) @@ -2671,7 +2671,7 @@ Improve loading robustness: **** Auto-completion - Add =~/.spacemacs.d/snippets= directory to the snippet sources of yasnippet. -- Don’t enter =evil-insert-state= after =aya-expand= when =holy-mode= if active +- Don't enter =evil-insert-state= after =aya-expand= when =holy-mode= if active (thanks to abaw) ** 0.105.4 (2016/01/07) @@ -3080,8 +3080,8 @@ Improve loading robustness: (thanks to sectorzero) - New key bindings for testing: - ~SPC m t P~ to run =go test= for the current package and all packages under it | - - ~SPC m t t~ to run =go test= for the function you’re currently in - and ~SPC m t s~ to run =go test= for the suite you’re currently in + - ~SPC m t t~ to run =go test= for the function you're currently in + and ~SPC m t s~ to run =go test= for the suite you're currently in (thanks to bogdanteleaga) - Import =GO15VENDOREXPERIMENT= from environment variables @@ -3277,7 +3277,7 @@ Improve loading robustness: - New layer variable =scala-auto-insert-asterisk-in-comments= to automatically insert asterisk in multi-line comments (thanks to lunaryorn) - New key binding ~SPC m b b~ for =sbt-command= (thanks to lunaryorn) -- Enable Ensime’s =expand-region= integration (thanks to lunaryorn) +- Enable Ensime's =expand-region= integration (thanks to lunaryorn) - Only disable =flycheck= Scala syntax checker in Ensime (thanks to lunaryorn) - Fix test key bindings (thanks lunaryorn) - Fix automatic trigger of completion when hitting ~.~ (thanks to d1egoaz)) @@ -3328,7 +3328,7 @@ Improve loading robustness: - New key bindings ~SPC e s~ and ~SPC e S~ to select =flycheck= checker executable (thanks to nashamri) - Fix escaping in buffer name regexp (thanks to lunaryorn) -- Remove flycheck fringe’s bullet underlines (thanks to StreakyCobra) +- Remove flycheck fringe's bullet underlines (thanks to StreakyCobra) **** Themes-megapack - Add =jbeans= theme (thanks to synic) @@ -3460,7 +3460,7 @@ Improve loading robustness: *** Layers changes **** Eyebrowse -- Eyebrowse doesn’t have a lighter anymore (thanks to myrjola) +- Eyebrowse doesn't have a lighter anymore (thanks to myrjola) **** Haskell - Replace obsolete function =haskell-process-load-or-reload= (thanks to @@ -3554,7 +3554,7 @@ Improve loading robustness: is the same as ~RET~. =describe-key= command is also available on ~C-S-h~. - ~Y~ has been remapped to ~y$~ - The =bookmark= saved file has been moved to the =.cache= directory, if - you have a bookmark file =~/.emacs.d/bookmarks= then you’ll have to move it + you have a bookmark file =~/.emacs.d/bookmarks= then you'll have to move it to =~/.emacs.d/.cache/bookmarks= - =Ruby on Rails= framework has now its own layer called =ruby-on-rails=, be sure to add this layer to your dotfile if you use RoR. @@ -3693,7 +3693,7 @@ Improve loading robustness: travisbhartwell) - Fix windows micro-state by using the minibuffer (thanks to person808) - Fix broken alignment functions on ~SPC x a~ (thanks to justbur) -- Don’t jump if only one match in =helm-imenu= (thanks to tuhdo) +- Don't jump if only one match in =helm-imenu= (thanks to tuhdo) - Remove =wS= from prefix list in =config.el= (thanks to justbur) - Properly close frame when running a client from terminal (thanks to drewkett) - Add chocolate color for the =replace= state (thanks to TheBB) @@ -3723,7 +3723,7 @@ Improve loading robustness: - Fix search direction consistency for =auto-highlight-symbol= micro-state (thanks to herbertjones) - Add VCS integration to =neotree= -- Focus current file when opening Neotree in project’s root with ~SPC p t~ +- Focus current file when opening Neotree in project's root with ~SPC p t~ (thanks to StreakyCobra) - Set =sp-show-pair-delay= to 0.2 instead of 0. Should fix some slowness in - Set =highlight-parentheses= delay to 0.2 @@ -3738,7 +3738,7 @@ Improve loading robustness: - Correctly enable =powerline= only if it is used (thanks to sooheon) - Make =golden-ratio= work after avy-word-jump (thanks to synic) - Exclude =helm= windows from =golden-ratio= (thanks to ralesi) -- Don’t automatically select *compilation* buffer (thanks to jasminpatry) +- Don't automatically select *compilation* buffer (thanks to jasminpatry) - Define explicit functions to inverse comments for =evil-nerd-commenter= (thanks to endrebak) - Use TheBB fork of =evil-indent-textobject= which has working text objects @@ -3767,7 +3767,7 @@ Improve loading robustness: - Fix error with =company-mode/more-than-prefix-guesser= (thanks to TheBB) **** Chinese -- Remove “symbol” from list of changed charsets, this prevents minor mode +- Remove "symbol" from list of changed charsets, this prevents minor mode lighters from being displayed in the Chinese font (thanks to louy2) **** Clojure @@ -3803,7 +3803,7 @@ Improve loading robustness: - Fix key bindings conflict in =cider-debug-mode= (thanks to luxbock) - Rename old function =clfr-rename-file-or-dir= to new function =cljr-rename-file= (thanks to luxbock) -- Remove ~SPC m d b~ =cider-debug-defun-at-point= in REPL (It doesn’t do +- Remove ~SPC m d b~ =cider-debug-defun-at-point= in REPL (It doesn't do anything other than messing up the buffer) (thanks to luxbock) - Gives faster access to display the last error buffer with ~SPC m d e~ (thanks to luxbock) @@ -4183,13 +4183,13 @@ Improve loading robustness: - Add support for Magit 2.1! - Helm now uses its header to display the input pattern. - Use Flycheck default configuration to check the current buffer in - “real time” (yes this is a hot new features :-)) + "real time" (yes this is a hot new features :-)) - New interactive function =spacemacs/switch-to-version=, it will ask for a version number and warn if the current branch is not =master=. Users on =develop= branch cannot use this function (it has no effect). - Clicking on the up arrow in the mode-line will now update Spacemacs. A prompt asks for confirmation before updating. -- New “tool assisted” search and replace interface supporting =ag=, =pt=, +- New "tool assisted" search and replace interface supporting =ag=, =pt=, and =ack= with a new key binding scheme. Check the documentation for =searching with an external tool=. @@ -4350,7 +4350,7 @@ Improve loading robustness: - Add support for a bunch of languages for code blocks (thanks to dexafree) **** Ocaml -- Don’t auto-close backticks (thanks to edwintorok) +- Don't auto-close backticks (thanks to edwintorok) **** Org - Fontify code blocks (thanks to tuhdo) @@ -4568,8 +4568,8 @@ Improve loading robustness: - Remove ~SPC b 0~ and ~SPC b $~ redundant key bindings (thanks to tuhdo) - Remove all themes from the layer (since now themes are not automatically uninstalled). -- Don’t use the minibuffer for =scroll= micro-state -- Don’t close compilation buffer after success (thanks to TheBB) +- Don't use the minibuffer for =scroll= micro-state +- Don't close compilation buffer after success (thanks to TheBB) - Make =trailing-whitespace= face more subtle (thanks to tuhdo) - Beautify whitespace highlighting (thanks to tuhdo) - Make inactive window face of mode-line compatible with more themes @@ -4803,7 +4803,7 @@ Improve loading robustness: - Enable =company= in Python REPL for code completion (thanks to tuhdo) - Fix wrong extra parenthesis when inserting a breakpoint (thanks to CestDiego) -- Don’t enable Vim key bindings in REPL if =holy-mode= is active (thanks to +- Don't enable Vim key bindings in REPL if =holy-mode= is active (thanks to tuhdo) - Fix Python and Semantic integration when no =python= executable can be found on the system (thanks to tuhdo) @@ -4827,7 +4827,7 @@ Improve loading robustness: - Add ~SPC m d A~ to attach to remote debugger (thanks to siegelzero) **** Semantic -- Create directory for =semanticdb= if it doesn’t exist (thanks to CestDiego) +- Create directory for =semanticdb= if it doesn't exist (thanks to CestDiego) **** Shell - Use =shell-pop= to toggle shell/eshell and terminals (thanks to tuhdo) @@ -4883,7 +4883,7 @@ Improve loading robustness: link faces, better key bindings (thanks to tuhdo) - =dotspacemacs/location= now respect =dotspacemacs-filepath= value (thanks to coldnew) -- Avoid conflict with hydra’s =lv.el= (thanks to edwintorok) +- Avoid conflict with hydra's =lv.el= (thanks to edwintorok) - Update layer templates to use =setq= instead of =defvar= (thanks to person808) @@ -4891,7 +4891,7 @@ Improve loading robustness: - Replace =defvar= with =setq= for variable definition =-packages=, =-pre-extensions= and =-pre-extensions=. - Themes in =dotspacemacs-themes= are not considered orphans anymore -- Fix “Unable to check for new version.” if =.emacs.d= is a symlink +- Fix "Unable to check for new version." if =.emacs.d= is a symlink (thanks to louy2) - Fix non unicode number spacing in mode-line - Typos (thanks to Andrea, atamis, CarlQLange, charl, ctjhoa, Devagamster, @@ -4921,18 +4921,18 @@ Spacemacs now officially support auto-completion. The old layer =company-mode= has been removed and =auto-complete= has been removed from the spacemacs layer. They are now part of a new layer called =auto-completion=. -You’ll have to this add layer to your dotfile to enable auto-completion. +You'll have to this add layer to your dotfile to enable auto-completion. *** Syntax checking Flycheck has been removed from the Spacemacs layer and moved to a new layer called =syntax-checking=. -You’ll have to add this layer to your dotfile to enable the fly syntax +You'll have to add this layer to your dotfile to enable the fly syntax checking. *** Org Org packages have been removed from Spacemacs layer and moved to a new =org= layer. -You’ll have to add this layer to your dotfile to enable the Org +You'll have to add this layer to your dotfile to enable the Org configuration of Spacemacs. *** New shortcuts in startup buffer @@ -5101,7 +5101,7 @@ a batch of packages. - Allow to create a common lisp scratch buffer with slime-scratch (thanks to tuhdo) - Enable fuzzy completion with score (thanks to tuhdo) -- Don’t enable SLIME in Emacs Lisp (thanks to tuhdo) +- Don't enable SLIME in Emacs Lisp (thanks to tuhdo) *** Smartparens - Enable smartparens in eval-expression (thanks to tuhdo) @@ -5168,14 +5168,14 @@ a batch of packages. - Fix double loading of =extensions.el= files - Fix question for preferred coding systems on Microsoft Windows - Properly enable saveplace (thanks to tuhdo) -- Don’t bind ~C-d~ in =ido-completion-map= to =ido-delete-file-at-head= +- Don't bind ~C-d~ in =ido-completion-map= to =ido-delete-file-at-head= (thanks to segv) -- Don’t refer to ~/.emacs.d/ directly at various places +- Don't refer to ~/.emacs.d/ directly at various places (thanks to jcpetkovich) -- Don’t want paste-micro-state to pop up when pasting in ex command +- Don't want paste-micro-state to pop up when pasting in ex command prompt (thanks to ralesi) -- Don’t cycle when press TAB in eshell (thanks to tuhdo) -- Don’t insert extra quote in dotspacemacs-mode (thanks to tuhdo) +- Don't cycle when press TAB in eshell (thanks to tuhdo) +- Don't insert extra quote in dotspacemacs-mode (thanks to tuhdo) - Adapt some micro-states to the micro-state macro (thanks to ralesi) - Improve smooth scrolling configuration (reduce some point jump) (thanks to tuhdo) @@ -5187,10 +5187,10 @@ a batch of packages. ** Hot Fixes *** Startup Buffer -- Don’t display the release notes in the startup buffer when Emacs is restarted +- Don't display the release notes in the startup buffer when Emacs is restarted after a fresh install - Startup buffer: fix widget activation in =holy-mode= (thanks to tuhdo) -- Startup buffer: Don’t fontify the startup buffer when =rainbow-identifiers= +- Startup buffer: Don't fontify the startup buffer when =rainbow-identifiers= *** Auto-completion - Fix error when toggling auto-completion in some buffers diff --git a/COMMUNITY.org b/COMMUNITY.org index 124957353..c5b563087 100644 --- a/COMMUNITY.org +++ b/COMMUNITY.org @@ -45,7 +45,7 @@ We want the community to be judged based on its moderation actions instead of telling people how to behave. The golden rules of the community are to have good intentions and stay focused on the project, for anything else that requires moderation any future user or contributor can refer to this section to know -about our past moderation actions. So readers won’t find any example or +about our past moderation actions. So readers won't find any example or definition of what collaborators judge offending or outrageous, instead they will find at the end of this section a log of all major moderation actions taken by the collaborators since the beginning of the project which started officially @@ -89,7 +89,7 @@ These guidelines apply to all collaborators of the project, namely @syl20bnr, EDIT: [@moderator] action (reason: xxx) #+END_EXAMPLE -- The reason is added only when needed (for instance we won’t add a reason for +- The reason is added only when needed (for instance we won't add a reason for formatting edits) ** Interpretation @@ -121,4 +121,4 @@ moderation actions have been taken: | Date | Moderator | Action | Issue | Reason | |------------+-----------+--------+-------+-----------------------------------------------------------------| | 2016/01/27 | syl20bnr | lock | #3484 | comments judged to be offending towards the Spacemacs community | -| 2016/01/27 | syl20bnr | unlock | #3484 | let’s make it happen, i.e. this document | +| 2016/01/27 | syl20bnr | unlock | #3484 | let's make it happen, i.e. this document | diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index 3143483b6..e301a70ba 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -41,7 +41,7 @@ Thanks! :heart: :heart: :heart: If you want to ask an usage question, be sure to look first into some places as it may hold the answer: - [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/FAQ.org][The FAQ]]. Some of the most frequently asked questions are answered there. -- [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org][The documentation]]. It’s the general documentation of Spacemacs. +- [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org][The documentation]]. It's the general documentation of Spacemacs. - You may also read the =README.org= of the [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/LAYERS.org][relevant layer(s)]]. If your question is not answered there, then please come into our [[https://gitter.im/syl20bnr/spacemacs][gitter chat]] to @@ -99,7 +99,7 @@ Submit your contribution against the =develop= branch. You should not use your =master= branch to modify Spacemacs, this branch is considered to be read-only. -You may want to [[https://github.com/syl20bnr/spacemacs/wiki/Beginner%27s-Guide-to-Contributing-a-Pull-Request-to-Spacemacs][read our beginner’s guide for Pull Requests]]. +You may want to [[https://github.com/syl20bnr/spacemacs/wiki/Beginner%27s-Guide-to-Contributing-a-Pull-Request-to-Spacemacs][read our beginner's guide for Pull Requests]]. /PR = Pull Request/ @@ -122,9 +122,9 @@ Those PRs are usually /cherry-picked/. Those PRs are /merged/ and explicitly /not fast-forwarded/. *** Commit messages -Write commit messages according to adapted [[http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html][Tim Pope’s guidelines]]: -- Use present tense and write in the imperative: “Fix bug”, not “fixed bug” or - “fixes bug”. +Write commit messages according to adapted [[http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html][Tim Pope's guidelines]]: +- Use present tense and write in the imperative: "Fix bug", not "fixed bug" or + "fixes bug". - Start with a capitalized, short (72 characters or less) summary, followed by a blank line. - If necessary, add one or more paragraphs with details, wrapped at 72 @@ -192,7 +192,7 @@ The file header for =elisp= files should look like the following template: #+END_EXAMPLE You should replace =FILENAME= by the name of the file (e.g. =packages.el=) -and =NAME= by the name of the layer you are creating, don’t forget to replace +and =NAME= by the name of the layer you are creating, don't forget to replace =YOUR_NAME= and =YOUR_EMAIL= also. Some files already have a template inside =core/templates/=, so look in there first. Note that if you use =configuration-layer/create-layer=, spacemacs will prepare @@ -214,8 +214,8 @@ Every README.org file of a layer should contain =#+TAGS:= line: ... #+END_EXAMPLE -Individual tags are separated with “|” char. -Example above contains 2 tags: “layer” and “web service” +Individual tags are separated with "|" char. +Example above contains 2 tags: "layer" and "web service" Tags are listed in =/.ci/spacedoc-cfg.edn= #+BEGIN_SRC clojure @@ -230,8 +230,8 @@ Tags are listed in =/.ci/spacedoc-cfg.edn= Labels are used to name headlines in =LAYERS.org= file and =:spacetools.spacedoc.config/layers-org-query= defines its structure by chaining tags into a tree where every leaf turns into a list of -descriptions pulled out of README.org files that match leaf’s path in the tree. -“layer” is implicit root tag of the tree and every description can be displayed +descriptions pulled out of README.org files that match leaf's path in the tree. +"layer" is implicit root tag of the tree and every description can be displayed only once. *** Contributor to an existing layer @@ -244,15 +244,15 @@ Key bindings are an important part of spacemacs. First if you want to have some personal key bindings, you can freely bind them inside the ~SPC o~ and ~SPC m o~ prefixes which are reserved for the user. This can be done from the =dotspacemacs/user-config= function of your =.spacemacs= -file and don’t require any contribution to Spacemacs. +file and don't require any contribution to Spacemacs. If you think it worth contributing a new key bindings then be sure to read the [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.org][CONVENTIONS.org]] file to find the best key bindings, then create a PR with your changes. *ALWAYS* document your new key bindings or key bindings changes inside the -relevant documentation file. It should be the layer’s =README.org= file for -layer’s key bindings, or =DOCUMENTATION.org= for general Spacemacs key +relevant documentation file. It should be the layer's =README.org= file for +layer's key bindings, or =DOCUMENTATION.org= for general Spacemacs key bindings. ** Contributing a banner diff --git a/EXPERIMENTAL.org b/EXPERIMENTAL.org index ac77fb23f..74656d5bf 100644 --- a/EXPERIMENTAL.org +++ b/EXPERIMENTAL.org @@ -158,7 +158,7 @@ In the mingw shell run: #+END_SRC *** Update your dotfile -In the function =dotspacemacs/init= add the following variables if you don’t +In the function =dotspacemacs/init= add the following variables if you don't have them already and initialize them: #+BEGIN_SRC emacs-lisp @@ -191,9 +191,9 @@ have them already and initialize them: A new user dotfile function has been added which is called before doing the dump. The function name is =dotspacemacs/user-load=. You can require additional -libraries before the dump so they won’t need to be lazy loaded. +libraries before the dump so they won't need to be lazy loaded. -Add this to your dotfile if you don’t have it already. +Add this to your dotfile if you don't have it already. #+BEGIN_SRC emacs-lisp (defun dotspacemacs/user-load () diff --git a/doc/BEGINNERS_TUTORIAL.org b/doc/BEGINNERS_TUTORIAL.org index f50d55343..e4e6369e8 100644 --- a/doc/BEGINNERS_TUTORIAL.org +++ b/doc/BEGINNERS_TUTORIAL.org @@ -43,7 +43,7 @@ modifier keys are: ~SPC~ = ~Space~, used as the leader key in Vim editing style. ~RET~ = ~Return~ (also known as ~Enter~) ~C-~ = ~Ctrl~ -~M-~ (for “meta”) = ~Alt~ +~M-~ (for "meta") = ~Alt~ ~S-~ = ~Shift~ The modifier keys can be used either in a sequence or as key chords by pressing @@ -51,11 +51,11 @@ two keys at the same time. ~SPC 1~ is notation for a key sequence and means pressing ~Space~ first and pressing ~1~ after it. Key chords are notated by writing a ~-~ between the keys. Thus ~C-c~ means pressing ~Ctrl~ and the letter ~c~ simultaneously. Key chords and sequences can also be combined: ~C-c a~ means -“First press ~Ctrl~ and ~c~ simultaneously, then press ~a~”. ~C-c C-a~ means -“First press ~Ctrl~ and ~c~ simultaneously, then press ~Ctrl~ and ~a~ -simultaneously”. +"First press ~Ctrl~ and ~c~ simultaneously, then press ~a~”. ~C-c C-a~ means +"First press ~Ctrl~ and ~c~ simultaneously, then press ~Ctrl~ and ~a~ +simultaneously". -This document assumes you chose the “Vim” editing style and notates accordingly. +This document assumes you chose the "Vim" editing style and notates accordingly. If you chose the Emacs editing style, just substitute ~SPC~ with ~M-m~ in all the commands that begin with ~SPC~. @@ -89,7 +89,7 @@ first, in practice it can be learned quickly and once learned is unparallelled in speed and ergonomy. Our earlier example of deleting a certain line of text (a very common edit task) can be achieved in Spacemacs by simply navigating to the line in question with the keys ~j~ and ~k~ (navigation keys) and pressing ~d~ -(for “delete”) two times! +(for "delete") two times! You might have noticed that this was achieved entirely without moving your fingers from your home row (the row where your fingers lie in rest when @@ -103,7 +103,7 @@ modal editing. ** Using the spacebar to launch commands Now that you are familiar with writing and editing text it is time to put the -“Space” into Spacemacs. Because the spacebar is the most accessible key on the +"Space" into Spacemacs. Because the spacebar is the most accessible key on the keyboard and is pressed by the strongest fingers (the thumbs), it is a natural choice for launching commands. You can think of it as the start menu of Spacemacs. @@ -112,36 +112,36 @@ A short instant after the spacebar is pressed a menu pops up. This interactive menu shows you what submenus and commands can be accessed by subsequent keypresses. Browsing around this menu is a great way of finding new features in Spacemacs, so keep on eye on the different options! ~ESC~ usually breaks the -combination you don’t want to use. +combination you don't want to use. ** Buffers, windows and frames -Because Emacs (the extension of which Spacemacs is) was developed in the ’80s +Because Emacs (the extension of which Spacemacs is) was developed in the '80s before the advent of modern graphical user interfaces, Emacs has -a different name of what we normally call “windows”: in Emacs these are -called “frames”. A frame is what pops up when you launch Spacemacs from your +a different name of what we normally call "windows": in Emacs these are +called "frames". A frame is what pops up when you launch Spacemacs from your desktop shortcut. A frame contains windows and buffers. Windows are the visual spaces a frame is divided into. The default is one, but windows can be split to allow editing multiple files in one frame. -Let’s try this. Press ~SPC~ to bring up the menu. You can see different letters +Let's try this. Press ~SPC~ to bring up the menu. You can see different letters having different submenus associated with them, usually with a mnemonic for -easier recall. The letter w is assigned for “windows”: press it. A new menu +easier recall. The letter w is assigned for "windows": press it. A new menu opens with further options. Write the character / to split the currently active window vertically into two. Now you should see two windows of this tutorial, and the one on the left should be active, as can be seen from the modeline in the bottom or by moving the -cursor around using the navigation keys. This isn’t very useful, as we +cursor around using the navigation keys. This isn't very useful, as we would probably want to see a different file on the right. First, activate the window on the right with ~SPC 2~. Now that the window on the -right is active, we can open a different buffer for a different file. We’ll use +right is active, we can open a different buffer for a different file. We'll use the scratch buffer, which can be used like a notepad. Be warned, unlike other -buffers it doesn’t prompt you whether you want to save the changes you’ve made +buffers it doesn't prompt you whether you want to save the changes you've made when quitting the program! Press ~SPC b~ to open the buffers menu and then switch to the scratch buffer by pressing s. Now you have two different buffers in two different windows open, great! You can write something on the scratch -buffer, and when you’re done, make sure that the scratch window is active and +buffer, and when you're done, make sure that the scratch window is active and close it by pressing ~SPC w d~. Now the tutorial window fills the whole frame. But you only closed the window, @@ -168,13 +168,13 @@ By default Spacemacs uses a dotfile called =~/.spacemacs= to control which layer to load. Within this file you can also configure certain features. First, split the window vertically to view both this tutorial and the dotfile simultaneously (~SPC w /~). Open the dotfile by pressing ~SPC f e d~. Navigate to the line -starting with “dotspacemacs-configuration-layers”. The following lines have +starting with "dotspacemacs-configuration-layers". The following lines have further instructions: uncomment =org= and =git= layers if you want to be familiarized with them. More [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/LAYERS.org][layers]] for different languages and tools can be found by pressing ~SPC h SPC~. The added layers will be installed upon restart of Spacemacs. -Some layers require third-party tools that you’ll have to install via your +Some layers require third-party tools that you'll have to install via your favorite package manager. The layer readme will tell if this is the case. ** Changing the colour theme @@ -187,15 +187,15 @@ Editing the =dotspacemacs-maximized-at-startup= variable from =nil= to =t= will Spacemacs maximized. ** Quitting -Save the changes you’ve made to the dotfile with ~SPC f s~ and then quit emacs +Save the changes you've made to the dotfile with ~SPC f s~ and then quit emacs by ~SPC q q~. You can return to this tutorial by clicking it on the home screen! * Additional features, tips and troubleshooting ** Org mode Org mode is one of the best features of Spacemacs and enough reason to warrant -its use. Org mode’s official description tells that it is “for keeping notes, +its use. Org mode's official description tells that it is "for keeping notes, maintaining todo lists, planning projects, and authoring documents with a fast -and effective plain-text system”, but this gives only a small inkling of its +and effective plain-text system", but this gives only a small inkling of its versatility. If you do any kind of writing at all, chances are that Org mode will make it easier and more fun. This tutorial was written in Org mode. @@ -215,7 +215,7 @@ tutorials is also very helpful in finding out the most useful features of it! ** Version control - the intelligent way Version control means keeping track of the changes and edits you have made to your document. Often version control is done by saving different versions of the -document with different names, such as “document version 13” and so on. This is +document with different names, such as "document version 13" and so on. This is crude in many ways: if you want to, for example, re-add something you deleted, you have to manually open several past versions of the document to find the one with the deleted part, and then copy-paste it to the most recent file. More @@ -227,12 +227,12 @@ posts as well. Install the git layer, restart Spacemacs and open a file you want to version control. You can check the status of your file by pressing ~SPC g s~. Select the folder your file is in. You will be prompted whether you want to create a -repository in the folder. Select yes. You will see a list of “Untracked files”: -navigate to the file you want to track and press s to “stage changes”. You might +repository in the folder. Select yes. You will see a list of "Untracked files": +navigate to the file you want to track and press s to "stage changes". You might be prompted to save the file: save it if necessary. Now the new file needs to be committed: press c and c again. Two windows pop up: one showing the changes -you’ve made since the last edit (in this case, the whole document) and another -prompting for a commit message. Write “Initial commit”, press ESC to exit back +you've made since the last edit (in this case, the whole document) and another +prompting for a commit message. Write "Initial commit", press ESC to exit back to normal mode and press ~, c~ confirm and quit the commit message. To abort, press ~, a~. @@ -256,7 +256,7 @@ comprehensive Spacemacs documentation, including this tutorial and the layer documents. The [[https://gitter.im/syl20bnr/spacemacs][Gitter chat]] can be used to ask questions if the answer cannot be found in -the documentation. For a detailed review of Spacemacs’s features one can also +the documentation. For a detailed review of Spacemacs's features one can also watch the [[https://www.youtube.com/playlist?list=PLrJ2YN5y27KLhd3yNs2dR8_inqtEiEweE][Spacemacs ABC series]] by Eivind Fonn on Youtube. Some of the keybindings have changed since the videos were uploaded but seeing someone in action helps spot helpful tricks that would otherwise be missed. diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index d56747252..3a0002832 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -63,7 +63,7 @@ A package is initialized in a function with name =/init-xxx= where: =:config= keywords. - If there is only one line of code then try to keep =:init= or =:config= keywords on the same line. -- Don’t nest multiple =use-package= calls unless you have a very good reason +- Don't nest multiple =use-package= calls unless you have a very good reason to do it. * Key bindings conventions @@ -194,7 +194,7 @@ should be followed: | ~m s r~ | send region | | ~m s R~ | send region and switch to REPL | -Note: we don’t distinguish between the file and the buffer. +Note: we don't distinguish between the file and the buffer. *** In terminal History navigation in shells or REPLs buffers should be bound as well to @@ -217,7 +217,7 @@ The base prefix for major mode specific compilation is ~SPC m c~. | ~m c C~ | clean | | ~m c r~ | clean and compile | -Note: we don’t distinguish between the file and the buffer. We can +Note: we don't distinguish between the file and the buffer. We can implement an auto-save of the buffer before compiling the buffer. ** Debugging @@ -346,7 +346,7 @@ share common actions that we can unite under the same key bindings: | ~m t t~ | execute the current test (thing at point, function) | | ~m t T~ | execute the current test in debug (thing at point, function) | -Note: we don’t distinguish between the file and the buffer. We can +Note: we don't distinguish between the file and the buffer. We can implement an auto-save of the buffer before executing the tests of buffer. @@ -413,4 +413,4 @@ Spacemacs provides an example layer =README.org= file in - Note: Many layer =READMEs= do not follow this convention yet. Please fix them if you can. - To keep things readable only mention the prefix ~SPC~ when documenting - key bindings, you don’t need to mention ~M-m~. + key bindings, you don't need to mention ~M-m~. diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index d63147da8..fd907ddbd 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -217,9 +217,9 @@ - [[#thank-you][Thank you]] * Core Pillars -Four core pillars: Mnemonic, Discoverable, Consistent and “Crowd-Configured”. +Four core pillars: Mnemonic, Discoverable, Consistent and "Crowd-Configured". -If any of these core pillars are violated, open an issue and we’ll try our best +If any of these core pillars are violated, open an issue and we'll try our best to fix it. ** Mnemonic @@ -298,7 +298,7 @@ Click it to update Spacemacs. You must restart Emacs after updating. disabled---you have to update manually using git. *** Updating from the Spacemacs Buffer -Use the button labeled “Update Spacemacs” in the Spacemacs buffer. You will be +Use the button labeled "Update Spacemacs" in the Spacemacs buffer. You will be prompted for the version you would like to use. *Note*: If you use the =develop= branch of Spacemacs, you cannot use this method. @@ -368,7 +368,7 @@ Where: =Packages= can be: - =ELPA= packages installed from an =ELPA= compliant repository -- local packages in a layer’s =local= folder +- local packages in a layer's =local= folder - installed from an online source using [[https://github.com/quelpa/quelpa][quelpa]]. ** Configure packages @@ -384,7 +384,7 @@ Example: #+END_SRC All packages from all layers are processed in alphabetical order so sometimes -you’ll have to use some =with-eval-after-load= black magic to configure them +you'll have to use some =with-eval-after-load= black magic to configure them properly. For instance, if package =A= depends on =B= then you can configure =A= with: @@ -473,7 +473,7 @@ Adding this layer will install around 100 themes; to uninstall them remove the layer from the =dotspacemacs-configuration-layers= and press ~SPC f e R~. ** Managing private configuration layers -Spacemacs’s configuration system is flexible enough to let you manage your +Spacemacs's configuration system is flexible enough to let you manage your private layers in different ways. *** Using the private directory @@ -707,7 +707,7 @@ ignoring this package is the same as excluding it (because the package becomes orphan so it is considered unused by Spacemacs). *** Excluding packages -You can exclude packages you don’t want to install with the variable +You can exclude packages you don't want to install with the variable =dotspacemacs-excluded-packages= (see [[#configuration-layers][Configuration layers]] for more info on packages). @@ -942,7 +942,7 @@ for the toggle to turn on and off the =which-key= minor mode. #+END_SRC Major mode specific toggles can be turned on by registering a hook on them to -call the “toggle on” function automatically whenever a buffer using this major +call the "toggle on" function automatically whenever a buffer using this major mode is opened. It can be done convenienty using the function =spacemacs/toggle-NAME-on-register-hooks=. It also exists variants of this function for each supported major mode like @@ -1036,10 +1036,10 @@ will go to the function =dotspacemacs/user-env= instead of opening the file =dotspacemacs/user-env= so you can update your variables in place. ** Note about the function dotspacemacs/user-env -Its possible that you don’t have this function defined if you have an older +Its possible that you don't have this function defined if you have an older dotfile. It is recommended to update your dotfile by adding this function, see the file =~/.emacs.d/core/template/.spacemacs.template= to copy it. -If you don’t create such function then Spacemacs assumes you are using the +If you don't create such function then Spacemacs assumes you are using the default behavior described above. * Binding keys @@ -1084,7 +1084,7 @@ major mode is =emacs-lisp=. Finally, one should be aware of prefix keys. Essentially, all keymaps can be nested. Nested keymaps are used extensively in spacemacs, and in vanilla Emacs -for that matter. For example, ~SPC a~ points to key bindings for “applications”, +for that matter. For example, ~SPC a~ points to key bindings for "applications", like ~SPC a c~ for =calc-dispatch=. Nesting bindings is easy. #+BEGIN_SRC emacs-lisp @@ -1171,7 +1171,7 @@ You can see samples of all themes included in the =themes-megapack= layer in this [[http://themegallery.robdor.com][theme gallery]] from [[https://twitter.com/robmerrell][Rob Merrell]]. *** Notes -- You don’t need to explicitly list in a layer the theme packages you are +- You don't need to explicitly list in a layer the theme packages you are defining in =dotspacemacs-themes=, Spacemacs is smart enough to remove those packages from the list of orphans. - Due to the inner working of themes in Emacs, switching theme during the same @@ -1234,9 +1234,9 @@ property of a [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Low_00 - =:size= The font size- either a non-negative integer that specifies the pixel size, or a floating-point number that specifies the point size. - =:adstyle= Additional typographic style information for the font, such as - ’sans’. The value should be a string or a symbol. + 'sans'. The value should be a string or a symbol. - =:registry= The charset registry and encoding of the font, such as - ’iso8859-1’. The value should be a string or a symbol. + 'iso8859-1'. The value should be a string or a symbol. - =:script= The script that the font must support (a symbol). ** GUI Toggles @@ -1298,9 +1298,9 @@ Available properties: | =:size-limit-kb= | size limit in kilobytes after which line numbers are not activated | Note that if =:enabled-for-modes= is =nil= or not specified, then the default is -to enable line numbers in any =prog-mode= and =text-mode= that wasn’t explicitly +to enable line numbers in any =prog-mode= and =text-mode= that wasn't explicitly disabled via =:disabled-for-modes=. To enable line numbers in a major mode that -doesn’t derive from =prog-mode= or =text-mode=, you must specify it directly in +doesn't derive from =prog-mode= or =text-mode=, you must specify it directly in =:enabled-for-modes=. To enable line numbers even in non-prog-mode and non-text-mode buffers, set =:enabled-for-modes= to =all=. @@ -1405,7 +1405,7 @@ Supported separators and preview: | =none= | | X | | A last special separator is supported, it is =utf-8= which uses actual font -glyphs so it can be rendered in a terminal. You’ll need a font patched for the +glyphs so it can be rendered in a terminal. You'll need a font patched for the Vim powerline to be able to use it. The default font used by Spacemacs =Source Code Pro= already contains the glyphs. @@ -1423,7 +1423,7 @@ Example: (setq dotspacemacs-mode-line-theme '(all-the-icons :separator-scale 1.5)) #+END_SRC -Note that this setting won’t work correctly when the separator is =utf-8=, if +Note that this setting won't work correctly when the separator is =utf-8=, if you use this separator then it is recommended to set =:separator-scale= to =1.0=. *** Spacemacs mode-line theme @@ -1596,7 +1596,7 @@ Following format short codes are available: | =%m= | mode name | | =%n= | Narrow if appropriate | | =%z= | mnemonics of buffer, terminal, and keyboard coding systems | -| =%Z= | like %z, but including the end-of-line format“ | +| =%Z= | like %z, but including the end-of-line format" | **** Iconified (tabified) title If you are using tiling window manager with tab support you may want to display @@ -1643,7 +1643,7 @@ The =default= layout (the layout created at the startup of Emacs) is not displayed in the mode-line but it is possible to display it by setting the variable =dotspacemacs-display-default-layout= to =t=. -Its name is “default” by default but it can be changed by setting the variable +Its name is "default" by default but it can be changed by setting the variable =dotspacemacs-default-layout-name=. The =default= layout is special because it has a global scope which means that @@ -1743,7 +1743,7 @@ Workspaces are sub-layouts, they allow to define multiple layouts into a given layout, those layouts share the same buffer as the parent layout. The currently active workspace number is displayed before the window number, -for instance “➊|➍” or “1|4” means the fourth window of the first workspace. +for instance "➊|➍" or "1|4" means the fourth window of the first workspace. Any new layout comes with a default workspace which is the workspace 1. @@ -1797,7 +1797,7 @@ easily switch between =insert state= and =normal state= by quickly pressing the ~fd~ keys. The choice of ~fd~ was made to be able to use the same sequence to escape from -“everything” in Emacs: +"everything" in Emacs: - escape from all stock evil states to normal state - escape from evil-lisp-state to normal state - escape from evil-iedit-state to normal state @@ -1815,7 +1815,7 @@ The choice of ~fd~ was made to be able to use the same sequence to escape from - hide neotree buffer If you find yourself in a buffer where the Spacemacs (~SPC~) or Vim keybindings -don’t work you can use this to get back to =normal state= (for example in ~SPC +don't work you can use this to get back to =normal state= (for example in ~SPC SPC customize~ press ~fd~ to make ~SPC b b~ work again). This sequence can be customized in your =~/.spacemacs=. @@ -1994,7 +1994,7 @@ The following actions on the selected candidate are available: **** Available packages in Spacemacs =spacemacs-help= also lists all the packages available in Spacemacs. The -entry format is =(layer) packages=. If you type =flycheck= you’ll be able to see +entry format is =(layer) packages=. If you type =flycheck= you'll be able to see all the layers where =flycheck= is used. The following actions are available on selected package: @@ -2011,12 +2011,12 @@ ELPA packages. Paradox enhances the package list buffer with better feedbacks, new filters and Github information like the number of stars. Optionally you can also star packages directly in the buffer. -*Important Note 1*: Installing a new package from =Paradox= won’t make it +*Important Note 1*: Installing a new package from =Paradox= won't make it persistent. To install a package persistently you have to add it explicitly to a configuration layer. -*Important Note 2*: Don’t /update/ your packages from =Paradox= or -=package-list-packages= because they don’t support the rollback feature of +*Important Note 2*: Don't /update/ your packages from =Paradox= or +=package-list-packages= because they don't support the rollback feature of Spacemacs. | Key binding | Description | @@ -2103,7 +2103,7 @@ Similar to =avy=, [[https://github.com/abo-abo/ace-link][ace-link]] allows one t | ~o~ | initiate ace link mode in =help-mode= and =info-mode= | *** Unimpaired bindings -Spacemacs comes with a built-in port of [[https://github.com/tpope/vim-unimpaired][tpope’s vim-unimpaired]]. +Spacemacs comes with a built-in port of [[https://github.com/tpope/vim-unimpaired][tpope's vim-unimpaired]]. This plugin provides several pairs of bracket maps using ~[~ to denote previous, and ~]~ as next. @@ -2443,10 +2443,10 @@ Frame manipulation commands (start with ~F~): | Key binding | Description | |-------------+-----------------------------------------------------| | ~SPC F f~ | open a file in another frame | -| ~SPC F d~ | delete the current frame (unless it’s the only one) | +| ~SPC F d~ | delete the current frame (unless it's the only one) | | ~SPC F D~ | delete all other frames | | ~SPC F b~ | open a buffer in another frame | -| ~SPC F B~ | open a buffer in another frame (but don’t switch) | +| ~SPC F B~ | open a buffer in another frame (but don't switch) | | ~SPC F o~ | cycle focus between frames | | ~SPC F O~ | open a dired buffer in another frame | | ~SPC F n~ | create a new frame | @@ -2573,7 +2573,7 @@ OpenDocument, and Microsoft Office documents. | ~C-k~ | kill proc | | ~C-u~ | scroll up | | ~C-c C-c~ | toggle display text and image display | -| ~C-c C-t~ | open new buffer with doc’s text contents | +| ~C-c C-t~ | open new buffer with doc's text contents | ** Auto-saving *** Frequency of auto-saving @@ -2665,7 +2665,7 @@ called =pt=. | Prefix argument | will ask for file extensions | When results have been saved in a regular buffer with ~F3~, that buffer supports -browsing through the matches with Spacemacs’ =next-error= and =previous-error= +browsing through the matches with Spacemacs' =next-error= and =previous-error= bindings (~SPC e n~ and ~SPC e p~) as well as the error transient state (~SPC e .~). **** Searching in current file @@ -3165,7 +3165,7 @@ It is possible to batch rename files in a directory using =wdired= from an - use ~C-c C-k~ to abort any changes *** Commenting -Comments are handled by [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commenter]], it’s bound to the following keys. +Comments are handled by [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commenter]], it's bound to the following keys. | Key binding | Description | |-------------+---------------------------| @@ -3186,7 +3186,7 @@ Comments are handled by [[https://github.com/redguardtoo/evil-nerd-commenter][ev Spacemacs uses the packages [[https://github.com/joddie/pcre2el][pcre2el]] to manipulate regular expressions. It is useful when working with =Emacs Lisp= buffers since it allows to easily converts =PCRE= (Perl Compatible RegExp) to Emacs RegExp or =rx=. It can also be used to -“explain” a PCRE RegExp around point in =rx= form. +"explain" a PCRE RegExp around point in =rx= form. The key bindings start with ~SPC x r~ and have the following mnemonic structure: - ~SPC x r ~ convert from source to target @@ -3326,9 +3326,9 @@ To search in a project see [[#searching-in-a-project][project searching]]. | Key binding | Description | |-------------+------------------------------------------------------------------------------------------| -| ~SPC p '​~ | open a shell in project’s root (with the =shell= layer) | -| ~SPC p !~ | run shell command in project’s root | -| ~SPC p &~ | run async shell command in project’s root | +| ~SPC p '​~ | open a shell in project's root (with the =shell= layer) | +| ~SPC p !~ | run shell command in project's root | +| ~SPC p &~ | run async shell command in project's root | | ~SPC p %~ | replace a regexp | | ~SPC p a~ | toggle between implementation and test | | ~SPC p b~ | switch to project buffer | @@ -3339,7 +3339,7 @@ To search in a project see [[#searching-in-a-project][project searching]]. | ~SPC p f~ | find file | | ~SPC p F~ | find file based on path around point | | ~SPC p g~ | find tags | -| ~SPC p G~ | regenerate the project’s =etags= / =gtags= | +| ~SPC p G~ | regenerate the project's =etags= / =gtags= | | ~SPC p h~ | find file | | ~SPC p I~ | invalidate the projectile cache | | ~SPC p k~ | kill all project buffers | @@ -3395,7 +3395,7 @@ Errors management commands (start with ~e~): The next/previous error bindings and the error transient state can be used to browse errors from flycheck as well as errors from compilation buffers, and -indeed anything that supports Emacs’ =next-error= API. This includes for example +indeed anything that supports Emacs' =next-error= API. This includes for example search results that have been saved to a separate buffer. *** Error transient state @@ -3428,12 +3428,12 @@ Spacemacs binds a few commands to support compiling a project. | ~SPC c r~ | recompile | * EditorConfig -Spacemacs has support for [[http://editorconfig.org/][EditorConfig]], a configuration file to “define and -maintain consistent coding styles between different editors and IDEs.” +Spacemacs has support for [[http://editorconfig.org/][EditorConfig]], a configuration file to "define and +maintain consistent coding styles between different editors and IDEs." To enable this feature, [[https://github.com/editorconfig/editorconfig-core-c/blob/master/INSTALL.md][install the editorconfig command]]. -To customize your editorconfig experience, read [[https://github.com/editorconfig/editorconfig-emacs/blob/master/README.md#customize][the editorconfig-emacs package’s +To customize your editorconfig experience, read [[https://github.com/editorconfig/editorconfig-emacs/blob/master/README.md#customize][the editorconfig-emacs package's documentation]]. * Emacs Server @@ -3453,7 +3453,7 @@ need to set it in your shell configuration, e.g. =~/.bashrc= or =~/.zshrc=: export EDITOR="emacsclient -c" #+END_SRC -Note that if you’re on OS X, you may have to refer to the emacsclient that comes +Note that if you're on OS X, you may have to refer to the emacsclient that comes with your GUI Emacs, e.g.: #+BEGIN_SRC sh-mode diff --git a/doc/FAQ.org b/doc/FAQ.org index bb2157638..407616348 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -61,7 +61,7 @@ may also just type ~SPC f e v~. As it is written, that is _space_ then _macs_. ** Why do you call this a "distribution", I don't see any "Spacemacs" executable? -Although we could do it we don’t package Emacs with Spacemacs. We allow users to +Although we could do it we don't package Emacs with Spacemacs. We allow users to choose whatever build of Emacs they want that works with their OS, this is more flexible and it saves us tons of issues. Spacemacs is more than a configuration of Emacs it comes with advanced feature, concepts and tooling. Roughly, think of @@ -86,7 +86,7 @@ To install packages that does not belong to any Spacemacs layers, you can: To create a new configuration layer see the [[https://github.com/syl20bnr/spacemacs/blob/master/doc/QUICK_START.org][quick start guide]] for more info. ** Environment variables or PATH are not set properly -If you use Emacs GUI and don’t launch if from a terminal then edit the +If you use Emacs GUI and don't launch if from a terminal then edit the environment variables in the =env= file. You can open this file with ~SPC f e e~. More information in the =Environment variables= section of the [[https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org][documentation]]. @@ -101,7 +101,7 @@ dotfile to remove the need to start Emacs with =--insecure= argument. ** How to fix =Symbol's value as variable is void= errors on startup? If Emacs reports an error that the symbol =closed= or =-= is unbound as a variable, it is probably because you are using HTTPS to download packages, but -you shouldn’t be. Try deleting your packages (the =.emacs.d/elpa= folder), and +you shouldn't be. Try deleting your packages (the =.emacs.d/elpa= folder), and restart Emacs without HTTPS to download the packages again. There are two ways to do this: - Run Emacs with the =--insecure= command line argument: =emacs --insecure=. You @@ -129,7 +129,7 @@ that by default the =utf8= separator is used in a terminal. See the powerline section in the font section of the [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org][documentation]]. ** Why is after-init-hook not executed? -Don’t launch Spacemacs with =emacs -q -l init.el= command. This command will run +Don't launch Spacemacs with =emacs -q -l init.el= command. This command will run the hooked functions in =after-init-hook= before the evaluation of the passed =-l init.el= file. @@ -149,7 +149,7 @@ Any variable that layer configuration code will *read* and *act on* must be set in =user-init=, and any variable that Spacemacs explicitly sets but you wish to *override* must be set in =user-config=. -Anything that isn’t just setting a variable should 99% be in =user-config=. +Anything that isn't just setting a variable should 99% be in =user-config=. Note that at time of writing files supplied as command line arguments to emacs will be read before =user-config= is executed. (Hence to yield consistent @@ -220,7 +220,7 @@ situations, like escaping from =insert state= to =normal state=. The sequence of characters used can be customized. See the [[http://spacemacs.org/doc/DOCUMENTATION.html#escaping][documentation]] for more information. -If you don’t like this feature, you can deactivate it by adding =evil-escape= to +If you don't like this feature, you can deactivate it by adding =evil-escape= to =dotspacemacs-excluded-packages= in your init file. ** Why do I get files starting with .#? @@ -251,7 +251,7 @@ location you may try to use =locate=: ** Why are my font settings not being respected? The settings of =dotspacemacs-default-font= (such as size, weight, etc.) will only be applied if the name of the font exists on your system. Check to make -sure that this is the case. If Spacemacs can’t find the font, there should be a +sure that this is the case. If Spacemacs can't find the font, there should be a warning to this effect in the =*Messages*= buffer. ** Why am I getting a message about environment variables on startup? @@ -362,7 +362,7 @@ which has a number of different major modes, you can catch them all with This should make all original magit bindings work in the major modes in question. To enable the leader key in this case, you may have to define a -binding in the mode’s map, e.g. for =magit-status-mode=, +binding in the mode's map, e.g. for =magit-status-mode=, #+BEGIN_SRC emacs-lisp (with-eval-after-load 'magit @@ -392,7 +392,7 @@ example, if you have installed some tools to =~/.local/bin= and want them to be available in Spacemacs, you need to add =~/.local/bin= to your =$PATH=. Users of =bash=, =zsh=, =sh= and other similar shells should add following line -to their =.bashrc= (=.zshrc=, =.profile= or your shell’s equivalent). Note that +to their =.bashrc= (=.zshrc=, =.profile= or your shell's equivalent). Note that the =export= part is very important. #+BEGIN_SRC sh @@ -423,7 +423,7 @@ This is the value that will be used by Emacs. So it must contain =~/.local/bin=. After that you can run Spacemacs and check that it properly gets the value of =$PATH= by running =M-: (getenv "PATH")=. -Note that having =~/.local/bin= in your =$PATH= also means that it’s possible to +Note that having =~/.local/bin= in your =$PATH= also means that it's possible to run terminal and call tools from =~/.local/bin= without specifying their full path. Under certain conditions you might want to avoid modifying your =$PATH=. In that case you have the option of updating the value of =exec-path= in the @@ -446,7 +446,7 @@ dash) to make the former easier to reach, you can use: (dear-leader/swap-keys "S" "d") #+END_SRC -If you want to define your own alias, like using ~SPC é~ (because it’s a not +If you want to define your own alias, like using ~SPC é~ (because it's a not used key on your keyboard-layout for instance) for accessing ~SPC w~ (windows management), you can use this: @@ -504,7 +504,7 @@ commits messages. To enable this you have to add the following line to your #+END_SRC ** Try Spacemacs without modifying my existing Emacs configuration? -Emacs’s ability to use any directory as the home for launching it allows us to +Emacs's ability to use any directory as the home for launching it allows us to try out Spacemacs (or any other Emacs configuration we desire) without having to go through the trouble of backing up our =~/.emacs.d= directory and then cloning the new configuration. This can be achieved easily using the following steps: @@ -515,7 +515,7 @@ the new configuration. This can be achieved easily using the following steps: HOME=~/spacemacs emacs #+END_SRC -If you’re on Fish shell, you will need to modify the last command to: +If you're on Fish shell, you will need to modify the last command to: =env HOME=$HOME/spacemacs emacs= ** Make copy/paste working with the mouse in X11 terminals? @@ -562,7 +562,7 @@ You can modify the list of visual enhancements applied by the =space-doc-mode=: By default only =center-buffer-mode= is disabled. Both =space-doc-mode= and =center-buffer-mode= can be customized -with “Easy Customization Interface”. +with "Easy Customization Interface". ** Remap paste key to be able to paste copied text multiple times In vim and evil, pasting over a text would cause it to be copied, hence making it impossible to paste diff --git a/doc/LAYERS.org b/doc/LAYERS.org index f8a5db310..021503c0a 100644 --- a/doc/LAYERS.org +++ b/doc/LAYERS.org @@ -52,7 +52,7 @@ Before writing a layer, it is helpful to consider what you are trying to achieve. Is there a package that provides the functionality you are after, and you want to integrate it in Spacemacs? If yes, you should write a layer. Are you trying to implement a new feature that would be useful for the Emacs community -at large? In that case, consider whether it wouldn’t be more appropriate to +at large? In that case, consider whether it wouldn't be more appropriate to write a package first, and then a layer that uses your package. * The Emacs loading process @@ -79,7 +79,7 @@ The simplest way to load a file is to call =load-file=. #+END_SRC This is as primitive as it comes. The path must be exact, and it does not have -to be in the Emacs load path (we’ll get to that later). It will not look for a +to be in the Emacs load path (we'll get to that later). It will not look for a byte-compiled =.elc= file. It will simply load exactly what you tell it to. ** Features @@ -132,9 +132,9 @@ a long list of calls to =require= at startup would still cause Emacs to take forever to load. Emacs uses auto-loading to solve this problem. When a function is registered as -auto-loading, an “empty” definition is provided. When that function is called, +auto-loading, an "empty" definition is provided. When that function is called, the file that provides the function is immediately loaded (along with all its -required features). Finally, the “empty” function is substituted with the real +required features). Finally, the "empty" function is substituted with the real one and called normally. The end user will see only a slight delay when first calling the function, while subsequent calls to that function (or any other function loaded as part of the same procedure) will be as quick as normal. @@ -149,7 +149,7 @@ This instructs Emacs that whenever =some-function= is called, load =some-file.el= first, and then proceed. After evaluating the above code, you can try to inspect =some-function= by doing -~SPC h d f some-function~. It will say it’s an auto-loaded function, and that +~SPC h d f some-function~. It will say it's an auto-loaded function, and that nothing else is known about it until it is loaded. The call to =autoload= can optionally include more information, such as a doc-string, whether the function can be called interactively, and so on. This provides more information to the @@ -158,7 +158,7 @@ end-user without her having to actually load the file first. Open your =elpa= directory, go to =helm= and look at the file =helm-autoloads.el=. This provides all the auto-loads for all the files in Helm. However, this file is not written by hand. Instead, it is automatically -generated from “magic” comments in the source code of Helm. They look like this: +generated from "magic" comments in the source code of Helm. They look like this: #+BEGIN_SRC emacs-lisp ;;;###autoload @@ -171,7 +171,7 @@ The magic comment =;;;###autoload= instructs Emacs that the following definition should be auto-loaded. This automatically generates an appropriate call to =autoload=. -Things that can be auto-loaded generally involve anything “definable”, such as +Things that can be auto-loaded generally involve anything "definable", such as functions, macros, major or minor modes, groups, classes, and so on. Magic comments also work on other things, such as variable definitions @@ -273,7 +273,7 @@ Use-package supports heaps of useful keywords. Look at the [[https://github.com/ more. * Anatomy of a layer -A layer is simply a folder somewhere in Spacemacs’s layer search path that +A layer is simply a folder somewhere in Spacemacs's layer search path that usually contains these files (listed in loading order). - declare additional layers - the packages list and configuration @@ -384,7 +384,7 @@ By guarding these functions we avoid defining them when the package =my-package= is not used. ** config.el -This file configures the layer by declaring layer variables’ default values and +This file configures the layer by declaring layer variables' default values and setting up some other variables related to the layer. This file is loaded after =funcs.el=. @@ -417,7 +417,7 @@ The Spacemacs loading process can be summarized as follows: - there must be at least one =/init-= function defined for it. - Alternatively, if a package is part of the end user’s + Alternatively, if a package is part of the end user's =dotspacemacs-additional-packages=, it will also be installed. 3. All packages which should be installed are installed in alphabetical order, =package.el= built-in Emacs library is in charge of implicit dependencies. @@ -434,7 +434,7 @@ layer does *not* own a package if it only defines =pre-init= or =post-init= functions. Only one layer may own a package. Since layers are processed in order of -specification in the user’s dotfile, it is possible for layers to “seize” +specification in the user's dotfile, it is possible for layers to "seize" ownership of a package that was owned by a previously enabled layer. * Case study: auto-completion @@ -505,7 +505,7 @@ commutative and the order of the operands is determined by the order of the layers in the dotfile (like the ownership stealing mechanism). If =:can-shadow= property is set explicitly to =nil= in the dotfile then the -layer won’t shadow any layer. +layer won't shadow any layer. For instance to install both ivy and helm layer: @@ -552,7 +552,7 @@ have both! ** Use-package hooks Spacemacs includes a macro for adding more code to the =:init= or =:config= blocks of a call to =use-package=, after the fact. This is useful for =pre-init= -or =post-init= functions to “inject” code into the =use-package= call of the +or =post-init= functions to "inject" code into the =use-package= call of the =init= function. #+BEGIN_SRC emacs-lisp diff --git a/doc/VIMUSERS.org b/doc/VIMUSERS.org index d326dbde7..0addf9363 100644 --- a/doc/VIMUSERS.org +++ b/doc/VIMUSERS.org @@ -312,7 +312,7 @@ Emacs or press ~SPC f e R~. To view all layers and their documentation use ~SPC h SPC~. ** Creating a Layer -To group configuration or when configuration doesn’t fit well in your +To group configuration or when configuration doesn't fit well in your =.spacemacs= file, you can create a configuration layer. Spacemacs provides a builtin command to generate the layer boilerplate: ~SPC SPC configuration-layer/create-layer RET~. This generates a folder that @@ -372,7 +372,7 @@ the [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/LAYERS.org][configu ** Installing a single package Sometimes creating a layer is a bit overkill. Maybe you just want one package -and don’t want to maintain a whole layer. Spacemacs provides a variable in the +and don't want to maintain a whole layer. Spacemacs provides a variable in the =dotspacemacs/layers= function in =.spacemacs= called =dotspacemacs-additional-packages=. Just add a package name to the list and it will be installed when you restart. Loading the package is covered in the next @@ -408,7 +408,7 @@ to using it: #+END_SRC This is just a very basic overview of =use-package=. There are many other ways -to control how a package loads using it that aren’t covered here. +to control how a package loads using it that aren't covered here. ** Uninstalling a package Spacemacs provides a variable in the =dotspacemacs/init= function in @@ -478,7 +478,7 @@ your =.spacemacs=: * Other useful links - [[https://www.gnu.org/software/emacs/manual/emacs.html][Emacs Manual]] - [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org][Spacemacs Documentation]] -- [[http://ian.mccowan.space/2015/04/07/Spacemacs/][Spacemacs: A Vimmer’s Emacs Prerequisites]] +- [[http://ian.mccowan.space/2015/04/07/Spacemacs/][Spacemacs: A Vimmer's Emacs Prerequisites]] - Note: The article refers to ~SPC b s~ as the key binding to switch buffers. It is ~SPC b b~ - [[http://thume.ca/howto/2015/03/07/configuring-spacemacs-a-tutorial/][Configuring Spacemacs: A Tutorial]] diff --git a/layers/+chat/erc/README.org b/layers/+chat/erc/README.org index 0e15e01a7..f75e45dad 100644 --- a/layers/+chat/erc/README.org +++ b/layers/+chat/erc/README.org @@ -39,7 +39,7 @@ add =erc= to the existing =dotspacemacs-configuration-layers= list in this file. ** OS X -It’s recommended to install the [[https://github.com/alloy/terminal-notifier][terminal-notifier gem]] so that you get +It's recommended to install the [[https://github.com/alloy/terminal-notifier][terminal-notifier gem]] so that you get notifications via the OS X Notification Center. ** Social graph @@ -112,7 +112,7 @@ read that in =:password=. | ~SPC m d~ | Interactively input a user action and send it to IRC. | | ~SPC m D~ | Draw Social Graph using [[https://github.com/vibhavp/erc-social-graph][erc-social-graph]] | | ~SPC m j~ | Join a channel, executes the /join command | -| ~SPC m n~ | Run “/names #channel” in the current channel. | +| ~SPC m n~ | Run "/names #channel" in the current channel. | | ~SPC m l~ | Run the /list command | | ~SPC m p~ | Part from the channel | | ~SPC m q~ | Quit server | @@ -122,5 +122,5 @@ read that in =:password=. * Spacemacs Layout Support ERC buffers are added automatically to the default layout for ERC controlled by -the variable =erc-spacemacs-layout-name= (defaults to “@ERC”) and the default -binding (“E”) is controlled by =erc-spacemacs-layout-binding= +the variable =erc-spacemacs-layout-name= (defaults to "@ERC") and the default +binding ("E") is controlled by =erc-spacemacs-layout-binding= diff --git a/layers/+chat/jabber/README.org b/layers/+chat/jabber/README.org index 92c7658e8..1cebaedd9 100644 --- a/layers/+chat/jabber/README.org +++ b/layers/+chat/jabber/README.org @@ -48,7 +48,7 @@ file. * HipChat ** Authentication -To find YOUR_JABBER_ID visit “XMPP/Jabber info” section on your profile page at hipchat.com +To find YOUR_JABBER_ID visit "XMPP/Jabber info" section on your profile page at hipchat.com #+BEGIN_SRC emacs-lisp diff --git a/layers/+chat/rcirc/README.org b/layers/+chat/rcirc/README.org index fd7583c17..13823188a 100644 --- a/layers/+chat/rcirc/README.org +++ b/layers/+chat/rcirc/README.org @@ -233,7 +233,7 @@ codes, set the variable =rcirc-enable-styles= to =t= in your dotfile: | Key binding | Description | |-------------+-------------------------------------------------------------------------------| | ~SPC a i r~ | Open rcirc | -| ~SPC l o i~ | Open rcirc in a custom perspective “@RICRC” (need perspectives layer enabled) | +| ~SPC l o i~ | Open rcirc in a custom perspective "@RICRC" (need perspectives layer enabled) | | ~SPC m i a~ | Interactively insert a color code (if rcirc-styles is enabled) | | ~SPC m i c~ | Interactively insert a text attribute code (if rcirc-styles is enabled) | | ~SPC m i p~ | Toggle preview in input line (if rcirc-styles is enabled) | @@ -250,5 +250,5 @@ The rcirc documentation can be found [[http://www.gnu.org/software/emacs/manual/ * Spacemacs Layout Support RCIRC buffers are added automatically to the default layout for RCIRC controlled by -the variable =rcirc-spacemacs-layout-name= (defaults to “@RCIRC”) and the default -binding (“i”) is controlled by =rcirc-spacemacs-layout-binding= +the variable =rcirc-spacemacs-layout-name= (defaults to "@RCIRC") and the default +binding ("i") is controlled by =rcirc-spacemacs-layout-binding= diff --git a/layers/+checkers/spell-checking/README.org b/layers/+checkers/spell-checking/README.org index fc13dc99e..5cac2029d 100644 --- a/layers/+checkers/spell-checking/README.org +++ b/layers/+checkers/spell-checking/README.org @@ -93,7 +93,7 @@ currently supported language: ** Enabling multi-dictionary support with hunspell If your language is not supported by auto-dictionary feature or you author -multi-lingual documents you might be compelled to use hunspell’s multi-dictionary +multi-lingual documents you might be compelled to use hunspell's multi-dictionary mode. For example to enable it for pl_PL and en_GB dictionaries you could put following code in your dotspacemacs/user-config section in your configuration file: @@ -108,7 +108,7 @@ file: (setq ispell-dictionary "pl_PL,en_GB")) #+END_SRC -One caveat is you need quite modern ispell.el for above to work. It’s been +One caveat is you need quite modern ispell.el for above to work. It's been tested with version coming from Emacs 25.2 repository. ** Enable auto-completion popup @@ -151,6 +151,6 @@ set the layer variable =enable-flyspell-auto-completion= to t: * Known issues Vim-empty-lines layer seems incompatible with spell-checking inside org-mode. If -you experience “Args out of range” error message when invoking ~SPC S c~ inside -org-mode buffer then check if you don’t have vim-empty-lines layer enabled and +you experience "Args out of range" error message when invoking ~SPC S c~ inside +org-mode buffer then check if you don't have vim-empty-lines layer enabled and disable it. diff --git a/layers/+completion/auto-completion/README.org b/layers/+completion/auto-completion/README.org index c912db849..c2b635bec 100644 --- a/layers/+completion/auto-completion/README.org +++ b/layers/+completion/auto-completion/README.org @@ -81,7 +81,7 @@ The default configuration of the layer is: #+END_SRC ~jk~ is a good candidate for =auto-completion-complete-with-key-sequence= if -you don’t use it already. +you don't use it already. ** Snippets directories The following directories are added by default: @@ -210,7 +210,7 @@ For nicer-looking faces, try adding the following to `custom-set-faces` in your | ~C-d~ | open minibuffer with documentation of thing at point in company dropdown | | ~C-/~ | show candidates in Helm or Ivy (for fuzzy searching) | | ~C-M-/~ | filter the company dropdown menu | -| ~M-h~ | show current candidate’s documentation in a tooltip (requires =auto-completion-enable-help-tooltip=) | +| ~M-h~ | show current candidate's documentation in a tooltip (requires =auto-completion-enable-help-tooltip=) | Vim Style: diff --git a/layers/+completion/helm/README.org b/layers/+completion/helm/README.org index 646d69d88..08342b32b 100644 --- a/layers/+completion/helm/README.org +++ b/layers/+completion/helm/README.org @@ -46,7 +46,7 @@ Mastering your choice of completion system will make you a Spacemacs power user. - Intuitive =transient state= * Install -Helm is part of the standard distribution of Spacemacs so you don’t have to do +Helm is part of the standard distribution of Spacemacs so you don't have to do anything to install it if you chose this distribution. If you want/need to explicitly install Helm then add it to your =~/.spacemacs=. @@ -139,7 +139,7 @@ Helm buffers with ~hjkl~. | ~C-l~ | same as ~return~ | ** Transient state -Spacemacs defines a transient state for =Helm= to make it work like [[https://github.com/Shougo/unite.vim][Vim’s Unite]] +Spacemacs defines a transient state for =Helm= to make it work like [[https://github.com/Shougo/unite.vim][Vim's Unite]] plugin. Initiate the transient state with ~M-SPC~ or ~s-M-SPC~ while in a =Helm= buffer. @@ -182,7 +182,7 @@ In the =helm-bookmarks= buffer: ** C-z and Tab switch The command bound to ~C-z~ is much more useful than the one bound to Tab, so it -makes sense to swap them. It’s also recommended [[http://tuhdo.github.io/helm-intro.html][here]]. +makes sense to swap them. It's also recommended [[http://tuhdo.github.io/helm-intro.html][here]]. ** Helm focus If you find yourself unable to return focus to Helm (after a careless diff --git a/layers/+completion/ivy/README.org b/layers/+completion/ivy/README.org index 4a2828b41..6ab15216e 100644 --- a/layers/+completion/ivy/README.org +++ b/layers/+completion/ivy/README.org @@ -42,7 +42,7 @@ You can customize ivy with the following variables: last candidate. The default value is =nil=. - =ivy-extra-directories= Setting this to =nil= hides . and .. directories from file name completion. You can still go up a directory up by ~DEL~. - The default value is (“../”, “./”). + The default value is ("../", "./"). - =ivy-use-virtual-buffers= Add bookmarks and recent files to buffer completion menu. The Spacemacs default is t. - =ivy-height= The height of the minibuffer. The Spacemacs default is 15. @@ -71,7 +71,7 @@ is disabled by default. * Key bindings If you choose =ivy= as completion system, make sure to read the [[http://oremacs.com/swiper/][official manual]]. -In case you don’t want to read everything, at least familiarise with +In case you don't want to read everything, at least familiarise with [[http://oremacs.com/swiper/#minibuffer-key-bindings][minibuffer key bindings]]. Some useful key bindings are presented in the following table. @@ -79,11 +79,11 @@ Some useful key bindings are presented in the following table. | Key binding | Description | |-------------+------------------------------------------------------------------------------------------------------| | ~RET~ | call default action on current candidate | -| ~M-RET~ | the same as ~RET~ but doesn’t close completion minibuffer | +| ~M-RET~ | the same as ~RET~ but doesn't close completion minibuffer | | ~C-M-j~ | use current input immediately (this can be used to create a new file in Find File) | | ~tab~ | complete partially | | ~M-o~ | show the list of valid actions on current candidate (then press any of described keys to execute it) | -| ~C-M-o~ | the same as ~M-o~ but doesn’t close completion minibuffer | +| ~C-M-o~ | the same as ~M-o~ but doesn't close completion minibuffer | | ~C-'~ | use avy to quickly select completion on current page (sometimes faster than using arrows) | | ~~ | close minibuffer | @@ -95,5 +95,5 @@ Press ~M-SPC~ anytime in Ivy to get into the transient state. | ~j~ | select next candidate | | ~k~ | select previous candidate | | ~d~ | call default action on candidate | -| ~g~ | the same as ~d~ but doesn’t close completion minibuffer | +| ~g~ | the same as ~d~ but doesn't close completion minibuffer | | ~o~ | leave transient state | diff --git a/layers/+distributions/spacemacs-docker/README.org b/layers/+distributions/spacemacs-docker/README.org index fdcf49b0f..7b2044c60 100644 --- a/layers/+distributions/spacemacs-docker/README.org +++ b/layers/+distributions/spacemacs-docker/README.org @@ -31,10 +31,10 @@ with GUI support on all major platforms and even [[https://i.imgur.com/wDLDMZN.g - Build once and work with the same development environment everywhere - Run untrusted/risky code in the tunable sandbox with CPU/network/disk quotas - Try new tools, experiment and roll back changes when something goes wrong -- Share your setup with others or extend someone else’s development environment +- Share your setup with others or extend someone else's development environment - Run multiple Emacs instances on the same machine isolated - [[https://docs.docker.com/engine/reference/commandline/pause/][pause]] container to free resources temporarily -- [[https://github.com/docker/docker/blob/1.13.x/experimental/checkpoint-restore.md][Checkpoint & Restore]] - maybe the fastest way to start a “heavy” environment +- [[https://github.com/docker/docker/blob/1.13.x/experimental/checkpoint-restore.md][Checkpoint & Restore]] - maybe the fastest way to start a "heavy" environment - Friendly for networks with low upload speed/quotas. * Screenshots @@ -63,8 +63,8 @@ NOTE: The guide assumes that you want to run Docker and connect to it from the same machine. ** MacOS -Get [[https://www.xquartz.org][XQuartz]] and =open -a XQuartz= In the XQuartz preferences go to the “Security” -tab and make sure you’ve got “Allow connections from network clients” ticked +Get [[https://www.xquartz.org][XQuartz]] and =open -a XQuartz= In the XQuartz preferences go to the "Security" +tab and make sure you've got "Allow connections from network clients" ticked #+BEGIN_SRC sh ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}') @@ -105,7 +105,7 @@ Or with =-ti= via =winpty= #+END_SRC [[http://manomarks.github.io/2015/12/03/docker-gui-windows.html][source]] -Also You can use [[https://www.reddit.com/r/emacs/comments/7a63r4/emacs_in_win10linuxdockerxserver_combo/][@ninrod ’s setup]] +Also You can use [[https://www.reddit.com/r/emacs/comments/7a63r4/emacs_in_win10linuxdockerxserver_combo/][@ninrod 's setup]] ** GNU/Linux Make sure that =$DISPLAY= variable is set @@ -124,16 +124,16 @@ Make sure that =$DISPLAY= variable is set spacemacs/develop #+END_SRC -=UID= and preferably =UNAME= should match the host’s user id. You can set them +=UID= and preferably =UNAME= should match the host's user id. You can set them in your Dockerfile with [[https://docs.docker.com/engine/reference/builder/#env][ENV statements]]. -That’s it! Now you should see Emacs window. -But if it doesn’t work You may need to allow local connection for the user +That's it! Now you should see Emacs window. +But if it doesn't work You may need to allow local connection for the user #+BEGIN_SRC sh xhost +si:localuser: #+END_SRC -Or allow local connection from the container’s host-name +Or allow local connection from the container's host-name #+BEGIN_SRC sh xhost +local:`docker inspect --format='{{ .Config.Hostname }}' spacemacs` @@ -152,7 +152,7 @@ Or allow local connection from the container’s host-name - Lag spikes with some OSes *** Instruction -It’s a good idea to read [[https://github.com/JAremko/docker-x11-bridge][docker-x11-bridge]] and [[https://www.xpra.org/trac/][Xpra]] documentations, but +It's a good idea to read [[https://github.com/JAremko/docker-x11-bridge][docker-x11-bridge]] and [[https://www.xpra.org/trac/][Xpra]] documentations, but here is a short instruction: **** With Xpra desktop client @@ -212,7 +212,7 @@ Now visit [[http://localhost:10000/index.html?encoding=png&password]] = spacemacs:/= - =docker cp spacemacs:/ = - Manage data in containers with [[https://docs.docker.com/engine/tutorials/dockervolumes/][Docker volumes]]. Example diff --git a/layers/+distributions/spacemacs-docker/deps-install/README.org b/layers/+distributions/spacemacs-docker/deps-install/README.org index 1ac9d0f39..adf5582e8 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/README.org @@ -27,7 +27,7 @@ in Docker environment. * How it works When .spacemacs file contains one of supported layers and its installation -isn’t disabled, it will be used to satisfy the layer’s requirements, taking +isn't disabled, it will be used to satisfy the layer's requirements, taking into account its configurations. For example, [[https://github.com/alecthomas/gometalinter][gometalinter]] will be installed only if the variable =go-use-gometalinter= is =t=. Set =-spacemacs-docker-disable-deps-install= to =t= diff --git a/layers/+emacs/better-defaults/README.org b/layers/+emacs/better-defaults/README.org index f83ac8303..fe0d6a45e 100644 --- a/layers/+emacs/better-defaults/README.org +++ b/layers/+emacs/better-defaults/README.org @@ -24,8 +24,8 @@ The commands defined in this layer are taken from various sources like [[https:/ ** Features: - Smart line navigation: Subsequent presses of ~C-a~ toggles between the beginning of the line and the first non-whitespace character. Similarly, subsequent presses of ~C-e~ will toggle between the end of the code and the end of the comments. -- =spacemacs/backward-kill-word-or-region=: A combination of =kill-region= and =backward-kill-word=, depending on whether there is an active region. If there’s an active region kill that. If not kill the preceding word. -- Fill or unfill paragraph: Pressing ~M-q~ for the first time fills current paragraph and pressing ~M-q~ for the second time unfills it. Note that some modes override this key binding so it’s not available everywhere. Due to implementation details unfilling doesn’t work when called twice via ~M-x~. +- =spacemacs/backward-kill-word-or-region=: A combination of =kill-region= and =backward-kill-word=, depending on whether there is an active region. If there's an active region kill that. If not kill the preceding word. +- Fill or unfill paragraph: Pressing ~M-q~ for the first time fills current paragraph and pressing ~M-q~ for the second time unfills it. Note that some modes override this key binding so it's not available everywhere. Due to implementation details unfilling doesn't work when called twice via ~M-x~. * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to diff --git a/layers/+emacs/ibuffer/README.org b/layers/+emacs/ibuffer/README.org index 9f00d32ff..11bc88037 100644 --- a/layers/+emacs/ibuffer/README.org +++ b/layers/+emacs/ibuffer/README.org @@ -53,6 +53,6 @@ Example: | Key binding | Description | |-------------------------------+-------------------------------| -| ~g r~ | update IBuffer (“refresh”) | +| ~g r~ | update IBuffer ("refresh") | | ~g j~ / ~]~ / ~TAB~ / ~M-n~ | move to next filter group | | ~g k~ / ~[~ / ~S-TAB~ / ~M-p~ | move to previous filter group | diff --git a/layers/+email/mu4e/README.org b/layers/+email/mu4e/README.org index 98b05c22c..3122e0cc0 100644 --- a/layers/+email/mu4e/README.org +++ b/layers/+email/mu4e/README.org @@ -38,7 +38,7 @@ This layer adds support for the Mu4e email client. In order to use this layer you must install mu and mu4e separately. Typically mu4e will be bundled with mu (this is the case on many Linux distributions). -If you’re on OS X and install mu using Homebrew, you must specify the +If you're on OS X and install mu using Homebrew, you must specify the location of your Emacs binary at install time using the EMACS environment variable, as well as passing the =--with-emacs= option: @@ -46,7 +46,7 @@ variable, as well as passing the =--with-emacs= option: brew install mu --with-emacs #+END_SRC -If the installation directory of mu4e is not in Emacs’ load path, you can set +If the installation directory of mu4e is not in Emacs' load path, you can set the layer variable =mu4e-installation-path=, for example: #+BEGIN_SRC emacs-lisp @@ -86,7 +86,7 @@ existing =dotspacemacs-configuration-layers= list in this file. * Configuration Configuration varies too much to give precise instructions. What follows is one -example configuration. Refer to mu4e’s manual for more detailed configuration +example configuration. Refer to mu4e's manual for more detailed configuration instructions. ** Maildirs extension @@ -214,7 +214,7 @@ count of unread messages to the modeline. [[https://raw.githubusercontent.com/iqbalansari/mu4e-alert/master/screenshots/mu4e-alert-in-action.png]] For an extended documentation of the available customizations please refer to -[[https://github.com/iqbalansari/mu4e-alert#user-content-customizations][mu4e-alert’s documentation]] +[[https://github.com/iqbalansari/mu4e-alert#user-content-customizations][mu4e-alert's documentation]] *** OS notifications To enable notifications about new messages, add the following line to your diff --git a/layers/+email/notmuch/README.org b/layers/+email/notmuch/README.org index f050bdeae..2ec443410 100644 --- a/layers/+email/notmuch/README.org +++ b/layers/+email/notmuch/README.org @@ -100,7 +100,7 @@ Refer to the official notmuch website for more information: | ~SPC a N n~ | Start helm notmuch | | ~SPC a N j~ | Start a notmuch jump search | | ~SPC a N s~ | Start a notmuch search | -| ~SPC l o n~ | Start notmuch in a custom layout, “@Notmuch” | +| ~SPC l o n~ | Start notmuch in a custom layout, "@Notmuch" | ** Show mode diff --git a/layers/+filetree/treemacs/README.org b/layers/+filetree/treemacs/README.org index fd0b8815f..308c24a5b 100644 --- a/layers/+filetree/treemacs/README.org +++ b/layers/+filetree/treemacs/README.org @@ -21,7 +21,7 @@ This layer sets up a file navigation and project explorer side-window via [[https://github.com/Alexander-Miller/treemacs][Treemacs]]. ** Features: -An detailed overview over Treemacs’ available features is available in [[https://github.com/Alexander-Miller/treemacs#detailed-feature-list][its +An detailed overview over Treemacs' available features is available in [[https://github.com/Alexander-Miller/treemacs#detailed-feature-list][its readme]]. In a short summary Treemacs offers the following: - Simple and powerful navigation and ability to detail exactly how and where a file should be opened @@ -30,7 +30,7 @@ readme]]. In a short summary Treemacs offers the following: - Ability to show tags contained in files. Tags are provided by imenu, so nearly every filetype is supported. - Mouse interface for single and double left clicks in line with modern GUI standards. - (Clicking on an icon will also display a file’s tags) + (Clicking on an icon will also display a file's tags) - Locational awareness: commands like ~find-file~ or ~magit-status~ will use the location of the node at point (with $HOME as fallback) - Optionally fontifying files based on their git status. @@ -101,7 +101,7 @@ Default is =nil=. |-------------+------------------------------------------------------------------------------------------------------------------------------------------------| | ~M-0~ | Selected the treemacs window. Actually selects window #10, which is always assigned to treemacs. | | ~SPC 0~ | Open treemacs in the current directory. When not visiting a file use $HOME as fallback. With a prefix arg manually select the root instead. | -| ~SPC f B~ | Find and select a bookmark. If it cannot be found rebuild view with the bookmark’s location as root. Also open the bookmark with a prefix arg. | +| ~SPC f B~ | Find and select a bookmark. If it cannot be found rebuild view with the bookmark's location as root. Also open the bookmark with a prefix arg. | | ~SPC f t~ | Hide/show existing treemacs buffer. Create one for the current directory if no buffer exists. | | ~SPC f T~ | Manually focus the treemacs view on the currently selected file. Not needed when =treemacs-follow-mode= is enabled. | | ~SPC f M-t~ | Manually focus the treemacs view on the currently selected file and tag. | diff --git a/layers/+frameworks/django/README.org b/layers/+frameworks/django/README.org index 1921fba84..98e9eb6df 100644 --- a/layers/+frameworks/django/README.org +++ b/layers/+frameworks/django/README.org @@ -63,8 +63,8 @@ Various configuration options for =pony-mode= are documented at [[http://www.dea | Key binding | Description | |---------------+----------------------------------------------------------------------------| -| ~SPC m j i d~ | Run interpreter for this project’s default database as an inferior process | -| ~SPC m j i s~ | Open a Python shell with the current pony project’s context loaded. | +| ~SPC m j i d~ | Run interpreter for this project's default database as an inferior process | +| ~SPC m j i s~ | Open a Python shell with the current pony project's context loaded. | | | If the project has the django_extras package installed, then use the | | | excellent =shell_plus= command. Otherwise, fall back to =manage.py shell= | @@ -76,7 +76,7 @@ Various configuration options for =pony-mode= are documented at [[http://www.dea | ~SPC m j r o~ | Open a tab at the dev server | | ~SPC m j r r~ | Restart the dev server (works better with django_extras/werkzeug) | | ~SPC m j r u~ | Start or open the dev server | -| ~SPC m j r t~ | Open a second server with a “throwaway” host/port | +| ~SPC m j r t~ | Open a second server with a "throwaway" host/port | ** South/Syncdb diff --git a/layers/+frameworks/phoenix/README.org b/layers/+frameworks/phoenix/README.org index 89ea47830..14d140e19 100644 --- a/layers/+frameworks/phoenix/README.org +++ b/layers/+frameworks/phoenix/README.org @@ -11,7 +11,7 @@ - [[#key-bindings][Key bindings]] * Description -This layer adds key bindings for [[https://github.com/tonini/alchemist.el][Alchemist]]’s already built in phoenix mode. +This layer adds key bindings for [[https://github.com/tonini/alchemist.el][Alchemist]]'s already built in phoenix mode. ** Features: - Key bindings for navigation to files diff --git a/layers/+frameworks/react/README.org b/layers/+frameworks/react/README.org index 1a6134b06..dfd9294e7 100644 --- a/layers/+frameworks/react/README.org +++ b/layers/+frameworks/react/README.org @@ -112,7 +112,7 @@ may use these settings: web-mode-attr-indent-offset 2) #+END_SRC -And if you want to have 2 space indent also for element’s attributes, +And if you want to have 2 space indent also for element's attributes, concatenations and contiguous function calls: #+BEGIN_SRC emacs-lisp diff --git a/layers/+fun/selectric/README.org b/layers/+fun/selectric/README.org index aa85d0a92..d63a3d0d2 100644 --- a/layers/+fun/selectric/README.org +++ b/layers/+fun/selectric/README.org @@ -13,7 +13,7 @@ * Description This layer makes your Emacs sound like an IBM Selectric typewriter, for those -moments when your loud, clicky mechanical keyboard is not at hand, yet, you’d +moments when your loud, clicky mechanical keyboard is not at hand, yet, you'd still wish to enjoy the sound. ** Features: diff --git a/layers/+intl/chinese/README.org b/layers/+intl/chinese/README.org index 8ad46f809..fe9b0c023 100644 --- a/layers/+intl/chinese/README.org +++ b/layers/+intl/chinese/README.org @@ -90,7 +90,7 @@ to replace the current selection in-place. chinese-enable-fcitx t))) #+END_SRC -If you don’t need to type Chinese in minibuffer, you can temporarily disable fcitx in the minibuffer +If you don't need to type Chinese in minibuffer, you can temporarily disable fcitx in the minibuffer with the following configuration. #+BEGIN_SRC emacs-lisp @@ -102,7 +102,7 @@ with the following configuration. You need to install =fcitx= and =fcitx-remote= on your machine. ***** Mac OS X -We don’t have a =fcitx= in OS X yet but we already added an emulation called +We don't have a =fcitx= in OS X yet but we already added an emulation called =fcitx-remote= to make you happy with other Chinese input-methods. You can install [[https://github.com/CodeFalling/fcitx-remote-for-osx][fcitx-remote-for-osx]] from homebrew. @@ -135,7 +135,7 @@ You should set =chinese-enable-youdao-dict= to =t=. *** Set monospaced font size(设置等宽字体) If you are mixing Chinese script with Latin script, the text is not perfectly -aligned in org table. That’s because normally the Chinese font size is not equal +aligned in org table. That's because normally the Chinese font size is not equal to the Latin font size. You could call =spacemacs//set-monospaced-font= with your own Chinese font name in =dotspacemacs/user-config= function. diff --git a/layers/+intl/keyboard-layout/README.org b/layers/+intl/keyboard-layout/README.org index 6f4bff727..df4a98c4b 100644 --- a/layers/+intl/keyboard-layout/README.org +++ b/layers/+intl/keyboard-layout/README.org @@ -66,7 +66,7 @@ whether it is in the enabled list or not (default: =nil=). It is possible to override or add key bindings, by defining functions named =kl/pre-config-= and =kl/post-config-= in =dotspacemacs/user-init=. They are called just before and after the actual configuration of the key -bindings in this layer. *You don’t have to think about when to apply the +bindings in this layer. *You don't have to think about when to apply the configuration by yourself*. == is the name of the configuration you want to customize, they are listed under the [[#configuration][Configuration]] section. @@ -91,13 +91,13 @@ only tries to make these changes when the letters are used for *movements*. The equivalent remapping is also made for uppercase letters, ~CTRL+KEY~, ~META+KEY~ and leader key bindings such as (~SPC …~), whenever it makes sense. -In some cases the remapped keys won’t follow these conventions, mainly because -there are better alternatives, or because some movements don’t make sense. +In some cases the remapped keys won't follow these conventions, mainly because +there are better alternatives, or because some movements don't make sense. For example: In the =magit= status buffer, the ~c~ key is bound to =commit= by default. If we want to follow the conventions, then it should be remapped to -“move left” in the bepo layout, but since operations in =magit= are done line by -line, then there’s no reason to move left, and we won’t remap the ~c~ key. +"move left" in the bepo layout, but since operations in =magit= are done line by +line, then there's no reason to move left, and we won't remap the ~c~ key. * Keyboard layouts The following keyboard-layouts are available with this layer: @@ -105,7 +105,7 @@ The following keyboard-layouts are available with this layer: ** Bepo [[file:img/bepo-logo.png]] -Bepo is a keyboard layout that’s optimized for the French language. +Bepo is a keyboard layout that's optimized for the French language. [[file:img/bepo-layout.png]] @@ -124,7 +124,7 @@ The mapping correction is the one proposed for vim on the official Bepo [[http:/ Some Bepo keys are not used in the traditional mapping, mainly because they are not on the =en-us= keyboard layout. They are used as aliases for other shortcuts: -- Map the unused ~é~ key as an alias for ~w~, it’s more useful in vim mode: +- Map the unused ~é~ key as an alias for ~w~, it's more useful in vim mode: - ~é → w~ - ~É → W~ - Map indentation to direct-access keys: @@ -133,19 +133,19 @@ shortcuts: Some default configurations are also not optimal for vim, so the following defaults are changed: -- Change the =evil-escape= combination to something that’s faster to type, while +- Change the =evil-escape= combination to something that's faster to type, while being nearly nonexistent in French or English words: - ~fd → gq~ - In =avy=, the keys that select words/lines are remapped to the 8 characters under the home row fingers: - ~a u i e t s r n~ -Note: There’s one difference from the wiki version: ~w~ is *not* remapped to +Note: There's one difference from the wiki version: ~w~ is *not* remapped to ~C-w~. This avoids having to change its meaning in other modes. Spacemacs already provides ~SPC w~ for working with windows. ** Dvorak -Dvorak is a keyboard layout, that’s optimized for the English language. It +Dvorak is a keyboard layout, that's optimized for the English language. It rearranges the keys, to require less finger movements away from the home row. The most common Dvorak layout is called Dvorak Simplified Keyboard (referred to @@ -160,7 +160,7 @@ operating systems. [[file:img/programmer-dvorak-layout.png]] -There’s also a sub-layout called [[https://www.kaufmann.no/roland/dvorak/][Programmer Dvorak]]. It reorders the number and +There's also a sub-layout called [[https://www.kaufmann.no/roland/dvorak/][Programmer Dvorak]]. It reorders the number and symbol keys, to make it easier to type common programming symbols, without having to hold down the shift key. The keys that differ from the /Dvorak Simplified Keyboard/ are shown in blue. @@ -180,7 +180,7 @@ The lost keys are remapped as follows: The =dvorak= variant: uses the home row, which is shifted 1 key to the right of Vims movement keys. -- ~h~ doesn’t need to be remapped, it’s already under the index finger. +- ~h~ doesn't need to be remapped, it's already under the index finger. - ~t → j~ - ~n → k~ - ~s → l~ @@ -209,10 +209,10 @@ This layer offers three flavors of Colemak bindings: ~kl/pre-config-evil~ and ~kl/post-config-evil~ hooks will be run /twice/. ** Workman -=Workman= is an English-optimized keyboard layout that’s designed to, among +=Workman= is an English-optimized keyboard layout that's designed to, among other things, reduce finger travel-distance, and balance the load equally between hands. It is meant to function particularly well in conjunction with -ortholinear (’matrix’ or ’grid’) keyboards, such as the one depicted in the +ortholinear ('matrix' or 'grid') keyboards, such as the one depicted in the diagram below. More information can be found in the [[https://en.wikipedia.org/wiki/Keyboard_layout#Workman][Workman section]], of the wikipedia keyboard layout page. diff --git a/layers/+lang/agda/README.org b/layers/+lang/agda/README.org index c5d2e8e78..a1ef87360 100644 --- a/layers/+lang/agda/README.org +++ b/layers/+lang/agda/README.org @@ -15,7 +15,7 @@ This layer adds support for the [[http://wiki.portal.chalmers.se/agda/pmwiki.php ** Features: - Faces redefined to correctly play with themes. -- Spacemacs bindings to Agda’s interactive tools. +- Spacemacs bindings to Agda's interactive tools. *This layer is in construction, it needs your contributions and bug reports.* @@ -37,9 +37,9 @@ information about setting up =$PATH=, check out the corresponding section in the FAQ (~SPC h SPC $PATH RET~). By default the =agda-mode= executable bundled with most agda installations is -used to locate the agda-mode package. If you don’t have it and want to use a +used to locate the agda-mode package. If you don't have it and want to use a local agda-mode package, you can customize the layer variable =agda-mode-path= -to your needs. Set it to =nil= if =agda2.el= is already discoverable in Emacs’ +to your needs. Set it to =nil= if =agda2.el= is already discoverable in Emacs' load path, otherwise set it to the path at which =agda2.el= can be found. For example, @@ -48,7 +48,7 @@ example, #+END_SRC * Key bindings -The key bindings of this layer don’t follow the Spacemacs conventions, +The key bindings of this layer don't follow the Spacemacs conventions, we opted to a simple transcription of stock Agda mode key bindings to Spacemacs leader key. @@ -60,7 +60,7 @@ All Agda specific bindings are prefixed with the major-mode leader | ~SPC m =~ | Show constraints. | | ~SPC m ?~ | Show all goals. | | ~SPC m ​,​~ | Shows the type of the goal at point and the currect context. | -| ~SPC m .~ | Shows the context, the goal and the given expression’s inferred type. | +| ~SPC m .~ | Shows the context, the goal and the given expression's inferred type. | | ~SPC m a~ | Simple proof search. | | ~SPC m b~ | Go to the previous goal, if any and activate goal-navigation transient-state. | | ~SPC m c~ | Refine the pattern variables given in the goal. | diff --git a/layers/+lang/alda/README.org b/layers/+lang/alda/README.org index f37a8de4b..c8262dbde 100644 --- a/layers/+lang/alda/README.org +++ b/layers/+lang/alda/README.org @@ -14,7 +14,7 @@ Alda is a music composition language allowing music to easily be written and edited in a text file. -This layer adds key bindings for =alda-mode=’s functions, which allow Alda code +This layer adds key bindings for =alda-mode='s functions, which allow Alda code to be interpreted and played by the running Alda server. It will also start the Alda server if it is not running. diff --git a/layers/+lang/autohotkey/README.org b/layers/+lang/autohotkey/README.org index 9b2d6b6b8..d8b39212d 100644 --- a/layers/+lang/autohotkey/README.org +++ b/layers/+lang/autohotkey/README.org @@ -14,8 +14,8 @@ Syntax highlighting and Emacs functions for use with [[https://autohotkey.com/][AutoHotkey]] or [[http://ahkscript.org][AutoHotkey_L]]. -Using a combined implementation of ahk-mode from Xah Lee’s =xahk-mode= -and Robert Widhopf-Fenk’s =autohotkey-mode=. Updated with the latest +Using a combined implementation of ahk-mode from Xah Lee's =xahk-mode= +and Robert Widhopf-Fenk's =autohotkey-mode=. Updated with the latest ahk and ahk_l commands found in the latest revision of [[http://fincs.ahk4.net/scite4ahk/][SciTE4AutoHotkey]]. diff --git a/layers/+lang/bibtex/README.org b/layers/+lang/bibtex/README.org index 8bb2cb912..46574c251 100644 --- a/layers/+lang/bibtex/README.org +++ b/layers/+lang/bibtex/README.org @@ -69,7 +69,7 @@ In a Bib(La)TeX file, the following key bindings are added: | ~SPC m i~ | Insert new entry | | ~SPC m s~ | Sort entry | | ~SPC m h~ | Various actions on entry | -| ~SPC m l a~ | Lookup and add arXiv paper (don’t get PDF) | +| ~SPC m l a~ | Lookup and add arXiv paper (don't get PDF) | | ~SPC m l A~ | Lookup and add arXiv paper (download PDF) | | ~SPC m l d~ | Lookup and add paper by DOI | | ~SPC m l i~ | Lookup and add book by ISBN | diff --git a/layers/+lang/c-c++/README.org b/layers/+lang/c-c++/README.org index 515e97061..be5c39626 100644 --- a/layers/+lang/c-c++/README.org +++ b/layers/+lang/c-c++/README.org @@ -176,7 +176,7 @@ specifying an explicit =c-c++-lsp-cache-dir=. Setting this value to a relative p subdirectory of your project root. There are other initialization options such as the number of indexer threads, cache serialization format. -They have good default values. See =config.el= of the layer and the backends’ respective homepages for more info. +They have good default values. See =config.el= of the layer and the backends' respective homepages for more info. - [[https://github.com/cquery-project/cquery/wiki/Emacs][Emacs section of =cquery= wiki]] - [[https://github.com/MaskRay/ccls/wiki/Emacs][Emacs section of =ccls= wiki]] @@ -230,7 +230,7 @@ to load a projects =.clang_complete= file, which is just a text file with one clang flag per line, a format also used by other text editor clang plugins. Not only does this allow proper autocomplete on projects with extra includes and -flags, but there is also support for flycheck so that it doesn’t complain about +flags, but there is also support for flycheck so that it doesn't complain about missing header files. ** Enable google-set-c-style @@ -238,8 +238,8 @@ If you have clang enabled with =clang-format= as described earlier in this page you may not have a lot of neeed for =google-set-c-style= if you are already using a mode based on Google mode for most of your projects. -However, if you don’t have (or want) =clang-format=, or if you have to do a lot -[[https://www.emacswiki.org/emacs/TrampMode][Tramp]] remote editing on systems that don’t have =clang-format= installed, you +However, if you don't have (or want) =clang-format=, or if you have to do a lot +[[https://www.emacswiki.org/emacs/TrampMode][Tramp]] remote editing on systems that don't have =clang-format= installed, you may want =google-c-style= enabled and added to your common hooks. To get =google-c-style= actually install itself into your C/C++ common hooks, diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index 8cca6b405..343ef60e1 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -225,7 +225,7 @@ When enabled the symbol =🆂= should be displayed in the mode-line. * Key bindings ** Working with clojure files (barfage, slurpage & more) Spacemacs comes with a special =lisp-state= for working with lisp code that -supports slurpage, barfage and more tools you’ll likely want when working with +supports slurpage, barfage and more tools you'll likely want when working with lisp. As this state works the same for all files, the documentation is in global @@ -331,7 +331,7 @@ As this state works the same for all files, the documentation is in global | ~SPC m d r~ | reload namespaces | | ~SPC m d s~ | show what is currently traced | | ~SPC m d S~ | show what is currently traced in current namespace | -| ~SPC m d t b~ | trace current file’s namespace | +| ~SPC m d t b~ | trace current file's namespace | | ~SPC m d t d~ | disable existing trace on current function | | ~SPC m d t D~ | disable existing trace on all functions | | ~SPC m d t e~ | enable existing trace on current function | @@ -531,6 +531,6 @@ In general, ~q~ should always quit the popped up buffer. * Development Notes ** Indentation With a [[https://github.com/clojure-emacs/cider/blob/master/doc/indent_spec.md][new]] functionality of Cider to read the custom indentation rules from the -var’s metadata, it is better for consistency reasons to not add the custom +var's metadata, it is better for consistency reasons to not add the custom indentation rules to Spacemacs, but to add them to the metadata of those specific vars. diff --git a/layers/+lang/common-lisp/README.org b/layers/+lang/common-lisp/README.org index 7a767803e..b322613fa 100644 --- a/layers/+lang/common-lisp/README.org +++ b/layers/+lang/common-lisp/README.org @@ -72,7 +72,7 @@ When enabled the symbol =🆂= should be displayed in the mode-line. * Key bindings ** Working with lisp files (barfage, slurpage & more) Spacemacs comes with a special =lisp-state= for working with lisp code that -supports slurpage, barfage and more tools you’ll likely want when working with +supports slurpage, barfage and more tools you'll likely want when working with lisp. As this state works the same for all files, the documentation is in global @@ -88,7 +88,7 @@ As this state works the same for all files, the documentation is in global | ~SPC m h h~ | Describe symbol at point | | ~SPC m h i~ | Inspect definition | | ~SPC m h H~ | Hyperspec lookup symbol at point | -| ~SPC m h p~ | Browse apropos results for a package’s exported symbols | +| ~SPC m h p~ | Browse apropos results for a package's exported symbols | | ~SPC m h t~ | Toggle tracing of the function at point | | ~SPC m h T~ | Untrace all functions | | ~SPC m h <~ | Show all known callers | diff --git a/layers/+lang/coq/README.org b/layers/+lang/coq/README.org index ea1268d0b..499f8b990 100644 --- a/layers/+lang/coq/README.org +++ b/layers/+lang/coq/README.org @@ -82,7 +82,7 @@ font, or disable the feature by adding the following snippet to the your | ~SPC m h E~ | Browse all available documentation for errors | ** Prover queries -The mnemonic for =a= is “ask”. +The mnemonic for =a= is "ask". | Key binding | Description | |---------------+---------------------------------------------| @@ -92,7 +92,7 @@ The mnemonic for =a= is “ask”. | ~SPC m a B~ | About (showing all) | | ~SPC m a c~ | Check | | ~SPC m a C~ | Check (showing all) | -| ~SPC m a f~ | Search (mnemonic: “find theorems”) | +| ~SPC m a f~ | Search (mnemonic: "find theorems") | | ~SPC m a i b~ | About (showing implicits) | | ~SPC m a i c~ | Check (showing implicits) | | ~SPC m a i i~ | Print (showing implicits) | diff --git a/layers/+lang/elixir/README.org b/layers/+lang/elixir/README.org index a033ee91b..da84a1ce6 100644 --- a/layers/+lang/elixir/README.org +++ b/layers/+lang/elixir/README.org @@ -73,7 +73,7 @@ Then run in your shell: For more info about mix [[http://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html][see]]. -You can tell flycheck-credo to call credo with the ’--strict’ argument. +You can tell flycheck-credo to call credo with the '--strict' argument. #+BEGIN_SRC elisp (setq flycheck-elixir-credo-strict t) @@ -121,7 +121,7 @@ contents: #+END_SRC Spacemacs marks the variable =elixir-enable-compilation-checking= as safe so -Emacs won’t ask you if the variable is safe whenever an elixir file is opened. +Emacs won't ask you if the variable is safe whenever an elixir file is opened. Remember that you can verify the flycheck checkers status with ~SPC e v~. diff --git a/layers/+lang/elm/README.org b/layers/+lang/elm/README.org index 08495c92f..cb2df21c1 100644 --- a/layers/+lang/elm/README.org +++ b/layers/+lang/elm/README.org @@ -93,7 +93,7 @@ To build from source, see instructions here: cursor and provide support for auto-completion, but it is not part of the standard elm-platform. -Both the “company” and “auto-complete” backends are supported, but this layer +Both the "company" and "auto-complete" backends are supported, but this layer is configured with company. To install =elm-oracle=, install =node.js= and =npm=, then @@ -136,7 +136,7 @@ Alternatively, to preview from buffer, press ~C-u C-c C-n~ (or ~SPC m R n~). To preview in debug mode, prefix with ~C-u~ (or ~SPC u~). By default, =elm-reactor= with launch with its own generated index.html. To use -a custom html, you’d need to load the debuger excplictly and use an http daemon +a custom html, you'd need to load the debuger excplictly and use an http daemon to serve your custom file. If needed, default values for host and port used by for the elm-reactor server diff --git a/layers/+lang/emacs-lisp/README.org b/layers/+lang/emacs-lisp/README.org index 1025bf33f..d955ea8fc 100644 --- a/layers/+lang/emacs-lisp/README.org +++ b/layers/+lang/emacs-lisp/README.org @@ -58,7 +58,7 @@ You can also exclude the =auto-compile= package. * Working with lisp files (barfage, slurpage & more) Spacemacs comes with a special =lisp-state= for working with lisp code that -supports slurpage, barfage and more tools you’ll likely want when working with +supports slurpage, barfage and more tools you'll likely want when working with lisp. As this state works the same for all files, the documentation is in global diff --git a/layers/+lang/ess/README.org b/layers/+lang/ess/README.org index 9bdb16d16..1c4ed99d0 100644 --- a/layers/+lang/ess/README.org +++ b/layers/+lang/ess/README.org @@ -108,7 +108,7 @@ Helpers that provide further interaction with the REPL. | ~SPC m r r~ | reload ESS process | | ~SPC m r s~ | set source style | | ~SPC m r t~ | build tags for directory | -| ~SPC m r w~ | set “width” option | +| ~SPC m r w~ | set "width" option | ** R devtools Interaction with the =R= =devtools= package. diff --git a/layers/+lang/go/README.org b/layers/+lang/go/README.org index 2f5ff7674..36ca565f9 100644 --- a/layers/+lang/go/README.org +++ b/layers/+lang/go/README.org @@ -30,7 +30,7 @@ This layer adds extensive support for go to Spacemacs. - Source analysis using [[https://docs.google.com/document/d/1_Y9xCEMj5S-7rv2ooHpZNH15JgRT5iM742gJkw5LtmQ][go-guru]] - Refactoring with [[http://gorefactor.org/][godoctor]] - Edit struct field tag with [[https://github.com/fatih/gomodifytags][gomodifytags]] -- Linting with flycheck’s built-in checkers or flycheck-gometalinter +- Linting with flycheck's built-in checkers or flycheck-gometalinter - Coverage profile visualization - Test generation with [[https://github.com/s-kostyaev/go-gen-test][go-gen-test]] - Get packages faster with [[https://github.com/haya14busa/gopkgs][gopkgs]] @@ -173,7 +173,7 @@ the layer variable =go-tab-width=, e.g. (go :variables go-tab-width 4) #+END_SRC -If you’re using =.editorconfig= in your project, set the value to nil to avoid +If you're using =.editorconfig= in your project, set the value to nil to avoid confliction, e.g. #+BEGIN_SRC emacs-lisp @@ -181,7 +181,7 @@ confliction, e.g. #+END_SRC ** Tests -If you’re using =gocheck= in your project you can use the +If you're using =gocheck= in your project you can use the =go-use-gocheck-for-testing= variable to enable suite testing and to get single function testing to work. @@ -200,7 +200,7 @@ To provide additional arguments to go test, specify =go-use-test-args=. #+END_SRC ** Guru -Go Oracle has been deprecated as of October 1, 2016, it’s replacement is =go-guru=. +Go Oracle has been deprecated as of October 1, 2016, it's replacement is =go-guru=. If you would like to use the =goguru= bindings in your work, you will need to install it, and in your project you will need to set the scope with ~SPC m f o~. @@ -242,7 +242,7 @@ You have a few options to ensure you always get up to date suggestions: | Key binding | Description | |---------------+---------------------------------------------------------------------------------------| -| ~SPC m =~ | run “go fmt” | +| ~SPC m =~ | run "go fmt" | | ~SPC m e b~ | go-play buffer | | ~SPC m e d~ | download go-play snippet | | ~SPC m e r~ | go-play region | @@ -254,14 +254,14 @@ You have a few options to ensure you always get up to date suggestions: | ~SPC m i g~ | goto imports | | ~SPC m i r~ | remove unused import | | ~SPC m r n~ | go rename | -| ~SPC m t P~ | run “go test” for the current package and all packages under it | +| ~SPC m t P~ | run "go test" for the current package and all packages under it | | ~SPC m t g f~ | generate tests for all exported functions | | ~SPC m t g F~ | generate tests for all functions | | ~SPC m t g g~ | DWIM generate test for the function in the active region | -| ~SPC m t p~ | run “go test” for the current package | -| ~SPC m t s~ | run “go test” for the suite you’re currently in (requires gocheck) | -| ~SPC m t t~ | run “go test” for the function you’re currently in (while you’re in a _.test.go file) | -| ~SPC m x x~ | run “go run” for the current ’main’ package | +| ~SPC m t p~ | run "go test" for the current package | +| ~SPC m t s~ | run "go test" for the suite you're currently in (requires gocheck) | +| ~SPC m t t~ | run "go test" for the function you're currently in (while you're in a _.test.go file) | +| ~SPC m x x~ | run "go run" for the current 'main' package | ** Go Guru diff --git a/layers/+lang/haskell/README.org b/layers/+lang/haskell/README.org index f3b69e32f..3585d796e 100644 --- a/layers/+lang/haskell/README.org +++ b/layers/+lang/haskell/README.org @@ -93,11 +93,11 @@ First of all, make sure that your =$PATH= contains the installation path for Haskell tools like =ghc=, =ghci= etc. It depends on how you have installed =ghc=, but you can always check it by running =which ghc= in your terminal. =Stack= users should only add the installation path of =stack= itself. Usually -it’s =~/.local/bin=. +it's =~/.local/bin=. Then make sure that your =$PATH= contains the installation path for the =cabal= packages. If you are using =cabal= it should be =~/.cabal/bin= or -=~/Library/Haskell/bin= (for ’Haskell for Mac’ users). If you are using =stack= +=~/Library/Haskell/bin= (for 'Haskell for Mac' users). If you are using =stack= then it should be =~/.local/bin=. For information about setting up =$PATH=, check out the corresponding section in @@ -105,11 +105,11 @@ the FAQ (~SPC h SPC $PATH RET~). ** Completion support This layer provides several completion backends - =intero=, =dante=, =ghci=, -=ghc-mod=, and =lsp=. =ghci= (=company-ghci=) is used by default, because it doesn’t +=ghc-mod=, and =lsp=. =ghci= (=company-ghci=) is used by default, because it doesn't require any dependencies, and it works with both =stack= and pure =cabal= projects. The completion backend can be changed manually, by setting the value of the =haskell-completion-backend= variable. Note that in order to enable -completion, you’ll have to enable the =auto-completion= layer as well. +completion, you'll have to enable the =auto-completion= layer as well. #+BEGIN_SRC emacs-lisp (setq-default dotspacemacs-configuration-layers @@ -148,7 +148,7 @@ manually, by calling =stack install intero=, but this step is optional as case-splitting and much more. In order to use it, you need to install the executable with =cabal install ghc-mod= (or the =stack= equivalent). -=Stack= users also should make sure that =dist/setup-config= doesn’t exist in +=Stack= users also should make sure that =dist/setup-config= doesn't exist in the project root. As it will confuse =ghc-mod=. For more troubleshooting, checkout this [[https://github.com/DanielG/ghc-mod/wiki#user-content-known-issues-related-to-stack][document]]. @@ -169,7 +169,7 @@ The Haskell layer supports some extra features, which can be enabled through the layer variables. *** structured-haskell-mode -Currently there is no support for [[https://github.com/chrisdone/structured-haskell-mode][structured-haskell-mode]], since it doesn’t play +Currently there is no support for [[https://github.com/chrisdone/structured-haskell-mode][structured-haskell-mode]], since it doesn't play very well with non-emacs editing styles ([[https://github.com/chrisdone/structured-haskell-mode/issues/81][structured-haskell-mode/#81]]). Emacs editing style users can easily enable it by adding =structured-haskell-mode= to the list of =dotspacemacs-additional-packages= in your =.spacemacs= file. For @@ -345,7 +345,7 @@ buffer, =module Foo where= is inserted. On a function without signature, the inferred type is inserted. On a symbol =foo= without definition, =foo = undefined= is inserted or a proper module is imported. ~SPC m m u~ inserts a hole in this case. On a variable, the case is split. When checking with hlint, -the original code is replaced with hlint’s suggestion if possible. +the original code is replaced with hlint's suggestion if possible. ** Intero This command is only available when intero is enabled. @@ -366,27 +366,27 @@ errors and warnings in the code. Those components are: Since all of these components can be active at the same time, it can be tricky to know which component is displaying which message, especially when they disagree, -or if one isn’t working. Only flycheck errors (ghc and hlint) are displayed in +or if one isn't working. Only flycheck errors (ghc and hlint) are displayed in the error list and can be navigated between, using the standard Spacemacs key bindings (under ~SPC e~) even though errors from other modes might highlight the actual buffer. ** Flycheck -This is the standard Spacemacs way of syntax checking, and it’s also the most +This is the standard Spacemacs way of syntax checking, and it's also the most elaborate. You need to install the syntax-checking layer first. Please read the -layer’s [[https://github.com/syl20bnr/spacemacs/tree/develop/layers/+checkers/syntax-checking][documentation]] on how to interact with flycheck. +layer's [[https://github.com/syl20bnr/spacemacs/tree/develop/layers/+checkers/syntax-checking][documentation]] on how to interact with flycheck. Flycheck has different Haskell checkers: =haskell-ghc=, =haskell-stack-ghc= and =haskell-hlint=. Normally it can detect the best one to use automatically, but -if it doesn’t work, then you can change it with ~SPC e s~. +if it doesn't work, then you can change it with ~SPC e s~. ** HLint -HLint is a linter for Haskell. It doesn’t detect errors (as long as it can parse +HLint is a linter for Haskell. It doesn't detect errors (as long as it can parse the file) but bad coding style and code smell. The HLint checker is called *after* the flycheck GHC checker. ** ghc-mod -Ghc-mod, when enabled, also does syntax checking. It doesn’t highlight errors, +Ghc-mod, when enabled, also does syntax checking. It doesn't highlight errors, but instead displays an exclamation point in the fringe. You can navigate between errors using =ghc-goto-next-error= (~M-n~) and =ghc-goto-prev-error= (~M-p~). @@ -399,7 +399,7 @@ error) or using =haskell-goto-next-error= (~M-n~) and =haskell-goto-prev-error= ** Flymake An alternative to syntax checking is to build your projects with -=flymake-compile=. It doesn’t highlight errors in the buffer, but it’s more +=flymake-compile=. It doesn't highlight errors in the buffer, but it's more reliable. The error navigation is similar to interactive haskell-mode. ** Troubleshooting @@ -426,8 +426,8 @@ Available options are: - stack-ghci ** The REPL is stuck -Make sure that there’s a space between the REPL’s =λ>= prompt and the cursor. -When there is no space, then the REPL will behave as if it’s stuck. Usually, +Make sure that there's a space between the REPL's =λ>= prompt and the cursor. +When there is no space, then the REPL will behave as if it's stuck. Usually, when you enter normal state, the cursor moves backwards by one character, so there is no required space when you switch to insert mode. There is a possible workaround - just add the following snippet to your =dotspacemacs/user-config= @@ -441,7 +441,7 @@ function: #+END_SRC It makes the cursor stay in the right place in the REPL buffer when you enter -normal state. Which in most cases helps you to avoid the problem with ’stuck’ +normal state. Which in most cases helps you to avoid the problem with 'stuck' REPL. Also, some users might want to start the REPL in insert mode. This is done by @@ -455,23 +455,23 @@ placing the following snippet in your =dotspacemacs/user-config= function: #+END_SRC ** I am using =stack= and =ghc-mod=, but =ghc-mod= doesn't work -Make sure that a =dist= directory doesn’t exist in your project root. If it +Make sure that a =dist= directory doesn't exist in your project root. If it exists, just remove it and try again. ** =ghc-mod= doesn't work First of all - make sure that the version of =ghc= matches the version of =ghc= that was used to build =ghc-mod=. To get the latter, call =ghc-mod --version= in -the terminal. If they don’t match then you’ll have to rebuild =ghc-mod=. +the terminal. If they don't match then you'll have to rebuild =ghc-mod=. =Stack= provides the ability to use different =ghc= versions across different -projects. If you’re using this feature, then you’ll have to rebuild =ghc-mod= -quite often. If you only use =ghc-mod= for completion, and don’t want to rebuild -=ghc-mod= every time you switch projects, then you’d better disable =ghc-mod= +projects. If you're using this feature, then you'll have to rebuild =ghc-mod= +quite often. If you only use =ghc-mod= for completion, and don't want to rebuild +=ghc-mod= every time you switch projects, then you'd better disable =ghc-mod= support, so that =company-ghci= will be used for completion. -The second thing to do if it’s still not working - is to call =ghc-mod debug= in -the root of the project that you’re currently working on. Make sure that it -doesn’t show any errors. If there are errors that you can’t solve - then it’s +The second thing to do if it's still not working - is to call =ghc-mod debug= in +the root of the project that you're currently working on. Make sure that it +doesn't show any errors. If there are errors that you can't solve - then it's better to report them [[https://github.com/DanielG/ghc-mod][upstream]]. ** Indentation doesn't reset when pressing return after an empty line @@ -493,24 +493,24 @@ following snippet into your =dotspacemacs/user-config= function. ** Flycheck displays HLint warnings but not errors The HLint checker is called *after* the normal flycheck checker, even if the -checker fails. Check the [[#flycheck-doesnt-work][Flycheck doesn’t work]] section. +checker fails. Check the [[#flycheck-doesnt-work][Flycheck doesn't work]] section. ** I can see highlighted errors but they don't appear in the error list The error list is only set by flycheck. You are probably seeing errors -highlighted by either ghc-mode or haskell-mode. Check the [[#flycheck-doesnt-work][Flycheck doesn’t work]] +highlighted by either ghc-mode or haskell-mode. Check the [[#flycheck-doesnt-work][Flycheck doesn't work]] section. ** Flycheck doesn't work -You can use the =flycheck-compile= command to check what’s wrong with flycheck. -This will show you the exact command line that’s used, and its output. +You can use the =flycheck-compile= command to check what's wrong with flycheck. +This will show you the exact command line that's used, and its output. -If you are using =stack=, check the [[#flycheck-doesnt-work-with-stack][Flycheck doesn’t work with =stack=]] section. +If you are using =stack=, check the [[#flycheck-doesnt-work-with-stack][Flycheck doesn't work with =stack=]] section. ** Flycheck doesn't work with =stack= First check that flycheck uses the correct checker, and all the paths are properly configured using =flycheck-verify-setup= (~SPC e v~). You can force the checker with =flycheck-select-checker= (~SPC e s~) to ensure that it uses -=haskell-stack-ghc=. If it still doesn’t work, then it could be one of the +=haskell-stack-ghc=. If it still doesn't work, then it could be one of the following problems: - The =stack= build directory is wrong - The project root is not set properly @@ -519,24 +519,24 @@ following problems: The path to the build directory, which contains some generated files, is normally under =.stack-work/install//Cabal-/build=. -However the version of the cabal library that’s used by =stack= to generate the -directory name is not the version of the cabal library that’s installed by -=stack= but rather the version of cabal that’s associated to the GHC version. +However the version of the cabal library that's used by =stack= to generate the +directory name is not the version of the cabal library that's installed by +=stack= but rather the version of cabal that's associated to the GHC version. This error can happen after upgrading cabal or cabal-install. To check if this -is the problem, compare the path name of the build path that’s used by flycheck +is the problem, compare the path name of the build path that's used by flycheck using =flycheck-compile= and compare it to the actual path in the =.stack-work= -directory. If they are different, then you’ll need to reinstall ghc using the +directory. If they are different, then you'll need to reinstall ghc using the command =stack setup --upgrade-cabal=. *** The Project root directory is not set properly Flycheck launches the GHC command, not from the project root directory, but from -the directory of the file that’s being checked. This is normally not a problem, +the directory of the file that's being checked. This is normally not a problem, as all the paths are set properly, however it could be a problem if some template Haskell functions use relative paths (e.g. in Yesod scaffolded projects). -Until it’s fixed in flycheck, the workaround is to wrap the =stack= command in -order to run all subcommands from the project’s root directory. You can do so +Until it's fixed in flycheck, the workaround is to wrap the =stack= command in +order to run all subcommands from the project's root directory. You can do so with the following script: #+BEGIN_SRC bash diff --git a/layers/+lang/idris/README.org b/layers/+lang/idris/README.org index 4208cfcbd..fce68d939 100644 --- a/layers/+lang/idris/README.org +++ b/layers/+lang/idris/README.org @@ -108,7 +108,7 @@ are reproduced under the local leader. |-------------+----------------------------------------------------------------------------| | ~SPC m b c~ | Build the package. | | ~SPC m b C~ | Clean the package, removing =.ibc= files | -| ~SPC m b i~ | Install the package to the user’s repository, building first if necessary. | +| ~SPC m b i~ | Install the package to the user's repository, building first if necessary. | | ~SPC m b p~ | Open package file. | When inside a package file, you can insert a field with ~SPC m f~. diff --git a/layers/+lang/java/README.org b/layers/+lang/java/README.org index 7a5821c42..089f223f4 100644 --- a/layers/+lang/java/README.org +++ b/layers/+lang/java/README.org @@ -223,7 +223,7 @@ Follow [[https://ensime.github.io/build_tools/sbt/][the ENSIME configuration ins the development version of Ensime so follow the appropriate steps. To use the build functions under ~SPC m b~ you need to use version =0.13.5= or -newer of =sbt=, and specify that in your project’s =project/build.properties=. +newer of =sbt=, and specify that in your project's =project/build.properties=. For example, #+BEGIN_SRC scala @@ -237,7 +237,7 @@ will suffice do the trick. *** Issues ENSIME is originally built for Scala, so support for java is not complete, in -particular refactoring doesn’t work. +particular refactoring doesn't work. ** LSP Java LSP Java is the Java adapter for [[https://github.com/emacs-lsp/lsp-mode][LSP Mode]] which is the Emacs client for [[https://github.com/Microsoft/language-server-protocol][Language Server Protocol]]. diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index 16c5b3ed9..2f457b6d8 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -183,7 +183,7 @@ To use the available JS repl, you need a running httpd server and a page loaded with skewer. If a blank page serves your needs, just use the run-skewer command in your javascript buffer. If you want to inject it in your own page, follow [[https://github.com/skeeto/skewer-mode#skewering-with-cors][these instructions]] (install the Greasemonkey script and then click the triangle -in the top-right corner - if it turns green, you’re good to go). +in the top-right corner - if it turns green, you're good to go). ** Node Modules If you would like =node_modules/.bin= to be automatically added to the buffer diff --git a/layers/+lang/jsonnet/README.org b/layers/+lang/jsonnet/README.org index 90e9e909d..a21946742 100644 --- a/layers/+lang/jsonnet/README.org +++ b/layers/+lang/jsonnet/README.org @@ -24,7 +24,7 @@ To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =jsonnet= to the existing =dotspacemacs-configuration-layers= list in this file. -To use some of the additional formatting and evaluation features, you’ll need +To use some of the additional formatting and evaluation features, you'll need [[http://jsonnet.org/index.html][the jsonnet binary]] * Key bindings diff --git a/layers/+lang/julia/README.org b/layers/+lang/julia/README.org index 86dab4aae..0516abd3d 100644 --- a/layers/+lang/julia/README.org +++ b/layers/+lang/julia/README.org @@ -57,7 +57,7 @@ if successful: * Options While =julia-mode= is perfectly usable without configuration or other packages, you can choose to replace the default functionality of using [[https://github.com/tpapp/julia-repl/][=julia-repl=]] as the -layer’s interactive REPL with the ess REPL and other functionality that comes +layer's interactive REPL with the ess REPL and other functionality that comes with it. To do so, install this layer with: #+BEGIN_SRC emacs-lisp diff --git a/layers/+lang/latex/README.org b/layers/+lang/latex/README.org index 6be5757ee..81c9c61cd 100644 --- a/layers/+lang/latex/README.org +++ b/layers/+lang/latex/README.org @@ -90,7 +90,7 @@ is nil. #+END_SRC ** Magic latex buffer -To enable “magic” symbols in latex buffers, set the variable +To enable "magic" symbols in latex buffers, set the variable =latex-enable-magic= to =t=. #+BEGIN_SRC emacs-lisp diff --git a/layers/+lang/markdown/README.org b/layers/+lang/markdown/README.org index d5fe40916..05972e206 100644 --- a/layers/+lang/markdown/README.org +++ b/layers/+lang/markdown/README.org @@ -73,7 +73,7 @@ information. To generate MMM-Modes for languages set the value of the variable =markdown-mmm-auto-modes= to a list of the languages. For languages where the mode name directly relates to the language name, use a string. Otherwise, use a -list of `(“language” “mode”)`: +list of `("language" "mode")`: #+BEGIN_SRC emacs-lisp dotspacemacs-configuration-layers '( diff --git a/layers/+lang/nim/README.org b/layers/+lang/nim/README.org index 12611c979..829f32315 100644 --- a/layers/+lang/nim/README.org +++ b/layers/+lang/nim/README.org @@ -37,5 +37,5 @@ and =nimsuggest= binary must be in $PATH. | ~SPC m c r~ | =nim compile --run main.nim= | | ~SPC m g g~ or ~M-.~ | Jump to definition | | ~SPC m g b~ or ~M-,~ | Jump back | -| ~SPC m h h~ | Show symbol’s documentation | +| ~SPC m h h~ | Show symbol's documentation | |----------------------+------------------------------| diff --git a/layers/+lang/ocaml/README.org b/layers/+lang/ocaml/README.org index f4493ec70..c6a4f36e9 100644 --- a/layers/+lang/ocaml/README.org +++ b/layers/+lang/ocaml/README.org @@ -35,7 +35,7 @@ file. ** Using merlin for error reporting By default [[https://github.com/flycheck/flycheck-ocaml][flycheck-ocaml]] is used for error reporting when the =syntax-checking= layer is also enabled as this is common throughout spacemacs. -You can disable this and switch back to [[https://github.com/ocaml/merlin][merlin]]’s default error reporting method +You can disable this and switch back to [[https://github.com/ocaml/merlin][merlin]]'s default error reporting method by adding [[https://github.com/flycheck/flycheck-ocaml][flycheck-ocaml]] to your excluded packages list in =.spacemacs=: #+BEGIN_SRC emacs-lisp diff --git a/layers/+lang/purescript/README.org b/layers/+lang/purescript/README.org index 315302f81..5f9f8e6b9 100644 --- a/layers/+lang/purescript/README.org +++ b/layers/+lang/purescript/README.org @@ -33,7 +33,7 @@ To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =purescript= to the existing =dotspacemacs-configuration-layers= list in this file. -You’ll also need to make sure the PureScript compiler and its associated +You'll also need to make sure the PureScript compiler and its associated binaries (psc-ide-server, psci,...) are on your path. Installation instructions can be found [[https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md][here]]. diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index 1e8b121c3..39d623643 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -108,7 +108,7 @@ issue]] for details. Source: [[https://github.com/proofit404/anaconda-mode#issues]] -If you are facing errors such as “Unable to run anaconda-mode server”, try +If you are facing errors such as "Unable to run anaconda-mode server", try setting your =PYTHONPATH= as explained at [[https://github.com/proofit404/anaconda-mode#pythonpath]] @@ -128,8 +128,8 @@ Additionally you can install the following other packages: pip install pyls-mypy #+END_SRC -If you’ve installed the language server and related packages as development -dependencies in a pipenv environment, you’ll want to set the ~python-pipenv-activate~ +If you've installed the language server and related packages as development +dependencies in a pipenv environment, you'll want to set the ~python-pipenv-activate~ config variable to ~t~. This activates your pipenv before enabling the lsp backend. diff --git a/layers/+lang/racket/README.org b/layers/+lang/racket/README.org index e1590b3d3..ad31c44fd 100644 --- a/layers/+lang/racket/README.org +++ b/layers/+lang/racket/README.org @@ -30,7 +30,7 @@ Adds support for the [[http://racket-lang.org/][Racket]] programming language. To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =racket= to the existing =dotspacemacs-configuration-layers= list in this file. You will also need DrRacket installed. Alternatively, one can use the -“Minimal Racket” installation, and then run the following command. +"Minimal Racket" installation, and then run the following command. #+BEGIN_SRC Bash raco pkg install drracket diff --git a/layers/+lang/ruby/README.org b/layers/+lang/ruby/README.org index 067ed0d0f..d245aecf1 100644 --- a/layers/+lang/ruby/README.org +++ b/layers/+lang/ruby/README.org @@ -41,7 +41,7 @@ To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =ruby= to the existing =dotspacemacs-configuration-layers= list in this file. -This layer supports two different Ruby modes: Emacs’s built-in Ruby Mode and +This layer supports two different Ruby modes: Emacs's built-in Ruby Mode and [[https://github.com/zenspider/enhanced-ruby-mode][enh-ruby-mode]]. By default the built-in Ruby mode is enabled. To switch to the =enh-ruby-mode= set =ruby-enable-enh-ruby-mode= to t: @@ -167,8 +167,8 @@ When =ruby-test-runner= equals =rspec=. | ~SPC m t m~ | run specs related to the current buffer | | ~SPC m t r~ | re-run last spec | | ~SPC m t t~ | run spec at pointer | -| ~SPC m t TAB~ | toggle between spec’s and target’s buffer | -| ~SPC m t ~~ | toggle between spec’s and target’s buffer find example | +| ~SPC m t TAB~ | toggle between spec's and target's buffer | +| ~SPC m t ~~ | toggle between spec's and target's buffer find example | *** Ruby-test-mode When =ruby-test-runner= equals =ruby-test=. diff --git a/layers/+lang/scala/README.org b/layers/+lang/scala/README.org index 849bd4dcf..80aeac731 100644 --- a/layers/+lang/scala/README.org +++ b/layers/+lang/scala/README.org @@ -118,7 +118,7 @@ variable =scala-auto-insert-asterisk-in-comments= to =t=. To replace ~=>~, =->= and =<-= with unicode arrows =⇒=, =→= and =←=, set the variable =scala-use-unicode-arrows= to =t=. -If in some occasions you don’t want the arrows replaced (for example when +If in some occasions you don't want the arrows replaced (for example when defining compound operators like ~=>>~), you can always undo the change and get the ascii arrows back. diff --git a/layers/+lang/sql/README.org b/layers/+lang/sql/README.org index 7f7d41d37..06ed67a5e 100644 --- a/layers/+lang/sql/README.org +++ b/layers/+lang/sql/README.org @@ -89,8 +89,8 @@ This layer is blacklisting =name= by default as it is a very common name for column and NAME is non-reserved SQL keyword. ** Auto-Indent -This mode use [[https://github.com/alex-hhh/emacs-sql-indent][sql-indent]] to indent the code. You can check the package’s README -to adjust the rules. If that’s not what you want, you can also disable +This mode use [[https://github.com/alex-hhh/emacs-sql-indent][sql-indent]] to indent the code. You can check the package's README +to adjust the rules. If that's not what you want, you can also disable auto-indent by setting the variable =sql-auto-indent= to =nil=. #+BEGIN_SRC emacs-lisp diff --git a/layers/+lang/swift/README.org b/layers/+lang/swift/README.org index 72ad95ebb..1af56a5a4 100644 --- a/layers/+lang/swift/README.org +++ b/layers/+lang/swift/README.org @@ -14,7 +14,7 @@ - [[#swift-repl-mode][swift-repl-mode]] * Description -This layer adds support for Apple’s Swift programming language, used as a +This layer adds support for Apple's Swift programming language, used as a general purpose scripting language. ** Features: diff --git a/layers/+lang/typescript/README.org b/layers/+lang/typescript/README.org index e4a5f1470..0d955adfa 100644 --- a/layers/+lang/typescript/README.org +++ b/layers/+lang/typescript/README.org @@ -121,7 +121,7 @@ error. Try node version 0.12.x if you get this error. Send to playground requires browser. -Currently tsserver doesn’t pickup tsconfig.json file changes. You might need to +Currently tsserver doesn't pickup tsconfig.json file changes. You might need to restart server after editing it. ** Language Server Protocol @@ -137,8 +137,8 @@ Consult the installation command for the desired language server found at [[http | ~SPC m E d~ | add =tslitn-disable-next-line= at point | | ~SPC m E e~ | fix thing at point | | ~SPC m g b~ | jump back | -| ~SPC m g g~ | jump to entity’s definition | -| ~SPC m g t~ | jump to entity’s type definition | +| ~SPC m g g~ | jump to entity's definition | +| ~SPC m g t~ | jump to entity's type definition | | ~SPC m g u~ | references | | ~SPC m h h~ | documentation at point | | ~SPC m r i~ | organize imports | diff --git a/layers/+misc/copy-as-format/README.org b/layers/+misc/copy-as-format/README.org index d0ef5fcf1..ca5971265 100644 --- a/layers/+misc/copy-as-format/README.org +++ b/layers/+misc/copy-as-format/README.org @@ -27,7 +27,7 @@ You can choose default formatter. (setq copy-as-format-default "markdown") #+END_SRC -Also, you can enable copying of buffer’s file name for asciidoc formatter. +Also, you can enable copying of buffer's file name for asciidoc formatter. #+BEGIN_SRC elisp (setq copy-as-format-asciidoc-include-file-name t) diff --git a/layers/+os/osx/README.org b/layers/+os/osx/README.org index 0dc44e3dc..e762704c4 100644 --- a/layers/+os/osx/README.org +++ b/layers/+os/osx/README.org @@ -57,7 +57,7 @@ Setting =nil= for modifiers will leave the left modifiers as emacs default. *** Use with non-US keyboard layouts If you need the ~⌥~ key to type common characters such as ={[]}~= which is usual -for e.g. Finnish and Swedish keyboard layouts, you’ll probably want to leave the +for e.g. Finnish and Swedish keyboard layouts, you'll probably want to leave the ~⌥~ key unchanged by setting the =osx-option-as= variable to =none=: #+BEGIN_SRC emacs-lisp diff --git a/layers/+readers/dash/README.org b/layers/+readers/dash/README.org index 90fb4fc66..ad960079b 100644 --- a/layers/+readers/dash/README.org +++ b/layers/+readers/dash/README.org @@ -20,7 +20,7 @@ This layer integrates offline api browsers into emacs. It provides one for OS X, Linux and Windows. ** Features: -- Searching for word at point in offline api browser’s UI. +- Searching for word at point in offline api browser's UI. - Integration of offline api browser search results in helm and ivy. - Support for [[https://kapeli.com/dash][dash]] offline api browser for OS X. - Support for [[https://zealdocs.org/][zeal]] offline api browser for Linux. @@ -46,7 +46,7 @@ Then install the docsets you use more frequently * Word at point =dash-at-point= and =zeal-at-point= will search for the word at point in the respective offline api browser. -The result will be displayed in the offline browser’s UI. +The result will be displayed in the offline browser's UI. However having to leave emacs to have a look at the search results may be a bit awkward. To help with this it is also possible to integrate the search results directly in =helm= or =ivy= diff --git a/layers/+readers/elfeed/README.org b/layers/+readers/elfeed/README.org index 74b1d21f0..b50b780d9 100644 --- a/layers/+readers/elfeed/README.org +++ b/layers/+readers/elfeed/README.org @@ -128,7 +128,7 @@ Be sure that you added some feeds first then load your feeds with ~gr~ in evilified buffer. Or ~M-x elfeed-update~. ** Queue timeout exceeded -If you are getting “Queue timeout exceeded” errors, try increasing +If you are getting "Queue timeout exceeded" errors, try increasing the value of =url-queue-timeout=. #+BEGIN_SRC emacs-lisp diff --git a/layers/+readers/pdf/README.org b/layers/+readers/pdf/README.org index 2bbce913a..74b6a89d3 100644 --- a/layers/+readers/pdf/README.org +++ b/layers/+readers/pdf/README.org @@ -25,9 +25,9 @@ This layer enables support for PDF with the [[https://github.com/politza/pdf-too According to the official repository: #+BEGIN_QUOTE - “PDF Tools is, among other things, a replacement of DocView for PDF files. The + "PDF Tools is, among other things, a replacement of DocView for PDF files. The key difference is, that pages are not pre-rendered by e.g. ghostscript and - stored in the file-system, but rather created on-demand and stored in memory.” + stored in the file-system, but rather created on-demand and stored in memory." #+END_QUOTE ** Features: @@ -38,10 +38,10 @@ According to the official repository: * Install ** Prerequisites -Linux is the only operating system officially supported, but it’s possible to +Linux is the only operating system officially supported, but it's possible to use =pdf-tools= on OS X as well, and possibly on other Unix flavors. -You’ll need to install a few libraries. Check the [[https://github.com/politza/pdf-tools#server-prerequisites][instructions]] on +You'll need to install a few libraries. Check the [[https://github.com/politza/pdf-tools#server-prerequisites][instructions]] on =pdf-tools= page. Note that compiling from source might not be necessary, as the documentation states. @@ -59,7 +59,7 @@ After installing the dependencies, add this to your =~/.spacemacs=. After that, syncronize your configuration with ~SPC f e R~. This will pop up a window showing the compilation process. -If everything goes right, the compilation won’t display any error and you will +If everything goes right, the compilation won't display any error and you will be able to see /PDFView/ (instead of /DocView/) on the spaceline after opening a pdf file. @@ -84,7 +84,7 @@ Additionally, all annotation related functions can be accessed with ~SPC m a~. Searching with =occur= can be done by using =pdf-occur= (~SPC m s s~). Tips: -- You’ll probably want to use =pdf-view-set-slice-from-bounding-box= (bound to +- You'll probably want to use =pdf-view-set-slice-from-bounding-box= (bound to ~SPC m s b~) This command trims the blank parts of the lateral margins, making the useful portion larger. - The last visited page is not saved across Emacs sessions. If you want save it, diff --git a/layers/+source-control/git/README.org b/layers/+source-control/git/README.org index 6f9cc0ca9..9c97f1813 100644 --- a/layers/+source-control/git/README.org +++ b/layers/+source-control/git/README.org @@ -89,13 +89,13 @@ commits messages. To enable this you have to add the following line to your #+END_SRC ** Git -Of course if your OS does not ship with git (!) you’ll have to install it +Of course if your OS does not ship with git (!) you'll have to install it on your machine. You can download it from the [[http://git-scm.com/downloads][download page]]. ** Git-Flow Git-flow is a standardized branching pattern for git repositories with the aim of making things more manageable. While there are tools to assist with making -this easier, these do nothing you couldn’t do manually. +this easier, these do nothing you couldn't do manually. Support requires installation of the git-flow extensions. Please reference their [[https://github.com/petervanderdoes/gitflow/wiki][installation page]] for assistance. @@ -203,7 +203,7 @@ A log selection buffer is presented as an interactive way of selecting a recent | Key binding | Description | |------------------------+---------------------------------------------| | ~SPC m c~ or ~SPC m ,~ | select the commit at point and act on it | -| ~SPC m a~ or ~SPC m k~ | abort selecting and don’t act on any commit | +| ~SPC m a~ or ~SPC m k~ | abort selecting and don't act on any commit | ** Interactive rebase buffer diff --git a/layers/+source-control/github/README.org b/layers/+source-control/github/README.org index 0509eb842..a1b95742a 100644 --- a/layers/+source-control/github/README.org +++ b/layers/+source-control/github/README.org @@ -103,7 +103,7 @@ In a =magit-status= buffer (~SPC g s~): | ~F P~ | list pull-requests | | ~F I~ | list issues | | ~p y~ | pull pull-requests and issues for the current repository | -| ~p Y~ | pull all notifications for the current repository’s forge | +| ~p Y~ | pull all notifications for the current repository's forge | In a =forge-topic= buffer: diff --git a/layers/+source-control/perforce/README.org b/layers/+source-control/perforce/README.org index 89805d592..e407a1fbf 100644 --- a/layers/+source-control/perforce/README.org +++ b/layers/+source-control/perforce/README.org @@ -21,9 +21,9 @@ To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =perforce= to the existing =dotspacemacs-configuration-layers= list in this file. -You’ll have to install the =p4= command line tool from the [[https://www.perforce.com/downloads/helix][download page]]. +You'll have to install the =p4= command line tool from the [[https://www.perforce.com/downloads/helix][download page]]. -Don’t forget to setup the environment variables: +Don't forget to setup the environment variables: - =P4_PORT= - =P4_CLIENT= - =P4_USER= diff --git a/layers/+source-control/version-control/README.org b/layers/+source-control/version-control/README.org index 91a7290ab..9a2295bc6 100644 --- a/layers/+source-control/version-control/README.org +++ b/layers/+source-control/version-control/README.org @@ -42,7 +42,7 @@ by setting =version-control-diff-tool= version-control-diff-tool 'diff-hl) #+END_SRC -You can choose the side on which the diff appears (by default it’s the right side) +You can choose the side on which the diff appears (by default it's the right side) #+BEGIN_SRC emacs-lisp '(version-control :variables @@ -131,7 +131,7 @@ Pressing ~C-c C-k~ will discard the commit message and close this buffer. |-------------+------------------------------------------------| | ~SPC m a~ | Apply a hunk | | ~SPC m d~ | Kill the hunk at point | -| ~SPC m D~ | Kill the current file’s hunk | +| ~SPC m D~ | Kill the current file's hunk | | ~SPC m e~ | Call =ediff-patch-file= on current buffer | | ~SPC m f c~ | Convert unified diffs to context diffs | | ~SPC m f r~ | Reverse the direction of the diffs | @@ -178,7 +178,7 @@ A transient buffer is also defined, start it with ~SPC m .~ or ~, .~ | ~H~ | Toggle whether or not the annotation is visible | | ~a~ | Visit the annotation of the revision identified in the current line | | ~p~ | Visit the annotation of the revision before the revision at line | -| ~d~ | Display the diff between the current line’s revision and the previous revision | +| ~d~ | Display the diff between the current line's revision and the previous revision | | ~f~ | Show in a buffer the file revision indicated by the current line | ** Version Control Transient-state diff --git a/layers/+spacemacs/spacemacs-purpose/README.org b/layers/+spacemacs/spacemacs-purpose/README.org index 619a2634a..75e11bdbe 100644 --- a/layers/+spacemacs/spacemacs-purpose/README.org +++ b/layers/+spacemacs/spacemacs-purpose/README.org @@ -18,11 +18,11 @@ * Description This layer enables [[https://github.com/bmag/emacs-purpose][window-purpose]], which provides an alternative, purpose-based window manager for Emacs. With this layer, your window layout should be robust -and shouldn’t change too much when opening all sorts of buffers. +and shouldn't change too much when opening all sorts of buffers. Regular [[https://github.com/m2ym/popwin-el][popwin]] is not triggered when window-purpose is enabled. However, the window-purpose layer provides a =purpose-popwin= extension, which -brings popwin’s behavior to window-purpose and solves that problem. +brings popwin's behavior to window-purpose and solves that problem. ** Features: - Window layout is more robust and less likely to change unintentionally @@ -31,7 +31,7 @@ brings popwin’s behavior to window-purpose and solves that problem. - Extensible window display behavior - Empty =purpose-mode-map=, to avoid conflicts with other key maps - Replicate popwin behavior for purpose-mode - almost no regression in popup behavior from using window-purpose. -- Reuses popwin’s settings: =popwin:special-display-config=, =popwin:popup-window-height= and =popwin:popup-window-width=. +- Reuses popwin's settings: =popwin:special-display-config=, =popwin:popup-window-height= and =popwin:popup-window-width=. - Difference from popwin: when several windows are open, popup window is sometimes bigger than with regular popwin in the same situation. * Purposes @@ -42,7 +42,7 @@ helps make a better decision of which window to use. For example, consider the following case: Emacs frame shows three windows - one for code, one for a terminal and one general-purpose window. The general window is selected and you want to open a code file. How do you ensure that the code -file will be displayed in the code window? With window-purpose you don’t +file will be displayed in the code window? With window-purpose you don't need to worry about it - you open the file and window-purpose places it in the correct window. @@ -51,10 +51,10 @@ reserved only for buffers that share that purpose. ** switch-to-buffer and display-buffer In regular Emacs, =switch-to-buffer= follows different rules than the other -switching and popping commands, because it doesn’t use =display-buffer= (which +switching and popping commands, because it doesn't use =display-buffer= (which the other commands do). With window-purpose, this behavior is fixed. The result is a better control over how buffers are displayed, since -=switch-to-buffer= doesn’t ignore the user’s customizations anymore. +=switch-to-buffer= doesn't ignore the user's customizations anymore. ** misc - specialized helm source similar to =helm-source-buffers-list= @@ -85,7 +85,7 @@ See [[https://github.com/bmag/emacs-purpose/wiki][window-purpose wiki]] to learn | ~SPC r d~ | Toggle dedication of selected window to its current purpose. | | ~SPC r D~ | Delete all non-dedicated windows. | | ~SPC r p~ | Choose a purpose and open a buffer with that purpose. | -| ~SPC r P~ | Change the purpose of the selected window. Changes the window’s buffer accordingly. | +| ~SPC r P~ | Change the purpose of the selected window. Changes the window's buffer accordingly. | * Caveats ** Popwin and guide-key diff --git a/layers/+tags/gtags/README.org b/layers/+tags/gtags/README.org index 220774701..4d5ab7e3a 100644 --- a/layers/+tags/gtags/README.org +++ b/layers/+tags/gtags/README.org @@ -119,7 +119,7 @@ With fish: *** Conflict between =ctags= and emacs's =etags= binary If you installed =emacs= from source after =ctags=, your original =ctags= binary -is probably replaced by emacs’s =etags=. To get around this you will need to +is probably replaced by emacs's =etags=. To get around this you will need to configure =emacs= as following before installing: #+BEGIN_SRC sh @@ -218,7 +218,7 @@ languages are supported: In order to look up symbol references for any language not in the built in parser you must use the pygments backend. When this backend is used global actually uses both ctags and pygments to find the definitions and uses of -functions and variables as well as “other symbols”. +functions and variables as well as "other symbols". If you enabled pygments (the best choice) and use that as the backend (i.e. =GTAGSLABEL=pygments= or =--gtagslabel=pygments=) the following additional diff --git a/layers/+themes/colors/README.org b/layers/+themes/colors/README.org index ce67ae920..1e8b39a94 100644 --- a/layers/+themes/colors/README.org +++ b/layers/+themes/colors/README.org @@ -109,7 +109,7 @@ You can do that by using a quasi-quoted list which checks the Emacs mode: | ~SPC t C v~ | colorize only variables in current buffer (color-identifiers mode) | | ~SPC t C C-v~ | globally colorize only variables and all subsequent buffers | -The =saturation= and =lightness= of rainbow-identifier mode’s colors +The =saturation= and =lightness= of rainbow-identifier mode's colors can be adjusted live via the following transient-state: | Key binding | Description | @@ -129,7 +129,7 @@ It can be used together with either (or none) of the identifier colorizers. All detected color codes in the current buffer will be be highlighted as their actual color. However, for accurate display, this mode requires that you use -GUI Emacs and that you haven’t disabled sRGB mode (if your platform uses that). +GUI Emacs and that you haven't disabled sRGB mode (if your platform uses that). To enable, you must manually toggle it on and off on a per-buffer basis with: ~SPC t C c~ diff --git a/layers/+themes/colors/local/nyan-mode/README.org b/layers/+themes/colors/local/nyan-mode/README.org index 1c93fb85d..2d13553db 100644 --- a/layers/+themes/colors/local/nyan-mode/README.org +++ b/layers/+themes/colors/local/nyan-mode/README.org @@ -32,7 +32,7 @@ point from 0% to 100%. * Introduction *WARNING, MIND DUMBING CONTENT INSIDE.* -“Nyan-mode. It’s things like this that make me proud to be an emacs user.” - [[http://twitter.com/#!/mitchellh/status/104931263479156736][mitchellh]] +"Nyan-mode. It's things like this that make me proud to be an emacs user." - [[http://twitter.com/#!/mitchellh/status/104931263479156736][mitchellh]] Nyanmacs is expanding!! [[http://jacek.zlydach.pl/blog/2011-08-25-introducing-nyan-mode-el-turn-your-emacs-into-nyanmacs.html][Read the story so far]]! :). @@ -47,13 +47,13 @@ He basically changed the mode-line-format to include: #+END_SRC ** Known issues -It’s my second attempt to write a minor mode in Emacs, so there will +It's my second attempt to write a minor mode in Emacs, so there will definiely be some bugs. This version uses XPM images, which should be supported by default by -most Emacs 23 installations, Windows included. In case it doesn’t +most Emacs 23 installations, Windows included. In case it doesn't work, try switching to master-png branch. This branch, however, may -have it’s own issues: +have it's own issues: There was a problem with displaying PNG images, which require libpng to be available for Emacs. The lib is sometimes missing (e.g. some @@ -62,7 +62,7 @@ download a proper DLL and put it into emacs bin/ folder. To see which DLL is needed, do: M-x describe-variable image-library-alist . -Customizing nyan-animate-nyancat is broken; don’t do it. +Customizing nyan-animate-nyancat is broken; don't do it. ** Credits Code and idea inspired by sml-modeline.el, written by Lennart Borgman. diff --git a/layers/+tools/cmake/README.org b/layers/+tools/cmake/README.org index 4afc05c66..048982008 100644 --- a/layers/+tools/cmake/README.org +++ b/layers/+tools/cmake/README.org @@ -45,7 +45,7 @@ Here is a sample configuration. This configuration forces =cmake-ide= to use the local directory and pass that directory to =helm-make=. Such config allows to build your project with ~SPC c c~ key binding. -Additionally it’s possible to configure =helm-ctest= in the same way via defining ~helm-ctest-dir~. +Additionally it's possible to configure =helm-ctest= in the same way via defining ~helm-ctest-dir~. Trailing slash is required. #+BEGIN_SRC emacs-lisp @@ -59,7 +59,7 @@ Trailing slash is required. ))) #+END_SRC -In case of projectile it’s possible to configure project like: +In case of projectile it's possible to configure project like: #+BEGIN_SRC emacs-lisp ((nil . ((eval . (setq diff --git a/layers/+tools/finance/README.org b/layers/+tools/finance/README.org index 7f1571ddf..8a641ed50 100644 --- a/layers/+tools/finance/README.org +++ b/layers/+tools/finance/README.org @@ -51,11 +51,11 @@ your =dotspacemacs/user-config=. The default value, set in the layer, is =62=. |-------------+-----------------------------------------------| | ~SPC m a~ | add a transaction | | ~SPC m b~ | edit a post amount with Emacs Calculator mode | -| ~SPC m c~ | toggle ’cleared’ flag on transaction or post | +| ~SPC m c~ | toggle 'cleared' flag on transaction or post | | ~SPC m C~ | sort and align the entire buffer | | ~SPC m d~ | delete current transaction | | ~SPC m p~ | display balance at point | -| ~SPC m q~ | align a single transaction’s posts | +| ~SPC m q~ | align a single transaction's posts | | ~SPC m r~ | reconcile an account | | ~SPC m R~ | display a report | | ~SPC m t~ | append an effective date to a post | diff --git a/layers/+tools/geolocation/README.org b/layers/+tools/geolocation/README.org index 5b3317c13..ebb9afc8c 100644 --- a/layers/+tools/geolocation/README.org +++ b/layers/+tools/geolocation/README.org @@ -21,7 +21,7 @@ This layer offers location sensitive adjustments to Emacs. - Supports the following adjustments: - Automatic switching between light (day) and dark (night) themes via [[https://github.com/hadronzoo/theme-changer][theme-changer]] - Local weather forecast via [[https://github.com/aaronbieber/sunshine.el/blob/master/sunshine.el][sunshine]] - - Integration with OS X’s CoreLocation service via [[https://github.com/purcell/osx-location][osx-location]] + - Integration with OS X's CoreLocation service via [[https://github.com/purcell/osx-location][osx-location]] - Manual location setting via variables in your dotfile * Install @@ -50,7 +50,7 @@ Set location manually by setting the following variables in your dotfile: #+END_SRC ** OSX-location -Mac users can take adavantage of automatic geogrphical discovery using the OS’s +Mac users can take adavantage of automatic geogrphical discovery using the OS's CoreLocation system service, implemented as a long running background process. In order to enable it, set =geolocation-enable-location-service= to =t= as explained in installation instructions. @@ -61,7 +61,7 @@ activated. [[file:img/emacs-location-helper.jpg]] ** Theme-changer -This layer implement a simple “theme changer” which, when enabled, will switch +This layer implement a simple "theme changer" which, when enabled, will switch between first two themes the user has setup in ~dotspacemacs-themes~. First theme listed will be used as the light variant, while the second as the dark. Other themes will be ignored by this layer, though they are still available for @@ -80,7 +80,7 @@ openweathermap website. You need to sign up to the website to get a API key. #+END_SRC Configure your location by setting the variable sunshine-location. You can -provide a string, like “New York, NY” or a ZIP code, like “90210”. This variable +provide a string, like "New York, NY" or a ZIP code, like "90210". This variable is available through the Customize facility. When specifying a ZIP code, you may receive results from a foreign country. This @@ -100,9 +100,9 @@ It will use the imperial unit system by default. To switch to metric, add #+END_SRC Weather forecast icons are disabled by default, and can be toggled by pressing -`i’ within this mode’s main buffer. +`i' within this mode's main buffer. -To display weather forecast icons by default (“pretty mode”), add +To display weather forecast icons by default ("pretty mode"), add ~sunshine-show-icons t~ to the variables list for this layer, or add this: #+BEGIN_SRC emacs-lisp diff --git a/layers/+tools/imenu-list/README.org b/layers/+tools/imenu-list/README.org index 2e2924b5a..c5006145e 100644 --- a/layers/+tools/imenu-list/README.org +++ b/layers/+tools/imenu-list/README.org @@ -12,7 +12,7 @@ - [[#from-imenu-list-buffer][From imenu-list buffer]] * Description -This layer uses [[https://github.com/bmag/imenu-list][imenu-list]] to show the current buffer’s index in a side bar. +This layer uses [[https://github.com/bmag/imenu-list][imenu-list]] to show the current buffer's index in a side bar. This is similar to `SPC j i` but displayed in a persistent sidebar instead of a completion buffer. diff --git a/layers/+tools/import-js/README.org b/layers/+tools/import-js/README.org index 73506a3ad..8c1065e25 100644 --- a/layers/+tools/import-js/README.org +++ b/layers/+tools/import-js/README.org @@ -25,7 +25,7 @@ To install =import-js= globally: $ npm install -g import-js #+END_SRC -If that doesn’t work you can also try installing =import-js= with =--unsafe-perm= tag +If that doesn't work you can also try installing =import-js= with =--unsafe-perm= tag #+BEGIN_SRC sh $ sudo npm install --unsafe-perm -g import-js diff --git a/layers/+tools/lsp/README.org b/layers/+tools/lsp/README.org index 14165d085..a58334dea 100644 --- a/layers/+tools/lsp/README.org +++ b/layers/+tools/lsp/README.org @@ -22,7 +22,7 @@ This layer adds support for basic language server protocol packages speaking [[https://microsoft.github.io/language-server-protocol/specification][language server protocol]]. Different language servers may support the language server protocol to varying degrees -and they may also provide extensions; check the language server’s website for +and they may also provide extensions; check the language server's website for details. =M-x lsp-describe-session= in a LSP buffer to list capabilities of the server. @@ -44,7 +44,7 @@ Please check out their documentation. If you add =lsp-*-enable= to major mode hooks for auto initialization of language clients, customize =lsp-project-whitelist= =lsp-project-blacklist= to -disable projects you don’t want to enable LSP. +disable projects you don't want to enable LSP. ** Variables A number of configuration variables have been exposed via the LSP layer =config.el=. @@ -53,7 +53,7 @@ under the derived mode t prefix by =(spacemacs/lsp-bind-keys-for-mode mode)= | Variable name | Default | Description | |---------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------| -| =lsp-navigation= | `both’ | `simple’ or `peek’ to bind only xref OR lsp-ui-peek navigation functions | +| =lsp-navigation= | `both' | `simple' or `peek' to bind only xref OR lsp-ui-peek navigation functions | | =lsp-ui-remap-xref-keybindings= | nil | When non-nil, xref key bindings remapped to lsp-ui-peek-find-{definition,references} | | =lsp-ui-doc-enable= | t | When non-nil, the documentation overlay is displayed | | =lsp-ui-doc-include-signature= | nil | When nil, signature omitted from lsp-ui-doc overlay (this is usually redundant) | @@ -68,7 +68,7 @@ and the =lsp-ui-peek= variants under ~SPC m G~. Setting ~lsp-navigation~ to eith the bindings under ~SPC m G~ and creates bindings under ~SPC m g~ according to the specified preference. * Key bindings -A number of lsp features useful for all/most modes have been bound to the lsp minor mode, meaning they’ll be +A number of lsp features useful for all/most modes have been bound to the lsp minor mode, meaning they'll be available in all language layers based on the lsp layer. ** Key binding prefixes diff --git a/layers/+tools/prodigy/README.org b/layers/+tools/prodigy/README.org index 9aaf35ad8..c4c3e4051 100644 --- a/layers/+tools/prodigy/README.org +++ b/layers/+tools/prodigy/README.org @@ -14,7 +14,7 @@ * Description This layer adds support for the [[https://github.com/rejeep/prodigy.el][prodigy]] package to manage external services from -within Emacs, check the package’s documentation for more details. +within Emacs, check the package's documentation for more details. It is recommended to put your prodigy services in the =dotspacemacs/user-config= part of your =~/.spacemacs= file. diff --git a/layers/+tools/ranger/README.org b/layers/+tools/ranger/README.org index 15e0961fb..9b2090303 100644 --- a/layers/+tools/ranger/README.org +++ b/layers/+tools/ranger/README.org @@ -107,7 +107,7 @@ You can set the size of the preview windows as a fraction of the frame size (setq ranger-width-preview 0.55) #+END_SRC -You probably don’t want to open certain files like videos when using preview. To +You probably don't want to open certain files like videos when using preview. To ignore certain files when moving over them you can customize the following to your liking: diff --git a/layers/+tools/rebox/README.org b/layers/+tools/rebox/README.org index d28957da0..358528673 100644 --- a/layers/+tools/rebox/README.org +++ b/layers/+tools/rebox/README.org @@ -59,12 +59,12 @@ need to set the layer variable =rebox-enable-in-text-mode= to =t=. * Style Templates ** Standard packaged templates You can find the full list of templates in -[[https://github.com/lewang/rebox2/blob/master/rebox2.el][“Box templates” section of =rebox2.el=]] +[[https://github.com/lewang/rebox2/blob/master/rebox2.el]["Box templates" section of =rebox2.el=]] *** Comments These templates are single line comments styles. A =#= is used here for illustration; however, it will work equally well if the comment character is -different (e.g., lisp’s =;= comment character). +different (e.g., lisp's =;= comment character). ** Additional Templates These templates are added by the Spacemacs layer. diff --git a/layers/+tools/restclient/README.org b/layers/+tools/restclient/README.org index 7d9097f95..3c52b4db3 100644 --- a/layers/+tools/restclient/README.org +++ b/layers/+tools/restclient/README.org @@ -32,7 +32,7 @@ choose the mode at any time. * Restclient Any file with an =.http= extension is opened in a =restclient= buffer. -Full documentation and examples can be found in the package’s [[https://github.com/pashky/restclient.el][GitHub Page]]. +Full documentation and examples can be found in the package's [[https://github.com/pashky/restclient.el][GitHub Page]]. Also there is an [[http://emacsrocks.com/e15.html][Emacs Rocks!]] episode of it. There is support for =org-babel= and =restclient= code blocks, for instance: @@ -59,4 +59,4 @@ There is support for =org-babel= and =restclient= code blocks, for instance: * ob-http Any file with an =.http= extension is opened in an =org= buffer with org babel configured to use =ob-http=. -Full documentation and examples can be found in the package’s [[http://github.com/zweifisch/ob-http][GitHub Page]]. +Full documentation and examples can be found in the package's [[http://github.com/zweifisch/ob-http][GitHub Page]]. diff --git a/layers/+tools/shell/README.org b/layers/+tools/shell/README.org index 8e8f86142..633dfc5df 100644 --- a/layers/+tools/shell/README.org +++ b/layers/+tools/shell/README.org @@ -114,10 +114,10 @@ From the =em-smart= documentation: The best way to get a sense of what this code is trying to do is by using it. Basically, the philosophy represents a blend between the ease of use of modern day shells, and the review-before-you-proceed - mentality of Plan 9’s 9term. + mentality of Plan 9's 9term. #+END_QUOTE -In a nutshell, when =em-smart= is enabled point won’t jump at the end of the +In a nutshell, when =em-smart= is enabled point won't jump at the end of the buffer when a command is executed, it will stay at the same command prompt used to execute the command. This allows to quickly edit the last command in the case of a mistake. If there is no mistake and you directly type a new command then @@ -204,7 +204,7 @@ Some advanced configuration is setup for =eshell= in this layer: | Key binding | Description | |-------------+------------------------------------------------------------| | ~SPC '​~ | Open, close or go to the default shell | -| ~SPC p '​~ | Open a shell in the project’s root | +| ~SPC p '​~ | Open a shell in the project's root | | ~SPC a s e~ | Open, close or go to an =eshell= | | ~SPC a s i~ | Open, close or go to a =shell= | | ~SPC a s m~ | Open, close or go to a =multi-term= | diff --git a/layers/+tools/sphinx/README.org b/layers/+tools/sphinx/README.org index b2e229c68..6fd3fbee4 100644 --- a/layers/+tools/sphinx/README.org +++ b/layers/+tools/sphinx/README.org @@ -29,9 +29,9 @@ in this file. * Configuration ** Sphinx target -To use the layer’s Sphinx feature, the following variables should be set. +To use the layer's Sphinx feature, the following variables should be set. -A parent directory is needed for all Sphinx projects’ builds. +A parent directory is needed for all Sphinx projects' builds. #+BEGIN_SRC emacs-lisp (setq rst-sphinx-target-parent "/your/path/of/build/") diff --git a/layers/+tools/transmission/README.org b/layers/+tools/transmission/README.org index 3c0cfd309..7ce9715f4 100644 --- a/layers/+tools/transmission/README.org +++ b/layers/+tools/transmission/README.org @@ -65,7 +65,7 @@ Add =(transmission :variables transmission-auto-refresh-all t)= to | Key binding | Description | |-------------+---------------------------------------------------------------| -| ~SPC m g t~ | Open a `transmission-files-mode’ buffer for torrent at point. | +| ~SPC m g t~ | Open a `transmission-files-mode' buffer for torrent at point. | | ~SPC m a t~ | Add torrent by filename, URL, magnet link, or info hash. | | ~SPC m s d~ | Set global download speed limit in kB/s. | | ~SPC m g p~ | Open a =transmission-peers-mode= buffer for torrent at point. | diff --git a/layers/+tools/vagrant/README.org b/layers/+tools/vagrant/README.org index 76659dffc..fda13bcae 100644 --- a/layers/+tools/vagrant/README.org +++ b/layers/+tools/vagrant/README.org @@ -32,10 +32,10 @@ to install the =ruby= layer as well. ** Vagrant Follow the [[https://www.vagrantup.com/docs/installation/index.html][Installing Vagrant]] and [[https://www.vagrantup.com/intro/getting-started/index.html][Getting Started]] guides in -Vagrant’s documentation. +Vagrant's documentation. ** Testing -If you’d like to test this layer out in a simple way (for example to +If you'd like to test this layer out in a simple way (for example to make sure you have Vagrant configured correctly) there is a [[https://gist.github.com/anonymous/578279337caf180298cd91c61be995bc][Vagrantfile]] in this directory. diff --git a/layers/+tools/ycmd/README.org b/layers/+tools/ycmd/README.org index 2b20617a4..f8b6e600f 100644 --- a/layers/+tools/ycmd/README.org +++ b/layers/+tools/ycmd/README.org @@ -37,7 +37,7 @@ file. #+END_SRC Note that no filename expansions are done, so =~= -paths will not work out of the box. - If you need expansions, you can use Emacs’s =file-truename= like this: + If you need expansions, you can use Emacs's =file-truename= like this: #+BEGIN_SRC emacs-lisp (setq ycmd-server-command (list "python" (file-truename "~/some/path"))) @@ -95,7 +95,7 @@ Example .ycm_extra_flags: --sysroot="/path/to/your/toolchain/libc" # if you are cross-compiling #+END_SRC -If your build system doesn’t handle the creation of a compile_commands.json, +If your build system doesn't handle the creation of a compile_commands.json, you can use tools such as [[https://github.com/rizsotto/Bear][Bear]] or [[https://pypi.python.org/pypi/scan-build][scan-build]] to generate it, which both work with almost any build system. diff --git a/layers/+vim/evil-snipe/README.org b/layers/+vim/evil-snipe/README.org index 6315cdf43..9ad47224f 100644 --- a/layers/+vim/evil-snipe/README.org +++ b/layers/+vim/evil-snipe/README.org @@ -16,10 +16,10 @@ - [[#key-bindings][Key bindings]] * Description -This layer adds various replacements for vim’s default search functions. +This layer adds various replacements for vim's default search functions. ** Features: -- Alternative implementation of vim’s default search operations. +- Alternative implementation of vim's default search operations. - Replacement of evil-surround with a two-character search. - Support for alternative scopes for default search operations. - Support for alternative motions based on configurable regexps. @@ -32,7 +32,7 @@ file. ** Improved f and t search behavior With evil-snipe you can define your own search scope for ~f~ and ~t~ searches -which means that you won’t have to jump to the correct line before searching +which means that you won't have to jump to the correct line before searching with ~f~ / ~t~ / ~F~ / ~T~. And after you have found a match, you can just press ~f~ or ~t~ again afterwards to continue the search. No need to use ~;~ / ~​,​~. @@ -49,7 +49,7 @@ With the ~s~/~S~ keys you can do a simple search like ~f~/~t~, but instead of searching for one character, you search for two. This makes the search a lot more precise than regular ~f~/~t~ searches. While you can search forward or backwards in the buffer with ~/~ and ~?~, ~s~ / ~S~ are much easier to reach, -don’t require you to press enter and they are precise enough for many common +don't require you to press enter and they are precise enough for many common purposes. ** More scopes @@ -82,8 +82,8 @@ group of characters. By adding a pair of =(CHAR REGEX)= to the list (push '(?\] "[]})]") evil-snipe-aliases) #+END_SRC -- Here we set the char ~:~ to mean “a regex matching python function - definitions” (but only in python-mode), so by searching with ~f:fff~ you can +- Here we set the char ~:~ to mean "a regex matching python function + definitions" (but only in python-mode), so by searching with ~f:fff~ you can quickly cycle through all function definitions in a buffer! #+BEGIN_SRC emacs-lisp @@ -98,9 +98,9 @@ group of characters. By adding a pair of =(CHAR REGEX)= to the list | Key binding | Description | |-------------+-----------------------------------------------------------------------------------------| -| ~f~ | search forward for the next entered character and set the cursor to it’s position | -| ~F~ | search backward for the next entered character and set the cursor to it’s position | -| ~t~ | search forward for the next entered character and set the cursor before it’s position | -| ~T~ | search backward for the next entered character and set the cursor before it’s position | -| ~s~ | search forward for the next entered two characters and set the cursor to it’s position | -| ~S~ | search backward for the next entered two characters and set the cursor to it’s position | +| ~f~ | search forward for the next entered character and set the cursor to it's position | +| ~F~ | search backward for the next entered character and set the cursor to it's position | +| ~t~ | search forward for the next entered character and set the cursor before it's position | +| ~T~ | search backward for the next entered character and set the cursor before it's position | +| ~s~ | search forward for the next entered two characters and set the cursor to it's position | +| ~S~ | search backward for the next entered two characters and set the cursor to it's position | diff --git a/layers/+vim/vim-empty-lines/README.org b/layers/+vim/vim-empty-lines/README.org index af552bfcd..314dafa81 100644 --- a/layers/+vim/vim-empty-lines/README.org +++ b/layers/+vim/vim-empty-lines/README.org @@ -9,12 +9,12 @@ * Description This layer is a drop-in replacement for the =vi-tilde-fringe= mode, for those -who desire behaviour closer to =vim=’s. +who desire behaviour closer to =vim='s. It has better compatibility with retina displays, as it uses a text overlay using your font, rather than a pixel-art tilde. The empty line indicators are overlaid in within the buffer as in =vim=, and not in the fringe. The indicator -behaviour with trailing empty lines matches =vim=’s behaviour. +behaviour with trailing empty lines matches =vim='s behaviour. For details, see the [[https://github.com/jmickelin/vim-empty-lines-mode][vim-empty-lines-mode]] repository. diff --git a/layers/+vim/vinegar/README.org b/layers/+vim/vinegar/README.org index ab79ece1d..4dc88e27e 100644 --- a/layers/+vim/vinegar/README.org +++ b/layers/+vim/vinegar/README.org @@ -15,7 +15,7 @@ * Description This layer is a port of vim-vinegar for emacs. -It is based on tpope’s [[https://github.com/tpope/vim-vinegar][vinegar.vim]], simplifying =dired= +It is based on tpope's [[https://github.com/tpope/vim-vinegar][vinegar.vim]], simplifying =dired= with a limited number of details and exposing the ~-~ command in all buffers to enter dired. diff --git a/layers/+web-services/evernote/README.org b/layers/+web-services/evernote/README.org index aad2e1548..f9f5bef03 100644 --- a/layers/+web-services/evernote/README.org +++ b/layers/+web-services/evernote/README.org @@ -36,7 +36,7 @@ official =geeknote= [[http://www.geeknote.me/documentation/][documentation]]. ** Geeknote.el [[https://github.com/avendael/emacs-geeknote][geeknote.el]] is a wrapper for some of the most used =geeknote= commands. -By default, =geeknote.el= doesn’t have any key bindings defined. +By default, =geeknote.el= doesn't have any key bindings defined. This layer provides key bindings for all of =geeknote.el's= exposed features. =geeknote.el= relies on having a correctly setup =geeknote= editor. To set this up, run the following command in your terminal after successfully diff --git a/layers/+web-services/search-engine/README.org b/layers/+web-services/search-engine/README.org index 42754c77b..da9e32dc1 100644 --- a/layers/+web-services/search-engine/README.org +++ b/layers/+web-services/search-engine/README.org @@ -48,7 +48,7 @@ file. | ~SPC a /~ | ~C-c /~ | Summon a Helm buffer to select any engine | * Customize it! -If you’d rather have emacs use chrome, or firefox or any other thing (=eww=) you +If you'd rather have emacs use chrome, or firefox or any other thing (=eww=) you can have that customization. For example for google chrome you can put this in your =dotspacemacs/user-config=: @@ -68,7 +68,7 @@ Also if you want more search engines, just push them (do this in search-engine-alist) #+END_SRC -If you’d rather not use helm but would want a specific search engine, remember +If you'd rather not use helm but would want a specific search engine, remember the function generated is always =engine/search-(the name of the search engine lower-case and hyphen instead-of-spaces-for-separation)= so you can bind that to any key binding you want. diff --git a/layers/+web-services/twitter/README.org b/layers/+web-services/twitter/README.org index e52460276..866f1b71e 100644 --- a/layers/+web-services/twitter/README.org +++ b/layers/+web-services/twitter/README.org @@ -19,7 +19,7 @@ This layer adds Twitter support to Spacemacs via the package [[https://github.co - Viewing various timelines - Home timeline - Replies - - User’s timeline + - User's timeline - Public timeline - Favorites timeline - Retweets timeline diff --git a/layers/+web-services/wakatime/README.org b/layers/+web-services/wakatime/README.org index 384659578..abb337950 100644 --- a/layers/+web-services/wakatime/README.org +++ b/layers/+web-services/wakatime/README.org @@ -31,7 +31,7 @@ P.S. wakati means time in Swahili You can follow wakatime installation instructions here [[https://github.com/wakatime/wakatime-mode]]. -In short it’s just: +In short it's just: #+BEGIN_SRC sh pip install wakatime @@ -68,14 +68,14 @@ After this go to your wakatime account and have your API key handy Restart emacs and it will prompt you for the location of the wakatime installer (just put in whatever =which wakatime= gives you in the terminal e.g. -=/usr/bin/wakatime= for example) and that’s it. +=/usr/bin/wakatime= for example) and that's it. *** Note to =venv-workon= users: Right now wakatime uses =python= as python bin executable, so if you use =venv-workon= because you have python projects which need to have a virtual env., then wakatime, which is installed system-wide will have trouble locating -wakatime files, so it’s best to define by yourself the python path where -wakatime can always find it’s stuff, via this variable: +wakatime files, so it's best to define by yourself the python path where +wakatime can always find it's stuff, via this variable: #+BEGIN_SRC emacs-lisp (setq wakatime-python-bin "/path/to/python") diff --git a/layers/LAYERS.org b/layers/LAYERS.org index 96989e47e..c1d138749 100644 --- a/layers/LAYERS.org +++ b/layers/LAYERS.org @@ -430,8 +430,8 @@ The commands defined in this layer are taken from various sources like [[https:/ Features: - Smart line navigation: Subsequent presses of ~C-a~ toggles between the beginning of the line and the first non-whitespace character. Similarly, subsequent presses of ~C-e~ will toggle between the end of the code and the end of the comments. -- =spacemacs/backward-kill-word-or-region=: A combination of =kill-region= and =backward-kill-word=, depending on whether there is an active region. If there’s an active region kill that. If not kill the preceding word. -- Fill or unfill paragraph: Pressing ~M-q~ for the first time fills current paragraph and pressing ~M-q~ for the second time unfills it. Note that some modes override this key binding so it’s not available everywhere. Due to implementation details unfilling doesn’t work when called twice via ~M-x~. +- =spacemacs/backward-kill-word-or-region=: A combination of =kill-region= and =backward-kill-word=, depending on whether there is an active region. If there's an active region kill that. If not kill the preceding word. +- Fill or unfill paragraph: Pressing ~M-q~ for the first time fills current paragraph and pressing ~M-q~ for the second time unfills it. Note that some modes override this key binding so it's not available everywhere. Due to implementation details unfilling doesn't work when called twice via ~M-x~. ** Ibuffer [[file:+emacs/ibuffer/README.org][+emacs/ibuffer/README.org]] @@ -521,7 +521,7 @@ This layer sets up a file navigation and project explorer side-window via [[http Features: -An detailed overview over Treemacs’ available features is available in [[https://github.com/Alexander-Miller/treemacs#detailed-feature-list][its +An detailed overview over Treemacs' available features is available in [[https://github.com/Alexander-Miller/treemacs#detailed-feature-list][its readme]]. In a short summary Treemacs offers the following: - Simple and powerful navigation and ability to detail exactly how and where a file should be opened @@ -530,7 +530,7 @@ readme]]. In a short summary Treemacs offers the following: - Ability to show tags contained in files. Tags are provided by imenu, so nearly every filetype is supported. - Mouse interface for single and double left clicks in line with modern GUI standards. - (Clicking on an icon will also display a file’s tags) + (Clicking on an icon will also display a file's tags) - Locational awareness: commands like ~find-file~ or ~magit-status~ will use the location of the node at point (with $HOME as fallback) - Optionally fontifying files based on their git status. @@ -581,7 +581,7 @@ Features: [[file:+fun/selectric/README.org][+fun/selectric/README.org]] This layer makes your Emacs sound like an IBM Selectric typewriter, for those -moments when your loud, clicky mechanical keyboard is not at hand, yet, you’d +moments when your loud, clicky mechanical keyboard is not at hand, yet, you'd still wish to enjoy the sound. Features: @@ -1142,8 +1142,8 @@ Features: Syntax highlighting and Emacs functions for use with [[https://autohotkey.com/][AutoHotkey]] or [[http://ahkscript.org][AutoHotkey_L]]. -Using a combined implementation of ahk-mode from Xah Lee’s =xahk-mode= -and Robert Widhopf-Fenk’s =autohotkey-mode=. Updated with the latest +Using a combined implementation of ahk-mode from Xah Lee's =xahk-mode= +and Robert Widhopf-Fenk's =autohotkey-mode=. Updated with the latest ahk and ahk_l commands found in the latest revision of [[http://fincs.ahk4.net/scite4ahk/][SciTE4AutoHotkey]]. @@ -1236,7 +1236,7 @@ Features: *** Phoenix [[file:+frameworks/phoenix/README.org][+frameworks/phoenix/README.org]] -This layer adds key bindings for [[https://github.com/tonini/alchemist.el][Alchemist]]’s already built in phoenix mode. +This layer adds key bindings for [[https://github.com/tonini/alchemist.el][Alchemist]]'s already built in phoenix mode. Features: - Key bindings for navigation to files @@ -1439,7 +1439,7 @@ Features: - Source analysis using [[https://docs.google.com/document/d/1_Y9xCEMj5S-7rv2ooHpZNH15JgRT5iM742gJkw5LtmQ][go-guru]] - Refactoring with [[http://gorefactor.org/][godoctor]] - Edit struct field tag with [[https://github.com/fatih/gomodifytags][gomodifytags]] -- Linting with flycheck’s built-in checkers or flycheck-gometalinter +- Linting with flycheck's built-in checkers or flycheck-gometalinter - Coverage profile visualization - Test generation with [[https://github.com/s-kostyaev/go-gen-test][go-gen-test]] - Get packages faster with [[https://github.com/haya14busa/gopkgs][gopkgs]] @@ -1691,7 +1691,7 @@ Features: **** Swift [[file:+lang/swift/README.org][+lang/swift/README.org]] -This layer adds support for Apple’s Swift programming language, used as a +This layer adds support for Apple's Swift programming language, used as a general purpose scripting language. Features: @@ -1765,7 +1765,7 @@ This layer adds support for the [[http://wiki.portal.chalmers.se/agda/pmwiki.php Features: - Faces redefined to correctly play with themes. -- Spacemacs bindings to Agda’s interactive tools. +- Spacemacs bindings to Agda's interactive tools. *This layer is in construction, it needs your contributions and bug reports.* @@ -1841,7 +1841,7 @@ Features: This layer integrates offline api browsers into emacs. It provides one for OS X, Linux and Windows. Features: -- Searching for word at point in offline api browser’s UI. +- Searching for word at point in offline api browser's UI. - Integration of offline api browser search results in helm and ivy. - Support for [[https://kapeli.com/dash][dash]] offline api browser for OS X. - Support for [[https://zealdocs.org/][zeal]] offline api browser for Linux. @@ -1891,9 +1891,9 @@ This layer enables support for PDF with the [[https://github.com/politza/pdf-too According to the official repository: #+BEGIN_QUOTE - “PDF Tools is, among other things, a replacement of DocView for PDF files. The + "PDF Tools is, among other things, a replacement of DocView for PDF files. The key difference is, that pages are not pre-rendered by e.g. ghostscript and - stored in the file-system, but rather created on-demand and stored in memory.” + stored in the file-system, but rather created on-demand and stored in memory." #+END_QUOTE Features: @@ -1917,7 +1917,7 @@ Features: Alda is a music composition language allowing music to easily be written and edited in a text file. -This layer adds key bindings for =alda-mode=’s functions, which allow Alda code +This layer adds key bindings for =alda-mode='s functions, which allow Alda code to be interpreted and played by the running Alda server. It will also start the Alda server if it is not running. @@ -2271,10 +2271,10 @@ Features: - Build once and work with the same development environment everywhere - Run untrusted/risky code in the tunable sandbox with CPU/network/disk quotas - Try new tools, experiment and roll back changes when something goes wrong -- Share your setup with others or extend someone else’s development environment +- Share your setup with others or extend someone else's development environment - Run multiple Emacs instances on the same machine isolated - [[https://docs.docker.com/engine/reference/commandline/pause/][pause]] container to free resources temporarily -- [[https://github.com/docker/docker/blob/1.13.x/experimental/checkpoint-restore.md][Checkpoint & Restore]] - maybe the fastest way to start a “heavy” environment +- [[https://github.com/docker/docker/blob/1.13.x/experimental/checkpoint-restore.md][Checkpoint & Restore]] - maybe the fastest way to start a "heavy" environment - Friendly for networks with low upload speed/quotas. ** Utilities @@ -2283,11 +2283,11 @@ Features: This layer enables [[https://github.com/bmag/emacs-purpose][window-purpose]], which provides an alternative, purpose-based window manager for Emacs. With this layer, your window layout should be robust -and shouldn’t change too much when opening all sorts of buffers. +and shouldn't change too much when opening all sorts of buffers. Regular [[https://github.com/m2ym/popwin-el][popwin]] is not triggered when window-purpose is enabled. However, the window-purpose layer provides a =purpose-popwin= extension, which -brings popwin’s behavior to window-purpose and solves that problem. +brings popwin's behavior to window-purpose and solves that problem. Features: - Window layout is more robust and less likely to change unintentionally @@ -2296,7 +2296,7 @@ Features: - Extensible window display behavior - Empty =purpose-mode-map=, to avoid conflicts with other key maps - Replicate popwin behavior for purpose-mode - almost no regression in popup behavior from using window-purpose. -- Reuses popwin’s settings: =popwin:special-display-config=, =popwin:popup-window-height= and =popwin:popup-window-width=. +- Reuses popwin's settings: =popwin:special-display-config=, =popwin:popup-window-height= and =popwin:popup-window-width=. - Difference from popwin: when several windows are open, popup window is sometimes bigger than with regular popwin in the same situation. * Tagging @@ -2520,13 +2520,13 @@ Features: - Supports the following adjustments: - Automatic switching between light (day) and dark (night) themes via [[https://github.com/hadronzoo/theme-changer][theme-changer]] - Local weather forecast via [[https://github.com/aaronbieber/sunshine.el/blob/master/sunshine.el][sunshine]] - - Integration with OS X’s CoreLocation service via [[https://github.com/purcell/osx-location][osx-location]] + - Integration with OS X's CoreLocation service via [[https://github.com/purcell/osx-location][osx-location]] - Manual location setting via variables in your dotfile ** Imenu-list [[file:+tools/imenu-list/README.org][+tools/imenu-list/README.org]] -This layer uses [[https://github.com/bmag/imenu-list][imenu-list]] to show the current buffer’s index in a side bar. +This layer uses [[https://github.com/bmag/imenu-list][imenu-list]] to show the current buffer's index in a side bar. This is similar to `SPC j i` but displayed in a persistent sidebar instead of a completion buffer. @@ -2551,7 +2551,7 @@ This layer adds support for basic language server protocol packages speaking [[https://microsoft.github.io/language-server-protocol/specification][language server protocol]]. Different language servers may support the language server protocol to varying degrees -and they may also provide extensions; check the language server’s website for +and they may also provide extensions; check the language server's website for details. =M-x lsp-describe-session= in a LSP buffer to list capabilities of the server. @@ -2621,7 +2621,7 @@ Features: [[file:+tools/prodigy/README.org][+tools/prodigy/README.org]] This layer adds support for the [[https://github.com/rejeep/prodigy.el][prodigy]] package to manage external services from -within Emacs, check the package’s documentation for more details. +within Emacs, check the package's documentation for more details. It is recommended to put your prodigy services in the =dotspacemacs/user-config= part of your =~/.spacemacs= file. @@ -2808,10 +2808,10 @@ Features: ** Evil-snipe [[file:+vim/evil-snipe/README.org][+vim/evil-snipe/README.org]] -This layer adds various replacements for vim’s default search functions. +This layer adds various replacements for vim's default search functions. Features: -- Alternative implementation of vim’s default search operations. +- Alternative implementation of vim's default search operations. - Replacement of evil-surround with a two-character search. - Support for alternative scopes for default search operations. - Support for alternative motions based on configurable regexps. @@ -2820,12 +2820,12 @@ Features: [[file:+vim/vim-empty-lines/README.org][+vim/vim-empty-lines/README.org]] This layer is a drop-in replacement for the =vi-tilde-fringe= mode, for those -who desire behaviour closer to =vim=’s. +who desire behaviour closer to =vim='s. It has better compatibility with retina displays, as it uses a text overlay using your font, rather than a pixel-art tilde. The empty line indicators are overlaid in within the buffer as in =vim=, and not in the fringe. The indicator -behaviour with trailing empty lines matches =vim=’s behaviour. +behaviour with trailing empty lines matches =vim='s behaviour. For details, see the [[https://github.com/jmickelin/vim-empty-lines-mode][vim-empty-lines-mode]] repository. @@ -2838,7 +2838,7 @@ Features: This layer is a port of vim-vinegar for emacs. -It is based on tpope’s [[https://github.com/tpope/vim-vinegar][vinegar.vim]], simplifying =dired= +It is based on tpope's [[https://github.com/tpope/vim-vinegar][vinegar.vim]], simplifying =dired= with a limited number of details and exposing the ~-~ command in all buffers to enter dired. @@ -2890,7 +2890,7 @@ Features: - Viewing various timelines - Home timeline - Replies - - User’s timeline + - User's timeline - Public timeline - Favorites timeline - Retweets timeline diff --git a/news/news01.org b/news/news01.org index 1bcb79a5d..774ca663b 100644 --- a/news/news01.org +++ b/news/news01.org @@ -32,7 +32,7 @@ * Introduction 0.200 is a huge release with more than 1700 commits since the last major version released in January 2016. Actually it is so big that we jumped directly from -version 0.105 to version 0.200, so don’t panic if you think you missed all the +version 0.105 to version 0.200, so don't panic if you think you missed all the versions since 0.105 :-) This first newsletter describes with details the main changes introduced in the @@ -42,7 +42,7 @@ last months. The (boring) complete list of changes can be found in the file =CHANGELOG.org= at the root of the Git repository. -Let’s start with the hottest section: breaking changes! +Let's start with the hottest section: breaking changes! * Breaking changes Before starting with the breaking changes let me begin with a few words about @@ -62,7 +62,7 @@ in 2013. Supporting this version in Spacemacs is more and more work for maintainers so we decided to drop all the 24.3 related code in Spacemacs effectively raising the minimum Emacs version required to 24.4. We believe that users are able to switch to a newer version of Emacs, if you need help in this -process you can try the [[https://gitter.im/syl20bnr/spacemacs][Gitter chat]], I’m sure you’ll find solutions there. +process you can try the [[https://gitter.im/syl20bnr/spacemacs][Gitter chat]], I'm sure you'll find solutions there. ** Some modifications in the layer format We renamed =extensions= directories in layers to =local= and the file @@ -123,7 +123,7 @@ _After:_ A new file called =layers.el= is in charge of layers dependency, i.e. when a layer needs to declare additional layers. Previously this was done in the -=config.el= file, to avoid errors you’ll have to move the calls to the functions +=config.el= file, to avoid errors you'll have to move the calls to the functions =configuration-layer/declare-layer= and =configuration-layer/declare-layers= to a dedicated =layers.el= file. An example can be found in the [[https://github.com/syl20bnr/spacemacs/blob/564cbc40eda936985325c9b79088fbcb39d9a69d/layers/%2Bdistributions/spacemacs/layers.el][spacemacs distribution layer]]. @@ -138,7 +138,7 @@ support for the value =all=. A new variable =dotspacemacs-install-packages= is now dedicated to control what packages are downloaded by Spacemacs. Three behaviours are supported: - =used-only= (default) will download only the used packages -- =used-but-keep-unused= will download only the used packages but won’t uninstall +- =used-but-keep-unused= will download only the used packages but won't uninstall them if they become unused - =all= will download _all_ the supported packages by Spacemacs. @@ -149,13 +149,13 @@ is a rather big amount of changes for users jumping from master 0.105 to 0.200. First of all the most visible change is for ~SPC SPC~ which triggers now ~M-x~ instead of =avy= to jump to a character. The ~SPC~ key in Spacemacs is a central key as it acts as the leader key for _all_ the key bindings, it made sense to -give the same sense of “root” key to the sequence ~SPC SPC~, so now ~SPC SPC~ is +give the same sense of "root" key to the sequence ~SPC SPC~, so now ~SPC SPC~ is the central sequence to execute _any_ interactive function in Emacs. Where is the =avy= command then ? We reorganised from the ground up the prefix ~SPC j~ for all jump commands. In the conventions a doubled key is often used for the default command under a given prefix, for instance ~SPC b b~ is for -buffer selection, ~SPC f f~ for file selection etc... The “jump to character” +buffer selection, ~SPC f f~ for file selection etc... The "jump to character" command of =avy= is then under ~SPC j j~. Here is a detailed list of the new ~SPC j~ prefix: - =avy= commands are now behind the prefix ~SPC j~ for =jump=: @@ -175,7 +175,7 @@ Closing, deleting or killing things ? This can be a tough call to distinguish them and we can find such confusion in the Spacemacs key bindings, for instance we close a window but we delete a buffer and we can also kill a buffer. Whereas it can make sense for a lot of users, there are still users finding this -confusing. So we decided to simplify the notion of “closing/deleting” things +confusing. So we decided to simplify the notion of "closing/deleting" things under the ~d~ key for =delete=. We moved ~SPC w c~ and ~SPC w C~ to ~SPC w d~ and ~SPC w D~. @@ -190,7 +190,7 @@ windows and buffers. The result is detailed here: - ~SPC b K~ (kill other buffers) is now ~SPC b m~ to map with ~SPC w m~ (maximize buffer/window which effectively delete other windows). - ~SPC b D~ now kills a buffer using =ace-window=. -- Buffer actions don’t delete the windows by default, use the universal +- Buffer actions don't delete the windows by default, use the universal prefix argument to do so, for instance ~SPC u SPC b d~ and ~SPC u SPC b D~ will delete the buffer and also the window. Another example is ~SPC u SPC b m~ to maximize a buffer. @@ -276,7 +276,7 @@ Another example to select all the packages except =fancy-battery=: #+END_SRC ** Improved stability -This is one of the Achilles’ heel of Spacemacs. We rely on bleeding edge version +This is one of the Achilles' heel of Spacemacs. We rely on bleeding edge version of packages from =melpa= repository to install a fresh version of Spacemacs. If the repository is down then no sugar, try again later. @@ -303,7 +303,7 @@ supported extension. For instance, when opening an Elixir file with extension =.ex= Spacemacs will ask to install the =elixir= layer if it is not already used. The =elixir= layer -is automatically added to the dotfile so it won’t be uninstalled after a +is automatically added to the dotfile so it won't be uninstalled after a restart. By default this feature is _disabled_, you have to opt-in for it by setting @@ -312,7 +312,7 @@ values: - =unused= to lazy install only layers not listed in =dotspacemacs-configuration-layers= - =all= to lazy install any layer supporting lazy installation (i.e. even the - used layers won’t be installed at startup until you open a file with a + used layers won't be installed at startup until you open a file with a supported extension). ** A better hybrid editing style @@ -341,7 +341,7 @@ layer to your dotfile and reloading it with ~SPC f e R~! The level of feature of the =ivy= layer is pretty on par with the =helm= layer, this is a fantastic work and it demonstrates all the power of a community-driven -configuration. I’m really excited by this new feature and how it is so easy to +configuration. I'm really excited by this new feature and how it is so easy to enjoy it. Nice work guys! ** Better transient-states @@ -481,11 +481,11 @@ previous stable state if required. ** More consistent window behaviour One of the main focus for 0.201 will be to integrate [[https://github.com/bmag/emacs-purpose][emacs-purpose]]. It is a package to display buffer in the same windows. The current pull request is very -popular and I’m sure you’ll like what it will bring to the Spacemacs experience. +popular and I'm sure you'll like what it will bring to the Spacemacs experience. ** New layers Pull requests with new layers are low on the priority list because reviewing -them is more time consuming. For 0.201 I’ll focus on all the pull requests with +them is more time consuming. For 0.201 I'll focus on all the pull requests with new layers in order to speed up the merge so you can expect more new layers for 0.201 than 0.200.