Convert org doc files with doc-fmt

This commit is contained in:
syl20bnr 2016-03-30 22:59:55 -04:00
parent 919a960fc2
commit 3b0c1fd93d
128 changed files with 1416 additions and 1542 deletions

View File

@ -7,18 +7,18 @@ if ! [ -d "./.git" ]
fi
#rm #+HTML_HEAD_EXTRA: ... readtheorg.css" /> in the doc.
find ./doc -name "*.org" -type f -exec sed -i '/#+HTML_HEAD_EXTRA.*readtheorg.css.*/d' {} \;
find ./doc -name "*.org" -type f -exec gsed -i '/#+HTML_HEAD_EXTRA.*readtheorg.css.*/d' {} \;
#rm #+HTML_HEAD_EXTRA: ... readtheorg.css" /> in the layers.
find ./layers -name "*.org" -type f -exec sed -i '/#+HTML_HEAD_EXTRA.*readtheorg.css.*/d' {} \;
find ./layers -name "*.org" -type f -exec gsed -i '/#+HTML_HEAD_EXTRA.*readtheorg.css.*/d' {} \;
#replace :TOC_4_org: with :TOC_4_gh: in the doc.
find ./doc -name "*.org" -type f -exec sed -i 's/:TOC_4_org:/:TOC_4_gh:/' {} \;
find ./doc -name "*.org" -type f -exec gsed -i 's/:TOC_4_org:/:TOC_4_gh:/' {} \;
#replace :TOC_4_org: with :TOC_4_gh: in the layers.
find ./layers -name "*.org" -type f -exec sed -i 's/:TOC_4_org:/:TOC_4_gh:/' {} \;
find ./layers -name "*.org" -type f -exec gsed -i 's/:TOC_4_org:/:TOC_4_gh:/' {} \;

View File

@ -1,43 +1,42 @@
#+TITLE: Spacemacs Conventions
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Spacemacs conventions :TOC_4_org:noexport:
- [[Code guidelines][Code guidelines]]
- [[Spacemacs core and layer][Spacemacs core and layer]]
- [[All layers][All layers]]
- [[Use-package][Use-package]]
- [[Key bindings conventions][Key bindings conventions]]
- [[Reserved prefix][Reserved prefix]]
- [[User prefix][User prefix]]
- [[Major mode prefix][Major mode prefix]]
- [[Transient-state][Transient-state]]
- [[Evilified buffers][Evilified buffers]]
- [[Navigation][Navigation]]
- [[n and N][n and N]]
- [[Code Navigation][Code Navigation]]
- [[=insert state= buffers][=insert state= buffers]]
- [[Confirm and Abort][Confirm and Abort]]
- [[Evaluation][Evaluation]]
- [[REPLs][REPLs]]
- [[Send code][Send code]]
- [[In terminal][In terminal]]
- [[Building and Compilation][Building and Compilation]]
- [[Debugging][Debugging]]
- [[Plain Text Markup Languages][Plain Text Markup Languages]]
- [[Headers][Headers]]
- [[Insertion of common elements][Insertion of common elements]]
- [[Text manipulation][Text manipulation]]
- [[Movement in normal mode][Movement in normal mode]]
- [[Promotion, Demotion and element movement][Promotion, Demotion and element movement]]
- [[Table editing][Table editing]]
- [[Tests][Tests]]
- [[All languages][All languages]]
- [[Language specific][Language specific]]
- [[Toggles][Toggles]]
- [[Refactoring][Refactoring]]
- [[Help or Documentation][Help or Documentation]]
- [[Writing documentation][Writing documentation]]
- [[Spacing in documentation][Spacing in documentation]]
* Spacemacs conventions :TOC_4_gh:noexport:
- [[#code-guidelines][Code guidelines]]
- [[#spacemacs-core-and-layer][Spacemacs core and layer]]
- [[#all-layers][All layers]]
- [[#use-package][Use-package]]
- [[#key-bindings-conventions][Key bindings conventions]]
- [[#reserved-prefix][Reserved prefix]]
- [[#user-prefix][User prefix]]
- [[#major-mode-prefix][Major mode prefix]]
- [[#transient-state][Transient-state]]
- [[#evilified-buffers][Evilified buffers]]
- [[#navigation][Navigation]]
- [[#n-and-n][n and N]]
- [[#code-navigation][Code Navigation]]
- [[#insert-state-buffers][=insert state= buffers]]
- [[#confirm-and-abort][Confirm and Abort]]
- [[#evaluation][Evaluation]]
- [[#repls][REPLs]]
- [[#send-code][Send code]]
- [[#in-terminal][In terminal]]
- [[#building-and-compilation][Building and Compilation]]
- [[#debugging][Debugging]]
- [[#plain-text-markup-languages][Plain Text Markup Languages]]
- [[#headers][Headers]]
- [[#insertion-of-common-elements][Insertion of common elements]]
- [[#text-manipulation][Text manipulation]]
- [[#movement-in-normal-mode][Movement in normal mode]]
- [[#promotion-demotion-and-element-movement][Promotion, Demotion and element movement]]
- [[#table-editing][Table editing]]
- [[#tests][Tests]]
- [[#all-languages][All languages]]
- [[#language-specific][Language specific]]
- [[#toggles][Toggles]]
- [[#refactoring][Refactoring]]
- [[#help-or-documentation][Help or Documentation]]
- [[#writing-documentation][Writing documentation]]
- [[#spacing-in-documentation][Spacing in documentation]]
* Code guidelines
** Spacemacs core and layer

View File

@ -1,201 +1,200 @@
#+TITLE: Spacemacs documentation
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Spacemacs documentation :TOC_4_org:noexport:
- [[Core Pillars][Core Pillars]]
- [[Mnemonic][Mnemonic]]
- [[Discoverable][Discoverable]]
- [[Consistent][Consistent]]
- [[Crowd-Configured][Crowd-Configured]]
- [[Highlighted feature][Highlighted feature]]
- [[Screenshots][Screenshots]]
- [[Who can benefit from this?][Who can benefit from this?]]
- [[Update and Rollback][Update and Rollback]]
- [[Update Spacemacs repository][Update Spacemacs repository]]
- [[Automatic Updates][Automatic Updates]]
- [[Updating from the Spacemacs Buffer][Updating from the Spacemacs Buffer]]
- [[Updating Manually with git][Updating Manually with git]]
- [[Update packages][Update packages]]
- [[Configuration layers][Configuration layers]]
- [[Purpose][Purpose]]
- [[Structure][Structure]]
- [[Configure packages][Configure packages]]
- [[With a layer][With a layer]]
- [[Declaration][Declaration]]
- [[Initialization][Initialization]]
- [[Exclusion][Exclusion]]
- [[Without a layer][Without a layer]]
- [[Packages synchronization][Packages synchronization]]
- [[Types of configuration layers][Types of configuration layers]]
- [[Submitting a configuration layer upstream][Submitting a configuration layer upstream]]
- [[Example: Themes Megapack example][Example: Themes Megapack example]]
- [[Managing private configuration layers][Managing private configuration layers]]
- [[Using the private directory][Using the private directory]]
- [[Using an external Git repository][Using an external Git repository]]
- [[Using a personal branch][Using a personal branch]]
- [[Tips for writing layers][Tips for writing layers]]
- [[Dotfile Configuration][Dotfile Configuration]]
- [[Dotfile Installation][Dotfile Installation]]
- [[Alternative dotdirectory][Alternative dotdirectory]]
- [[Synchronization of dotfile changes][Synchronization of dotfile changes]]
- [[Testing the dotfile][Testing the dotfile]]
- [[Dotfile Contents][Dotfile Contents]]
- [[Using configuration layers][Using configuration layers]]
- [[Setting configuration layers variables][Setting configuration layers variables]]
- [[Excluding packages][Excluding packages]]
- [[Configuration functions][Configuration functions]]
- [[Custom variables][Custom variables]]
- [[Concepts][Concepts]]
- [[Editing Styles][Editing Styles]]
- [[Vim][Vim]]
- [[Emacs][Emacs]]
- [[Hybrid][Hybrid]]
- [[States][States]]
- [[Evilified modes][Evilified modes]]
- [[Evil leader][Evil leader]]
- [[Universal argument][Universal argument]]
- [[Transient-states][Transient-states]]
- [[Differences between Vim, Evil and Spacemacs][Differences between Vim, Evil and Spacemacs]]
- [[The vim-surround case][The vim-surround case]]
- [[Evil plugins][Evil plugins]]
- [[Binding keys][Binding keys]]
- [[GUI Elements][GUI Elements]]
- [[Color themes][Color themes]]
- [[Font][Font]]
- [[GUI Toggles][GUI Toggles]]
- [[Global line numbers][Global line numbers]]
- [[Mode-line][Mode-line]]
- [[Powerline font installation for terminal-mode users][Powerline font installation for terminal-mode users]]
- [[Flycheck integration][Flycheck integration]]
- [[Anzu integration][Anzu integration]]
- [[Battery status integration][Battery status integration]]
- [[Powerline separators][Powerline separators]]
- [[Minor Modes][Minor Modes]]
- [[Customizing the mode-line][Customizing the mode-line]]
- [[Layouts and workspaces][Layouts and workspaces]]
- [[Layouts][Layouts]]
- [[The default layout][The default layout]]
- [[Project layouts][Project layouts]]
- [[Custom Layouts][Custom Layouts]]
- [[Save/Load layouts into a file][Save/Load layouts into a file]]
- [[Layout key bindings][Layout key bindings]]
- [[Workspaces][Workspaces]]
- [[Workspace key bindings][Workspace key bindings]]
- [[Commands][Commands]]
- [[Vim key bindings][Vim key bindings]]
- [[Escaping][Escaping]]
- [[Executing Vim and Emacs ex/M-x commands][Executing Vim and Emacs ex/M-x commands]]
- [[Leader key][Leader key]]
- [[Additional text objects][Additional text objects]]
- [[Reserved prefix command for user][Reserved prefix command for user]]
- [[Helm][Helm]]
- [[C-z and Tab switch][C-z and Tab switch]]
- [[Helm focus][Helm focus]]
- [[Helm transient state][Helm transient state]]
- [[Discovering][Discovering]]
- [[Key bindings][Key bindings]]
- [[Which-key][Which-key]]
- [[Helm describe key bindings][Helm describe key bindings]]
- [[Getting help][Getting help]]
- [[Available layers][Available layers]]
- [[Available packages in Spacemacs][Available packages in Spacemacs]]
- [[New packages from ELPA repositories][New packages from ELPA repositories]]
- [[Toggles][Toggles]]
- [[Navigating][Navigating]]
- [[Point/Cursor][Point/Cursor]]
- [[Smooth scrolling][Smooth scrolling]]
- [[Vim motions with avy][Vim motions with avy]]
- [[ace-link mode][ace-link mode]]
- [[Unimpaired bindings][Unimpaired bindings]]
- [[Jumping, Joining and Splitting][Jumping, Joining and Splitting]]
- [[Jumping][Jumping]]
- [[Joining and splitting][Joining and splitting]]
- [[Window manipulation][Window manipulation]]
- [[Window manipulation key bindings][Window manipulation key bindings]]
- [[Window manipulation transient state][Window manipulation transient state]]
- [[Golden ratio][Golden ratio]]
- [[Buffers and Files][Buffers and Files]]
- [[Buffers manipulation key bindings][Buffers manipulation key bindings]]
- [[Buffers manipulation transient state][Buffers manipulation transient state]]
- [[Special Buffers][Special Buffers]]
- [[Files manipulations key bindings][Files manipulations key bindings]]
- [[Emacs and Spacemacs files][Emacs and Spacemacs files]]
- [[Browsing files with Helm][Browsing files with Helm]]
- [[Ido][Ido]]
- [[Ido transient state][Ido transient state]]
- [[NeoTree file tree][NeoTree file tree]]
- [[NeoTree navigation][NeoTree navigation]]
- [[Opening files with NeoTree][Opening files with NeoTree]]
- [[Other NeoTree key bindings][Other NeoTree key bindings]]
- [[NeoTree mode-line][NeoTree mode-line]]
- [[NeoTree Source Control Integration][NeoTree Source Control Integration]]
- [[NeoTree Theme][NeoTree Theme]]
- [[Bookmarks][Bookmarks]]
- [[DocView mode][DocView mode]]
- [[Auto-saving][Auto-saving]]
- [[Frequency of auto-saving][Frequency of auto-saving]]
- [[Location of auto-saved files][Location of auto-saved files]]
- [[Disable auto-save][Disable auto-save]]
- [[Searching][Searching]]
- [[With an external tool][With an external tool]]
- [[Useful key bindings][Useful key bindings]]
- [[Searching in current file][Searching in current file]]
- [[Searching in all open buffers visiting files][Searching in all open buffers visiting files]]
- [[Searching in files in an arbitrary directory][Searching in files in an arbitrary directory]]
- [[Searching in a project][Searching in a project]]
- [[Searching the web][Searching the web]]
- [[Persistent highlighting][Persistent highlighting]]
- [[Highlight current symbol][Highlight current symbol]]
- [[Visual Star][Visual Star]]
- [[Listing symbols by semantic][Listing symbols by semantic]]
- [[Helm-swoop][Helm-swoop]]
- [[Editing][Editing]]
- [[Paste text][Paste text]]
- [[Paste Transient-state][Paste Transient-state]]
- [[Auto-indent pasted text][Auto-indent pasted text]]
- [[Text manipulation commands][Text manipulation commands]]
- [[Text insertion commands][Text insertion commands]]
- [[Smartparens Strict mode][Smartparens Strict mode]]
- [[Zooming][Zooming]]
- [[Text][Text]]
- [[Frame][Frame]]
- [[Increase/Decrease numbers][Increase/Decrease numbers]]
- [[Spell checking][Spell checking]]
- [[Region selection][Region selection]]
- [[Expand-region][Expand-region]]
- [[Indent text object][Indent text object]]
- [[Region narrowing][Region narrowing]]
- [[Replacing text with iedit][Replacing text with iedit]]
- [[iedit states key bindings][iedit states key bindings]]
- [[Examples][Examples]]
- [[Replacing text in several files][Replacing text in several files]]
- [[Renaming files in a directory][Renaming files in a directory]]
- [[Commenting][Commenting]]
- [[Deleting files][Deleting files]]
- [[Editing Lisp code][Editing Lisp code]]
- [[Lisp Key Bindings][Lisp Key Bindings]]
- [[Mouse usage][Mouse usage]]
- [[Managing projects][Managing projects]]
- [[Registers][Registers]]
- [[Errors handling][Errors handling]]
- [[Compiling][Compiling]]
- [[Modes][Modes]]
- [[Major Mode leader key][Major Mode leader key]]
- [[Helm][Helm]]
- [[Emacs Server][Emacs Server]]
- [[Connecting to the Emacs server][Connecting to the Emacs server]]
- [[Keeping the server alive][Keeping the server alive]]
- [[Troubleshoot][Troubleshoot]]
- [[Loading fails][Loading fails]]
- [[Upgrading/Downgrading Emacs version][Upgrading/Downgrading Emacs version]]
- [[Achievements][Achievements]]
- [[Issues][Issues]]
- [[Merged Pull Requests][Merged Pull Requests]]
- [[Stars, forks and watchers][Stars, forks and watchers]]
- [[Gitter chat][Gitter chat]]
- [[First times][First times]]
- [[Specials][Specials]]
- [[Thank you][Thank you]]
* Spacemacs documentation :TOC_4_gh:noexport:
- [[#core-pillars][Core Pillars]]
- [[#mnemonic][Mnemonic]]
- [[#discoverable][Discoverable]]
- [[#consistent][Consistent]]
- [[#crowd-configured][Crowd-Configured]]
- [[#highlighted-feature][Highlighted feature]]
- [[#screenshots][Screenshots]]
- [[#who-can-benefit-from-this][Who can benefit from this?]]
- [[#update-and-rollback][Update and Rollback]]
- [[#update-spacemacs-repository][Update Spacemacs repository]]
- [[#automatic-updates][Automatic Updates]]
- [[#updating-from-the-spacemacs-buffer][Updating from the Spacemacs Buffer]]
- [[#updating-manually-with-git][Updating Manually with git]]
- [[#update-packages][Update packages]]
- [[#configuration-layers][Configuration layers]]
- [[#purpose][Purpose]]
- [[#structure][Structure]]
- [[#configure-packages][Configure packages]]
- [[#with-a-layer][With a layer]]
- [[#declaration][Declaration]]
- [[#initialization][Initialization]]
- [[#exclusion][Exclusion]]
- [[#without-a-layer][Without a layer]]
- [[#packages-synchronization][Packages synchronization]]
- [[#types-of-configuration-layers][Types of configuration layers]]
- [[#submitting-a-configuration-layer-upstream][Submitting a configuration layer upstream]]
- [[#example-themes-megapack-example][Example: Themes Megapack example]]
- [[#managing-private-configuration-layers][Managing private configuration layers]]
- [[#using-the-private-directory][Using the private directory]]
- [[#using-an-external-git-repository][Using an external Git repository]]
- [[#using-a-personal-branch][Using a personal branch]]
- [[#tips-for-writing-layers][Tips for writing layers]]
- [[#dotfile-configuration][Dotfile Configuration]]
- [[#dotfile-installation][Dotfile Installation]]
- [[#alternative-dotdirectory][Alternative dotdirectory]]
- [[#synchronization-of-dotfile-changes][Synchronization of dotfile changes]]
- [[#testing-the-dotfile][Testing the dotfile]]
- [[#dotfile-contents][Dotfile Contents]]
- [[#using-configuration-layers][Using configuration layers]]
- [[#setting-configuration-layers-variables][Setting configuration layers variables]]
- [[#excluding-packages][Excluding packages]]
- [[#configuration-functions][Configuration functions]]
- [[#custom-variables][Custom variables]]
- [[#concepts][Concepts]]
- [[#editing-styles][Editing Styles]]
- [[#vim][Vim]]
- [[#emacs][Emacs]]
- [[#hybrid][Hybrid]]
- [[#states][States]]
- [[#evilified-modes][Evilified modes]]
- [[#evil-leader][Evil leader]]
- [[#universal-argument][Universal argument]]
- [[#transient-states][Transient-states]]
- [[#differences-between-vim-evil-and-spacemacs][Differences between Vim, Evil and Spacemacs]]
- [[#the-vim-surround-case][The vim-surround case]]
- [[#evil-plugins][Evil plugins]]
- [[#binding-keys][Binding keys]]
- [[#gui-elements][GUI Elements]]
- [[#color-themes][Color themes]]
- [[#font][Font]]
- [[#gui-toggles][GUI Toggles]]
- [[#global-line-numbers][Global line numbers]]
- [[#mode-line][Mode-line]]
- [[#powerline-font-installation-for-terminal-mode-users][Powerline font installation for terminal-mode users]]
- [[#flycheck-integration][Flycheck integration]]
- [[#anzu-integration][Anzu integration]]
- [[#battery-status-integration][Battery status integration]]
- [[#powerline-separators][Powerline separators]]
- [[#minor-modes][Minor Modes]]
- [[#customizing-the-mode-line][Customizing the mode-line]]
- [[#layouts-and-workspaces][Layouts and workspaces]]
- [[#layouts][Layouts]]
- [[#the-default-layout][The default layout]]
- [[#project-layouts][Project layouts]]
- [[#custom-layouts][Custom Layouts]]
- [[#saveload-layouts-into-a-file][Save/Load layouts into a file]]
- [[#layout-key-bindings][Layout key bindings]]
- [[#workspaces][Workspaces]]
- [[#workspace-key-bindings][Workspace key bindings]]
- [[#commands][Commands]]
- [[#vim-key-bindings][Vim key bindings]]
- [[#escaping][Escaping]]
- [[#executing-vim-and-emacs-exm-x-commands][Executing Vim and Emacs ex/M-x commands]]
- [[#leader-key][Leader key]]
- [[#additional-text-objects][Additional text objects]]
- [[#reserved-prefix-command-for-user][Reserved prefix command for user]]
- [[#helm][Helm]]
- [[#c-z-and-tab-switch][C-z and Tab switch]]
- [[#helm-focus][Helm focus]]
- [[#helm-transient-state][Helm transient state]]
- [[#discovering][Discovering]]
- [[#key-bindings][Key bindings]]
- [[#which-key][Which-key]]
- [[#helm-describe-key-bindings][Helm describe key bindings]]
- [[#getting-help][Getting help]]
- [[#available-layers][Available layers]]
- [[#available-packages-in-spacemacs][Available packages in Spacemacs]]
- [[#new-packages-from-elpa-repositories][New packages from ELPA repositories]]
- [[#toggles][Toggles]]
- [[#navigating][Navigating]]
- [[#pointcursor][Point/Cursor]]
- [[#smooth-scrolling][Smooth scrolling]]
- [[#vim-motions-with-avy][Vim motions with avy]]
- [[#ace-link-mode][ace-link mode]]
- [[#unimpaired-bindings][Unimpaired bindings]]
- [[#jumping-joining-and-splitting][Jumping, Joining and Splitting]]
- [[#jumping][Jumping]]
- [[#joining-and-splitting][Joining and splitting]]
- [[#window-manipulation][Window manipulation]]
- [[#window-manipulation-key-bindings][Window manipulation key bindings]]
- [[#window-manipulation-transient-state][Window manipulation transient state]]
- [[#golden-ratio][Golden ratio]]
- [[#buffers-and-files][Buffers and Files]]
- [[#buffers-manipulation-key-bindings][Buffers manipulation key bindings]]
- [[#buffers-manipulation-transient-state][Buffers manipulation transient state]]
- [[#special-buffers][Special Buffers]]
- [[#files-manipulations-key-bindings][Files manipulations key bindings]]
- [[#emacs-and-spacemacs-files][Emacs and Spacemacs files]]
- [[#browsing-files-with-helm][Browsing files with Helm]]
- [[#ido][Ido]]
- [[#ido-transient-state][Ido transient state]]
- [[#neotree-file-tree][NeoTree file tree]]
- [[#neotree-navigation][NeoTree navigation]]
- [[#opening-files-with-neotree][Opening files with NeoTree]]
- [[#other-neotree-key-bindings][Other NeoTree key bindings]]
- [[#neotree-mode-line][NeoTree mode-line]]
- [[#neotree-source-control-integration][NeoTree Source Control Integration]]
- [[#neotree-theme][NeoTree Theme]]
- [[#bookmarks][Bookmarks]]
- [[#docview-mode][DocView mode]]
- [[#auto-saving][Auto-saving]]
- [[#frequency-of-auto-saving][Frequency of auto-saving]]
- [[#location-of-auto-saved-files][Location of auto-saved files]]
- [[#disable-auto-save][Disable auto-save]]
- [[#searching][Searching]]
- [[#with-an-external-tool][With an external tool]]
- [[#useful-key-bindings][Useful key bindings]]
- [[#searching-in-current-file][Searching in current file]]
- [[#searching-in-all-open-buffers-visiting-files][Searching in all open buffers visiting files]]
- [[#searching-in-files-in-an-arbitrary-directory][Searching in files in an arbitrary directory]]
- [[#searching-in-a-project][Searching in a project]]
- [[#searching-the-web][Searching the web]]
- [[#persistent-highlighting][Persistent highlighting]]
- [[#highlight-current-symbol][Highlight current symbol]]
- [[#visual-star][Visual Star]]
- [[#listing-symbols-by-semantic][Listing symbols by semantic]]
- [[#helm-swoop][Helm-swoop]]
- [[#editing][Editing]]
- [[#paste-text][Paste text]]
- [[#paste-transient-state][Paste Transient-state]]
- [[#auto-indent-pasted-text][Auto-indent pasted text]]
- [[#text-manipulation-commands][Text manipulation commands]]
- [[#text-insertion-commands][Text insertion commands]]
- [[#smartparens-strict-mode][Smartparens Strict mode]]
- [[#zooming][Zooming]]
- [[#text][Text]]
- [[#frame][Frame]]
- [[#increasedecrease-numbers][Increase/Decrease numbers]]
- [[#spell-checking][Spell checking]]
- [[#region-selection][Region selection]]
- [[#expand-region][Expand-region]]
- [[#indent-text-object][Indent text object]]
- [[#region-narrowing][Region narrowing]]
- [[#replacing-text-with-iedit][Replacing text with iedit]]
- [[#iedit-states-key-bindings][iedit states key bindings]]
- [[#examples][Examples]]
- [[#replacing-text-in-several-files][Replacing text in several files]]
- [[#renaming-files-in-a-directory][Renaming files in a directory]]
- [[#commenting][Commenting]]
- [[#deleting-files][Deleting files]]
- [[#editing-lisp-code][Editing Lisp code]]
- [[#lisp-key-bindings][Lisp Key Bindings]]
- [[#mouse-usage][Mouse usage]]
- [[#managing-projects][Managing projects]]
- [[#registers][Registers]]
- [[#errors-handling][Errors handling]]
- [[#compiling][Compiling]]
- [[#modes][Modes]]
- [[#major-mode-leader-key][Major Mode leader key]]
- [[#helm][Helm]]
- [[#emacs-server][Emacs Server]]
- [[#connecting-to-the-emacs-server][Connecting to the Emacs server]]
- [[#keeping-the-server-alive][Keeping the server alive]]
- [[#troubleshoot][Troubleshoot]]
- [[#loading-fails][Loading fails]]
- [[#upgradingdowngrading-emacs-version][Upgrading/Downgrading Emacs version]]
- [[#achievements][Achievements]]
- [[#issues][Issues]]
- [[#merged-pull-requests][Merged Pull Requests]]
- [[#stars-forks-and-watchers][Stars, forks and watchers]]
- [[#gitter-chat][Gitter chat]]
- [[#first-times][First times]]
- [[#specials][Specials]]
- [[#thank-you][Thank you]]
* Core Pillars
Four core pillars: Mnemonic, Discoverable, Consistent and "Crowd-Configured".

View File

@ -1,51 +1,50 @@
#+TITLE: Frequently Asked Questions
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* FAQ :TOC_4_org:noexport:
- [[Common][Common]]
- [[Which version of Spacemacs am I running?][Which version of Spacemacs am I running?]]
- [[What is the official pronunciation of Spacemacs?][What is the official pronunciation of Spacemacs?]]
- [[Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]]
- [[How to fix package download errors when installing Spacemacs ?][How to fix package download errors when installing Spacemacs ?]]
- [[The Spacemacs banner is ugly, what should I do?][The Spacemacs banner is ugly, what should I do?]]
- [[The powerline separators are ugly, how can I fix them?][The powerline separators are ugly, how can I fix them?]]
- [[The powerline separators have no anti-aliasing, what can I do?][The powerline separators have no anti-aliasing, what can I do?]]
- [[Why is after-init-hook not executed?][Why is after-init-hook not executed?]]
- [[What is the difference between =spacemacs-base= and =spacemacs= distributions?][What is the difference between =spacemacs-base= and =spacemacs= distributions?]]
- [[Should I place my settings in =user-init= or =user-config=?][Should I place my settings in =user-init= or =user-config=?]]
- [[Why do some of my =org=-related settings cause problems?][Why do some of my =org=-related settings cause problems?]]
- [[Why is Spacemacs hanging on startup?][Why is Spacemacs hanging on startup?]]
- [[Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?][Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?]]
- [[Why does my color theme not render correctly in terminal mode?][Why does my color theme not render correctly in terminal mode?]]
- [[Why do I get =(wrong-type-argument arrayp nil)= errors on startup?][Why do I get =(wrong-type-argument arrayp nil)= errors on startup?]]
- [[Typing quickly =fd= takes me out of =insert state=. What is going on?][Typing quickly =fd= takes me out of =insert state=. What is going on?]]
- [[Why do I get files starting with .#?][Why do I get files starting with .#?]]
- [[How do I...][How do I...]]
- [[Install a package not provided by a layer?][Install a package not provided by a layer?]]
- [[Disable a package completely?][Disable a package completely?]]
- [[Disable a package only for a specific major-mode?][Disable a package only for a specific major-mode?]]
- [[Disable company for a specific major-mode?][Disable company for a specific major-mode?]]
- [[Change special buffer rules?][Change special buffer rules?]]
- [[Enable navigation by visual lines?][Enable navigation by visual lines?]]
- [[Disable evilification of a mode?][Disable evilification of a mode?]]
- [[Include underscores in word motions?][Include underscores in word motions?]]
- [[Setup =$PATH=?][Setup =$PATH=?]]
- [[Change or define an alias for a leader key?][Change or define an alias for a leader key?]]
- [[Restore the sentence delimiter to two spaces?][Restore the sentence delimiter to two spaces?]]
- [[Prevent the visual selection overriding my system clipboard?][Prevent the visual selection overriding my system clipboard?]]
- [[Make spell-checking support curly quotes (or any other character)?][Make spell-checking support curly quotes (or any other character)?]]
- [[Use Spacemacs as the =$EDITOR= for git commits?][Use Spacemacs as the =$EDITOR= for git commits?]]
- [[Try Spacemacs without modifying my existing Emacs configuration?][Try Spacemacs without modifying my existing Emacs configuration?]]
- [[Make copy/paste working with the mouse in X11 terminals?][Make copy/paste working with the mouse in X11 terminals?]]
- [[Use =helm-ag= to search only in files of a certain type?][Use =helm-ag= to search only in files of a certain type?]]
- [[Remap paste key to be able to paste copied text multiple times][Remap paste key to be able to paste copied text multiple times]]
- [[Windows][Windows]]
- [[Why do the fonts look crappy on Windows?][Why do the fonts look crappy on Windows?]]
- [[Why is there no Spacemacs logo in the startup buffer?][Why is there no Spacemacs logo in the startup buffer?]]
- [[Why are all packages unavailable?][Why are all packages unavailable?]]
- [[The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.]]
- [[OS X][OS X]]
- [[Why are the powerline colors not correct on OS X?][Why are the powerline colors not correct on OS X?]]
* FAQ :TOC_4_gh:noexport:
- [[#common][Common]]
- [[#which-version-of-spacemacs-am-i-running][Which version of Spacemacs am I running?]]
- [[#what-is-the-official-pronunciation-of-spacemacs][What is the official pronunciation of Spacemacs?]]
- [[#why-are-packages-installed-with-package-install-automatically-deleted-by-spacemacs-when-it-boots][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]]
- [[#how-to-fix-package-download-errors-when-installing-spacemacs-][How to fix package download errors when installing Spacemacs ?]]
- [[#the-spacemacs-banner-is-ugly-what-should-i-do][The Spacemacs banner is ugly, what should I do?]]
- [[#the-powerline-separators-are-ugly-how-can-i-fix-them][The powerline separators are ugly, how can I fix them?]]
- [[#the-powerline-separators-have-no-anti-aliasing-what-can-i-do][The powerline separators have no anti-aliasing, what can I do?]]
- [[#why-is-after-init-hook-not-executed][Why is after-init-hook not executed?]]
- [[#what-is-the-difference-between-spacemacs-base-and-spacemacs-distributions][What is the difference between =spacemacs-base= and =spacemacs= distributions?]]
- [[#should-i-place-my-settings-in-user-init-or-user-config][Should I place my settings in =user-init= or =user-config=?]]
- [[#why-do-some-of-my-org-related-settings-cause-problems][Why do some of my =org=-related settings cause problems?]]
- [[#why-is-spacemacs-hanging-on-startup][Why is Spacemacs hanging on startup?]]
- [[#why-does-helm-m-x-spc-spc-not-accept-the-prefix-argument][Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?]]
- [[#why-does-my-color-theme-not-render-correctly-in-terminal-mode][Why does my color theme not render correctly in terminal mode?]]
- [[#why-do-i-get-wrong-type-argument-arrayp-nil-errors-on-startup][Why do I get =(wrong-type-argument arrayp nil)= errors on startup?]]
- [[#typing-quickly-fd-takes-me-out-of-insert-state-what-is-going-on][Typing quickly =fd= takes me out of =insert state=. What is going on?]]
- [[#why-do-i-get-files-starting-with-][Why do I get files starting with .#?]]
- [[#how-do-i][How do I...]]
- [[#install-a-package-not-provided-by-a-layer][Install a package not provided by a layer?]]
- [[#disable-a-package-completely][Disable a package completely?]]
- [[#disable-a-package-only-for-a-specific-major-mode][Disable a package only for a specific major-mode?]]
- [[#disable-company-for-a-specific-major-mode][Disable company for a specific major-mode?]]
- [[#change-special-buffer-rules][Change special buffer rules?]]
- [[#enable-navigation-by-visual-lines][Enable navigation by visual lines?]]
- [[#disable-evilification-of-a-mode][Disable evilification of a mode?]]
- [[#include-underscores-in-word-motions][Include underscores in word motions?]]
- [[#setup-path][Setup =$PATH=?]]
- [[#change-or-define-an-alias-for-a-leader-key][Change or define an alias for a leader key?]]
- [[#restore-the-sentence-delimiter-to-two-spaces][Restore the sentence delimiter to two spaces?]]
- [[#prevent-the-visual-selection-overriding-my-system-clipboard][Prevent the visual selection overriding my system clipboard?]]
- [[#make-spell-checking-support-curly-quotes-or-any-other-character][Make spell-checking support curly quotes (or any other character)?]]
- [[#use-spacemacs-as-the-editor-for-git-commits][Use Spacemacs as the =$EDITOR= for git commits?]]
- [[#try-spacemacs-without-modifying-my-existing-emacs-configuration][Try Spacemacs without modifying my existing Emacs configuration?]]
- [[#make-copypaste-working-with-the-mouse-in-x11-terminals][Make copy/paste working with the mouse in X11 terminals?]]
- [[#use-helm-ag-to-search-only-in-files-of-a-certain-type][Use =helm-ag= to search only in files of a certain type?]]
- [[#remap-paste-key-to-be-able-to-paste-copied-text-multiple-times][Remap paste key to be able to paste copied text multiple times]]
- [[#windows][Windows]]
- [[#why-do-the-fonts-look-crappy-on-windows][Why do the fonts look crappy on Windows?]]
- [[#why-is-there-no-spacemacs-logo-in-the-startup-buffer][Why is there no Spacemacs logo in the startup buffer?]]
- [[#why-are-all-packages-unavailable][Why are all packages unavailable?]]
- [[#the-powerline-isnt-shown-correctly-when-spacemacs-is-used-within-putty][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.]]
- [[#os-x][OS X]]
- [[#why-are-the-powerline-colors-not-correct-on-os-x][Why are the powerline colors not correct on OS X?]]
* Common
** Which version of Spacemacs am I running?

View File

@ -1,35 +1,34 @@
#+TITLE: Configuration layers
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Configuration Layers :TOC_4_org:noexport:
- [[Introduction][Introduction]]
- [[Nomenclature][Nomenclature]]
- [[The Emacs loading process][The Emacs loading process]]
- [[Emacs Lisp files][Emacs Lisp files]]
- [[Loading a file][Loading a file]]
- [[Features][Features]]
- [[The load path][The load path]]
- [[Auto-loading][Auto-loading]]
- [[Eval after load][Eval after load]]
- [[Use-package][Use-package]]
- [[Anatomy of a layer][Anatomy of a layer]]
- [[packages.el][packages.el]]
- [[packages-config.el][packages-config.el]]
- [[config.el, packages-funcs.el and keybindings.el][config.el, packages-funcs.el and keybindings.el]]
- [[The Spacemacs loading process][The Spacemacs loading process]]
- [[Case study: auto-completion][Case study: auto-completion]]
- [[Layer tips and tricks][Layer tips and tricks]]
- [[Cross-dependencies][Cross-dependencies]]
- [[Use-package][Use-package]]
- [[Use-package hooks][Use-package hooks]]
- [[Best practices][Best practices]]
- [[Package ownership][Package ownership]]
- [[Localize your configuration][Localize your configuration]]
- [[Load ordering][Load ordering]]
- [[No require][No require]]
- [[Auto-load everything][Auto-load everything]]
- [[How do I ... idiomatically?][How do I ... idiomatically?]]
- [[Setup auto-completion for a major mode][Setup auto-completion for a major mode]]
* Configuration Layers :TOC_4_gh:noexport:
- [[#introduction][Introduction]]
- [[#nomenclature][Nomenclature]]
- [[#the-emacs-loading-process][The Emacs loading process]]
- [[#emacs-lisp-files][Emacs Lisp files]]
- [[#loading-a-file][Loading a file]]
- [[#features][Features]]
- [[#the-load-path][The load path]]
- [[#auto-loading][Auto-loading]]
- [[#eval-after-load][Eval after load]]
- [[#use-package][Use-package]]
- [[#anatomy-of-a-layer][Anatomy of a layer]]
- [[#packagesel][packages.el]]
- [[#packages-configel][packages-config.el]]
- [[#configel-packages-funcsel-and-keybindingsel][config.el, packages-funcs.el and keybindings.el]]
- [[#the-spacemacs-loading-process][The Spacemacs loading process]]
- [[#case-study-auto-completion][Case study: auto-completion]]
- [[#layer-tips-and-tricks][Layer tips and tricks]]
- [[#cross-dependencies][Cross-dependencies]]
- [[#use-package][Use-package]]
- [[#use-package-hooks][Use-package hooks]]
- [[#best-practices][Best practices]]
- [[#package-ownership][Package ownership]]
- [[#localize-your-configuration][Localize your configuration]]
- [[#load-ordering][Load ordering]]
- [[#no-require][No require]]
- [[#auto-load-everything][Auto-load everything]]
- [[#how-do-i--idiomatically][How do I ... idiomatically?]]
- [[#setup-auto-completion-for-a-major-mode][Setup auto-completion for a major mode]]
* Introduction
This document is intended as a tutorial for users who are interested in writing

View File

@ -1,19 +1,18 @@
#+TITLE: Quick start
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Configuration :TOC_4_org:noexport:
- [[Configuration layers][Configuration layers]]
- [[Dotfile (.spacemacs)][Dotfile (.spacemacs)]]
- [[Dotdirectory (~/.spacemacs.d)][Dotdirectory (~/.spacemacs.d)]]
- [[Learning Spacemacs][Learning Spacemacs]]
- [[Editing Styles][Editing Styles]]
- [[The leader keys][The leader keys]]
- [[Evil-tutor][Evil-tutor]]
- [[Universal argument][Universal argument]]
- [[Configuration layers and Package discovery][Configuration layers and Package discovery]]
- [[Key bindings discovery][Key bindings discovery]]
- [[Describe functions][Describe functions]]
- [[How-To's][How-To's]]
* Configuration :TOC_4_gh:noexport:
- [[#configuration-layers][Configuration layers]]
- [[#dotfile-spacemacs][Dotfile (.spacemacs)]]
- [[#dotdirectory-spacemacsd][Dotdirectory (~/.spacemacs.d)]]
- [[#learning-spacemacs][Learning Spacemacs]]
- [[#editing-styles][Editing Styles]]
- [[#the-leader-keys][The leader keys]]
- [[#evil-tutor][Evil-tutor]]
- [[#universal-argument][Universal argument]]
- [[#configuration-layers-and-package-discovery][Configuration layers and Package discovery]]
- [[#key-bindings-discovery][Key bindings discovery]]
- [[#describe-functions][Describe functions]]
- [[#how-tos][How-To's]]
* Configuration layers
Spacemacs divides its configuration into self-contained units called

View File

@ -1,41 +1,40 @@
#+TITLE: Migrating from Vim
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Migrating from vim :TOC_4_org:noexport:
- [[Purpose of this document][Purpose of this document]]
- [[Philosophy][Philosophy]]
- [[Basic orientation][Basic orientation]]
- [[Terms][Terms]]
- [[Modes vs. States][Modes vs. States]]
- [[Layers][Layers]]
- [[Transient-states][Transient-states]]
- [[Keybinding conventions][Keybinding conventions]]
- [[Running commands][Running commands]]
- [[Buffer and window management][Buffer and window management]]
- [[Buffers][Buffers]]
- [[Special buffers][Special buffers]]
- [[Windows][Windows]]
- [[Files][Files]]
- [[The Help System][The Help System]]
- [[Exploring][Exploring]]
- [[Customization][Customization]]
- [[The .spacemacs file][The .spacemacs file]]
- [[Emacs Lisp][Emacs Lisp]]
- [[Variables][Variables]]
- [[Keybindings][Keybindings]]
- [[Functions][Functions]]
- [[Activating a Layer][Activating a Layer]]
- [[Creating a Layer][Creating a Layer]]
- [[Installing a single package][Installing a single package]]
- [[Loading packages][Loading packages]]
- [[Uninstalling a package][Uninstalling a package]]
- [[Common tweaks][Common tweaks]]
- [[Changing the escape key][Changing the escape key]]
- [[Changing the colorscheme][Changing the colorscheme]]
- [[Nohlsearch][Nohlsearch]]
- [[Sessions][Sessions]]
- [[Navigating using visual lines][Navigating using visual lines]]
- [[Other useful links][Other useful links]]
* Migrating from vim :TOC_4_gh:noexport:
- [[#purpose-of-this-document][Purpose of this document]]
- [[#philosophy][Philosophy]]
- [[#basic-orientation][Basic orientation]]
- [[#terms][Terms]]
- [[#modes-vs-states][Modes vs. States]]
- [[#layers][Layers]]
- [[#transient-states][Transient-states]]
- [[#keybinding-conventions][Keybinding conventions]]
- [[#running-commands][Running commands]]
- [[#buffer-and-window-management][Buffer and window management]]
- [[#buffers][Buffers]]
- [[#special-buffers][Special buffers]]
- [[#windows][Windows]]
- [[#files][Files]]
- [[#the-help-system][The Help System]]
- [[#exploring][Exploring]]
- [[#customization][Customization]]
- [[#the-spacemacs-file][The .spacemacs file]]
- [[#emacs-lisp][Emacs Lisp]]
- [[#variables][Variables]]
- [[#keybindings][Keybindings]]
- [[#functions][Functions]]
- [[#activating-a-layer][Activating a Layer]]
- [[#creating-a-layer][Creating a Layer]]
- [[#installing-a-single-package][Installing a single package]]
- [[#loading-packages][Loading packages]]
- [[#uninstalling-a-package][Uninstalling a package]]
- [[#common-tweaks][Common tweaks]]
- [[#changing-the-escape-key][Changing the escape key]]
- [[#changing-the-colorscheme][Changing the colorscheme]]
- [[#nohlsearch][Nohlsearch]]
- [[#sessions][Sessions]]
- [[#navigating-using-visual-lines][Navigating using visual lines]]
- [[#other-useful-links][Other useful links]]
* Purpose of this document
This document is intended to supplement the Spacemacs documentation by bridging

View File

@ -1,15 +1,14 @@
#+TITLE: ERC layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[OS X][OS X]]
- [[Social graph][Social graph]]
- [[Key bindings][Key bindings]]
- [[Spacemacs Layout Support][Spacemacs Layout Support]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#os-x][OS X]]
- [[#social-graph][Social graph]]
- [[#key-bindings][Key bindings]]
- [[#spacemacs-layout-support][Spacemacs Layout Support]]
* Description
Layer for [[http://www.emacswiki.org/emacs/ERC][ERC IRC chat]].

View File

@ -1,16 +1,15 @@
#+TITLE: Jabber contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/jabber-logo.gif]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Jabber Roster][Jabber Roster]]
- [[HipChat][HipChat]]
- [[Authentication][Authentication]]
- [[Joining rooms][Joining rooms]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#jabber-roster][Jabber Roster]]
- [[#hipchat][HipChat]]
- [[#authentication][Authentication]]
- [[#joining-rooms][Joining rooms]]
* Description
This layer adds keybindings for jabber.el. jabber.el is a Jabber (XMPP) client for Emacs

View File

@ -1,25 +1,24 @@
#+TITLE: RCIRC layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/irc.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Configuration][Configuration]]
- [[Storing the credentials in your dotfile][Storing the credentials in your dotfile]]
- [[Example:][Example:]]
- [[Storing the credentials in your Dropbox][Storing the credentials in your Dropbox]]
- [[Example:][Example:]]
- [[Storing the credentials in authinfo][Storing the credentials in authinfo]]
- [[Connecting behind a ZNC bouncer and storing the credentials in authinfo][Connecting behind a ZNC bouncer and storing the credentials in authinfo]]
- [[Disclaimer][Disclaimer]]
- [[Note][Note]]
- [[Key Bindings][Key Bindings]]
- [[Rcirc documentation][Rcirc documentation]]
- [[Spacemacs Layout Support][Spacemacs Layout Support]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#configuration][Configuration]]
- [[#storing-the-credentials-in-your-dotfile][Storing the credentials in your dotfile]]
- [[#example][Example:]]
- [[#storing-the-credentials-in-your-dropbox][Storing the credentials in your Dropbox]]
- [[#example][Example:]]
- [[#storing-the-credentials-in-authinfo][Storing the credentials in authinfo]]
- [[#connecting-behind-a-znc-bouncer-and-storing-the-credentials-in-authinfo][Connecting behind a ZNC bouncer and storing the credentials in authinfo]]
- [[#disclaimer][Disclaimer]]
- [[#note][Note]]
- [[#key-bindings][Key Bindings]]
- [[#rcirc-documentation][Rcirc documentation]]
- [[#spacemacs-layout-support][Spacemacs Layout Support]]
* Description
This layer provide support for [[http://www.gnu.org/software/emacs/manual/html_mono/rcirc.html][rcirc]] with optional support for authinfo

View File

@ -1,14 +1,13 @@
#+TITLE: Spell Checking layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Spell Checker Configuration][Spell Checker Configuration]]
- [[Disabling by default][Disabling by default]]
- [[Enabling auto-dictionary-mode][Enabling auto-dictionary-mode]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#spell-checker-configuration][Spell Checker Configuration]]
- [[#disabling-by-default][Disabling by default]]
- [[#enabling-auto-dictionary-mode][Enabling auto-dictionary-mode]]
- [[#key-bindings][Key Bindings]]
* Description
This layer provides spell checking using [[http://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html][Flyspell]] and =[[https://github.com/nschum/auto-dictionary-mode][auto-dictionary-mode]]=.

View File

@ -1,15 +1,14 @@
#+TITLE: Syntax Checking layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/flycheck.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Enabling/Disabling tooltips][Enabling/Disabling tooltips]]
- [[Disabling by default][Disabling by default]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#enablingdisabling-tooltips][Enabling/Disabling tooltips]]
- [[#disabling-by-default][Disabling by default]]
- [[#key-bindings][Key Bindings]]
* Description
This layer provides on the fly syntax checking using [[http://www.flycheck.org/][Flycheck]].

View File

@ -1,25 +1,24 @@
#+TITLE: Auto-completion layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Configuration][Configuration]]
- [[Key bindings][Key bindings]]
- [[Snippets directories][Snippets directories]]
- [[Show snippets in auto-completion popup][Show snippets in auto-completion popup]]
- [[Tooltips][Tooltips]]
- [[Sort results by usage][Sort results by usage]]
- [[Enable company or auto-complete globally][Enable company or auto-complete globally]]
- [[Replacing company by auto-complete][Replacing company by auto-complete]]
- [[Add auto-completion in a layer][Add auto-completion in a layer]]
- [[In =config.el=][In =config.el=]]
- [[In =packages.el=][In =packages.el=]]
- [[Key Bindings][Key Bindings]]
- [[Company][Company]]
- [[Auto-complete][Auto-complete]]
- [[Yasnippet][Yasnippet]]
- [[Auto-yasnippet][Auto-yasnippet]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]]
- [[#snippets-directories][Snippets directories]]
- [[#show-snippets-in-auto-completion-popup][Show snippets in auto-completion popup]]
- [[#tooltips][Tooltips]]
- [[#sort-results-by-usage][Sort results by usage]]
- [[#enable-company-or-auto-complete-globally][Enable company or auto-complete globally]]
- [[#replacing-company-by-auto-complete][Replacing company by auto-complete]]
- [[#add-auto-completion-in-a-layer][Add auto-completion in a layer]]
- [[#in-configel][In =config.el=]]
- [[#in-packagesel][In =packages.el=]]
- [[#key-bindings][Key Bindings]]
- [[#company][Company]]
- [[#auto-complete][Auto-complete]]
- [[#yasnippet][Yasnippet]]
- [[#auto-yasnippet][Auto-yasnippet]]
* Description
This layer provides auto-completion to Spacemacs.

View File

@ -1,12 +1,11 @@
#+TITLE: Ansible layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ansible.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for Ansible-flavored YAML buffers and Jinja2 templates.

View File

@ -1,12 +1,11 @@
#+TITLE: Dockerfile layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/docker.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer provides syntax highlighting and build functionality for Docker files.

View File

@ -1,11 +1,10 @@
#+TITLE: nginx layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
[[file:img/nginx.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
* Description
[[https://github.com/ajc/nginx-mode][nginx-mode]] for editing [[http://nginx.org][nginx]] configuration files.

View File

@ -1,12 +1,11 @@
#+TITLE: Puppet layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/puppet.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer aims at providing support for the Puppet DSL using [[https://github.com/lunaryorn/puppet-mode][puppet-mode]].

View File

@ -1,12 +1,11 @@
#+TITLE: Saltstack layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/saltstack.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer provides syntax highlighting for Saltstack files.

View File

@ -1,10 +1,9 @@
#+TITLE: systemd layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer provides syntax highlighting for systemd files and completion through

View File

@ -1,12 +1,11 @@
#+TITLE: Terraform layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/terraform.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
* Description
This layer provides syntax support for Terraform =.tf= files using

View File

@ -1,15 +1,14 @@
#+TITLE: Better Defaults layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/emacs.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Functions][Functions]]
- [[=spacemacs/smart-move-beginning-of-line=][=spacemacs/smart-move-beginning-of-line=]]
- [[=spacemacs/backward-kill-word-or-region=][=spacemacs/backward-kill-word-or-region=]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#functions][Functions]]
- [[#spacemacssmart-move-beginning-of-line][=spacemacs/smart-move-beginning-of-line=]]
- [[#spacemacsbackward-kill-word-or-region][=spacemacs/backward-kill-word-or-region=]]
- [[#key-bindings][Key bindings]]
* Description
This layer enhances the default commands of Emacs and is primarily intended to

View File

@ -1,12 +1,11 @@
#+TITLE: IBuffer layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Grouping buffers][Grouping buffers]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#grouping-buffers][Grouping buffers]]
- [[#key-bindings][Key bindings]]
* Description

View File

@ -1,35 +1,34 @@
#+TITLE: Org layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/org.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Important Note][Important Note]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Github support][Github support]]
- [[Gnuplot support][Gnuplot support]]
- [[Different bullets][Different bullets]]
- [[Key bindings][Key bindings]]
- [[Org][Org]]
- [[Org with evil-org-mode][Org with evil-org-mode]]
- [[Tables][Tables]]
- [[Tree ][Tree ]]
- [[Element insertion][Element insertion]]
- [[Links][Links]]
- [[Emphasis][Emphasis]]
- [[Tagging][Tagging]]
- [[Navigating in calendar][Navigating in calendar]]
- [[Capture buffers and src blocks][Capture buffers and src blocks]]
- [[Org agenda][Org agenda]]
- [[Keybindings][Keybindings]]
- [[Org agenda transient state][Org agenda transient state]]
- [[Pomodoro][Pomodoro]]
- [[Presentation][Presentation]]
- [[Org-repo-todo][Org-repo-todo]]
- [[Org-MIME][Org-MIME]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#important-note][Important Note]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#github-support][Github support]]
- [[#gnuplot-support][Gnuplot support]]
- [[#different-bullets][Different bullets]]
- [[#key-bindings][Key bindings]]
- [[#org][Org]]
- [[#org-with-evil-org-mode][Org with evil-org-mode]]
- [[#tables][Tables]]
- [[#tree-][Tree ]]
- [[#element-insertion][Element insertion]]
- [[#links][Links]]
- [[#emphasis][Emphasis]]
- [[#tagging][Tagging]]
- [[#navigating-in-calendar][Navigating in calendar]]
- [[#capture-buffers-and-src-blocks][Capture buffers and src blocks]]
- [[#org-agenda][Org agenda]]
- [[#keybindings][Keybindings]]
- [[#org-agenda-transient-state][Org agenda transient state]]
- [[#pomodoro][Pomodoro]]
- [[#presentation][Presentation]]
- [[#org-repo-todo][Org-repo-todo]]
- [[#org-mime][Org-MIME]]
* Description
This layer enables [[http://orgmode.org/][org mode]] for Spacemacs.

View File

@ -1,5 +1,4 @@
#+TITLE: Semantic layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Description

View File

@ -1,12 +1,11 @@
#+TITLE: Smex layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/smex.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer replaces =helm-M-x= by [[https://github.com/nonsequitur/smex][smex]] which is built on top of =ido=.

View File

@ -1,12 +1,11 @@
#+TITLE: Typography layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Typo Mode][Typo Mode]]
- [[Tildify Mode][Tildify Mode]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#typo-mode][Typo Mode]]
- [[#tildify-mode][Tildify Mode]]
* Description
This layer provides support for typographic text editing in Spacemacs. It

View File

@ -1,15 +1,14 @@
#+TITLE: Gnus layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/gnus.gif]]
* Table of Contents :TOC_4_org:noexport:
- [[Install][Install]]
- [[Basic Concepts][Basic Concepts]]
- [[Adding news sources][Adding news sources]]
- [[Configuring gmail][Configuring gmail]]
- [[Org MIME in Org layer][Org MIME in Org layer]]
- [[Keybindings][Keybindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#install][Install]]
- [[#basic-concepts][Basic Concepts]]
- [[#adding-news-sources][Adding news sources]]
- [[#configuring-gmail][Configuring gmail]]
- [[#org-mime-in-org-layer][Org MIME in Org layer]]
- [[#keybindings][Keybindings]]
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -1,20 +1,19 @@
#+TITLE: Mu4e layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Install][Install]]
- [[Commands][Commands]]
- [[Global bindings][Global bindings]]
- [[Headers mode][Headers mode]]
- [[View mode][View mode]]
- [[Configuration][Configuration]]
- [[Maildirs extension][Maildirs extension]]
- [[Multiple Accounts][Multiple Accounts]]
- [[Example configuration][Example configuration]]
- [[Notifications][Notifications]]
- [[OS notifications][OS notifications]]
- [[Mode-line notifications][Mode-line notifications]]
- [[See also][See also]]
* Table of Contents :TOC_4_gh:noexport:
- [[#install][Install]]
- [[#commands][Commands]]
- [[#global-bindings][Global bindings]]
- [[#headers-mode][Headers mode]]
- [[#view-mode][View mode]]
- [[#configuration][Configuration]]
- [[#maildirs-extension][Maildirs extension]]
- [[#multiple-accounts][Multiple Accounts]]
- [[#example-configuration][Example configuration]]
- [[#notifications][Notifications]]
- [[#os-notifications][OS notifications]]
- [[#mode-line-notifications][Mode-line notifications]]
- [[#see-also][See also]]
* Install
In order to use this layer you must install mu and mu4e separately. Typically

View File

@ -1,18 +1,17 @@
#+TITLE: Django layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/django.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Fabric][Fabric]]
- [[Files][Files]]
- [[Interactive][Interactive]]
- [[Server][Server]]
- [[South/Syncdb][South/Syncdb]]
- [[Test][Test]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#fabric][Fabric]]
- [[#files][Files]]
- [[#interactive][Interactive]]
- [[#server][Server]]
- [[#southsyncdb][South/Syncdb]]
- [[#test][Test]]
* Description
This layer adds support for the Python [[https://www.djangoproject.com/][Django]] framework via [[https://github.com/davidmiller/pony-mode][pony-mode]].

View File

@ -1,21 +1,20 @@
#+TITLE: React layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/react.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Optional Configuration][Optional Configuration]]
- [[Key Bindings][Key Bindings]]
- [[js2-mode][js2-mode]]
- [[Folding (js2-mode)][Folding (js2-mode)]]
- [[Refactoring (js2-refactor)][Refactoring (js2-refactor)]]
- [[Formatting (web-beautify)][Formatting (web-beautify)]]
- [[Documentation (js-doc)][Documentation (js-doc)]]
- [[Auto-complete and documentation (tern)][Auto-complete and documentation (tern)]]
- [[JSON][JSON]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#optional-configuration][Optional Configuration]]
- [[#key-bindings][Key Bindings]]
- [[#js2-mode][js2-mode]]
- [[#folding-js2-mode][Folding (js2-mode)]]
- [[#refactoring-js2-refactor][Refactoring (js2-refactor)]]
- [[#formatting-web-beautify][Formatting (web-beautify)]]
- [[#documentation-js-doc][Documentation (js-doc)]]
- [[#auto-complete-and-documentation-tern][Auto-complete and documentation (tern)]]
- [[#json][JSON]]
* Description

View File

@ -1,16 +1,15 @@
#+TITLE: Ruby on Rails layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ror.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Code Navigation][Code Navigation]]
- [[Refactoring][Refactoring]]
- [[RUN commands][RUN commands]]
- [[Ex-commands][Ex-commands]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#code-navigation][Code Navigation]]
- [[#refactoring][Refactoring]]
- [[#run-commands][RUN commands]]
- [[#ex-commands][Ex-commands]]
* Description
This layer aims at providing support for the Ruby on Rails framework.

View File

@ -1,14 +1,13 @@
#+TITLE: Emoji layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/emojis.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Emoji dedicated buffer][Emoji dedicated buffer]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#emoji-dedicated-buffer][Emoji dedicated buffer]]
* Description
This layer adds support for Emoji emoticons from [[http://www.emoji-cheat-sheet.com/][emoji-cheat-sheet.com]].

View File

@ -1,15 +1,14 @@
#+TITLE: Games layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/games.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[2048][2048]]
- [[Pacmacs][Pacmacs]]
- [[Tetris][Tetris]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#2048][2048]]
- [[#pacmacs][Pacmacs]]
- [[#tetris][Tetris]]
* Description
This layer allows you to play evilified games in spacemacs.

View File

@ -1,12 +1,11 @@
#+TITLE: selectric layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/typewriter.jpg]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
* Description
This layer makes your Emacs sound like a typewriter, for those moments when your

View File

@ -1,14 +1,13 @@
#+TITLE: xkcd layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/xkcd.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Tell me how to spawn the xkcd greatness!!][Tell me how to spawn the xkcd greatness!!]]
- [[Okay, what now][Okay, what now]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#tell-me-how-to-spawn-the-xkcd-greatness][Tell me how to spawn the xkcd greatness!!]]
- [[#okay-what-now][Okay, what now]]
* Description
This layer adds a [[http://xkcd.com/][xkcd]] navigation mode using [[https://github.com/vibhavp/emacs-xkcd][emacs-xkcd]].

View File

@ -1,23 +1,22 @@
#+TITLE: Chinese layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/China.png]] [[file:img/Chinese.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Configuration][Configuration]]
- [[Configure the Default Input Method(配置默认中文输入法)][Configure the Default Input Method(配置默认中文输入法)]]
- [[Configure the =Chinese-pyim= Input Method(配置中文拼音输入法)][Configure the =Chinese-pyim= Input Method(配置中文拼音输入法)]]
- [[Enable fcitx][Enable fcitx]]
- [[Requirement][Requirement]]
- [[Enable YouDao(有道) Dictionary(激活有道字典)][Enable YouDao(有道) Dictionary(激活有道字典)]]
- [[Set monospaced font size(设置等宽字体)][Set monospaced font size(设置等宽字体)]]
- [[Enable/Disable ace-pinyin in =avy-goto-char=][Enable/Disable ace-pinyin in =avy-goto-char=]]
- [[Key Bindings][Key Bindings]]
- [[Youdao Dictionary][Youdao Dictionary]]
- [[Find-by-pinyin-dired][Find-by-pinyin-dired]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#configuration][Configuration]]
- [[#configure-the-default-input-method配置默认中文输入法][Configure the Default Input Method(配置默认中文输入法)]]
- [[#configure-the-chinese-pyim-input-method配置中文拼音输入法][Configure the =Chinese-pyim= Input Method(配置中文拼音输入法)]]
- [[#enable-fcitx][Enable fcitx]]
- [[#requirement][Requirement]]
- [[#enable-youdao有道-dictionary激活有道字典][Enable YouDao(有道) Dictionary(激活有道字典)]]
- [[#set-monospaced-font-size设置等宽字体][Set monospaced font size(设置等宽字体)]]
- [[#enabledisable-ace-pinyin-in-avy-goto-char][Enable/Disable ace-pinyin in =avy-goto-char=]]
- [[#key-bindings][Key Bindings]]
- [[#youdao-dictionary][Youdao Dictionary]]
- [[#find-by-pinyin-dired][Find-by-pinyin-dired]]
* Description
This Layer adds Chinese related packages:

View File

@ -1,20 +1,19 @@
#+TITLE: Bépo layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
#+CAPTION: logo
[[file:img/bepo.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Variables][Variables]]
- [[Customization][Customization]]
- [[Mapping][Mapping]]
- [[Configurations][Configurations]]
- [[Keybindings][Keybindings]]
- [[Contributors][Contributors]]
- [[Sources][Sources]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#variables][Variables]]
- [[#customization][Customization]]
- [[#mapping][Mapping]]
- [[#configurations][Configurations]]
- [[#keybindings][Keybindings]]
- [[#contributors][Contributors]]
- [[#sources][Sources]]
* Description
This layer changes the key bindings in spacemacs to be compatible with the [[http://bepo.fr/][bepo]]

View File

@ -1,13 +1,12 @@
#+TITLE: Agda layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Some features:][Some features:]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Agda][Agda]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#some-features][Some features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#agda][Agda]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for the [[http://wiki.portal.chalmers.se/agda/pmwiki.php][Agda]] programming language.

View File

@ -1,13 +1,12 @@
#+TITLE: Asciidoc layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Feature][Feature]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Element insertion][Element insertion]]
- [[Promotion, Demotion][Promotion, Demotion]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#feature][Feature]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#element-insertion][Element insertion]]
- [[#promotion-demotion][Promotion, Demotion]]
* Description
This layer adds [[https://asciidoctor.org][AsciiDoc]] markup language support to Spacemacs.

View File

@ -1,14 +1,13 @@
#+TITLE: asm layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
[[file:img/asm.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[PDFs][PDFs]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#pdfs][PDFs]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for Assembly code. The built-in major mode for

View File

@ -1,13 +1,12 @@
#+TITLE: Autohotkey layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ahk.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
* Description

View File

@ -1,19 +1,18 @@
#+TITLE: C/C++ layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ccpp.jpg]]
[[file:img/cmake.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Default mode for header files][Default mode for header files]]
- [[Enable Clang support][Enable Clang support]]
- [[clang-format][clang-format]]
- [[Company-clang and flycheck][Company-clang and flycheck]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#default-mode-for-header-files][Default mode for header files]]
- [[#enable-clang-support][Enable Clang support]]
- [[#clang-format][clang-format]]
- [[#company-clang-and-flycheck][Company-clang and flycheck]]
- [[#key-bindings][Key Bindings]]
* Description
This layer adds configuration for C/C++ language as well support for [[http://www.cmake.org/][CMake]]

View File

@ -1,36 +1,35 @@
#+TITLE: Clojure layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/clojure.png]] [[file:img/cider.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Pretty Symbols][Pretty Symbols]]
- [[CIDER and clj-refactor][CIDER and clj-refactor]]
- [[Quick Start with boot][Quick Start with boot]]
- [[Quick Start with lein][Quick Start with lein]]
- [[More details][More details]]
- [[Key Bindings][Key Bindings]]
- [[Working with clojure files (barfage, slurpage & more)][Working with clojure files (barfage, slurpage & more)]]
- [[Leader][Leader]]
- [[Documentation][Documentation]]
- [[Evaluation][Evaluation]]
- [[Goto][Goto]]
- [[REPL][REPL]]
- [[Tests][Tests]]
- [[Toggles][Toggles]]
- [[Debugging][Debugging]]
- [[Refactoring][Refactoring]]
- [[Reformatting][Reformatting]]
- [[CIDER Buffers][CIDER Buffers]]
- [[stacktrace-mode][stacktrace-mode]]
- [[inspector-mode][inspector-mode]]
- [[test-report-mode][test-report-mode]]
- [[Development Notes][Development Notes]]
- [[Indentation][Indentation]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#pretty-symbols][Pretty Symbols]]
- [[#cider-and-clj-refactor][CIDER and clj-refactor]]
- [[#quick-start-with-boot][Quick Start with boot]]
- [[#quick-start-with-lein][Quick Start with lein]]
- [[#more-details][More details]]
- [[#key-bindings][Key Bindings]]
- [[#working-with-clojure-files-barfage-slurpage--more][Working with clojure files (barfage, slurpage & more)]]
- [[#leader][Leader]]
- [[#documentation][Documentation]]
- [[#evaluation][Evaluation]]
- [[#goto][Goto]]
- [[#repl][REPL]]
- [[#tests][Tests]]
- [[#toggles][Toggles]]
- [[#debugging][Debugging]]
- [[#refactoring][Refactoring]]
- [[#reformatting][Reformatting]]
- [[#cider-buffers][CIDER Buffers]]
- [[#stacktrace-mode][stacktrace-mode]]
- [[#inspector-mode][inspector-mode]]
- [[#test-report-mode][test-report-mode]]
- [[#development-notes][Development Notes]]
- [[#indentation][Indentation]]
* Description
This layer adds support for [[http://clojure.org][Clojure]] language using [[https://github.com/clojure-emacs/cider][CIDER]].

View File

@ -1,20 +1,19 @@
#+TITLE: Common Lisp layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/slime.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Working with lisp files (barfage, slurpage & more)][Working with lisp files (barfage, slurpage & more)]]
- [[Leader][Leader]]
- [[Help][Help]]
- [[Evaluation][Evaluation]]
- [[REPL][REPL]]
- [[Compile][Compile]]
- [[Navigation][Navigation]]
- [[Macroexpansion][Macroexpansion]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#working-with-lisp-files-barfage-slurpage--more][Working with lisp files (barfage, slurpage & more)]]
- [[#leader][Leader]]
- [[#help][Help]]
- [[#evaluation][Evaluation]]
- [[#repl][REPL]]
- [[#compile][Compile]]
- [[#navigation][Navigation]]
- [[#macroexpansion][Macroexpansion]]
* Description
A Spacemacs contribution layer providing Common Lisp support via [[https://github.com/slime/slime][SLIME]].

View File

@ -1,26 +1,25 @@
#+TITLE: C# layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/csharp.png]] [[file:img/dotnet.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Packages Included][Packages Included]]
- [[Install][Install]]
- [[Prerequisites][Prerequisites]]
- [[ASP.NET 5][ASP.NET 5]]
- [[curl][curl]]
- [[Omnisharp server][Omnisharp server]]
- [[Caveats][Caveats]]
- [[Key Bindings][Key Bindings]]
- [[Compilation][Compilation]]
- [[File/Solution/Project manipulation][File/Solution/Project manipulation]]
- [[Navigation][Navigation]]
- [[Helpers (documentation, info)][Helpers (documentation, info)]]
- [[Refactoring][Refactoring]]
- [[OmniSharp server interaction][OmniSharp server interaction]]
- [[Tests][Tests]]
- [[Code manipulation][Code manipulation]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#packages-included][Packages Included]]
- [[#install][Install]]
- [[#prerequisites][Prerequisites]]
- [[#aspnet-5][ASP.NET 5]]
- [[#curl][curl]]
- [[#omnisharp-server][Omnisharp server]]
- [[#caveats][Caveats]]
- [[#key-bindings][Key Bindings]]
- [[#compilation][Compilation]]
- [[#filesolutionproject-manipulation][File/Solution/Project manipulation]]
- [[#navigation][Navigation]]
- [[#helpers-documentation-info][Helpers (documentation, info)]]
- [[#refactoring][Refactoring]]
- [[#omnisharp-server-interaction][OmniSharp server interaction]]
- [[#tests][Tests]]
- [[#code-manipulation][Code manipulation]]
* Description
This layer adds experimental support for C# language using [[https://github.com/OmniSharp/omnisharp-emacs][OmniSharp]].

View File

@ -1,13 +1,12 @@
#+TITLE: CSV layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
[[file:img/csv.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
* Description

View File

@ -1,11 +1,10 @@
#+TITLE: D language layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/dlogo.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
* Description
This simple layer adds support for the [[http://dlang.org/][D language]].

View File

@ -1,22 +1,21 @@
#+TITLE: Elixir layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/elixir.png]] with [[file:img/alchemist.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Refcard][Refcard]]
- [[Help][Help]]
- [[Mix][Mix]]
- [[Project][Project]]
- [[Evaluation in place][Evaluation in place]]
- [[REPL interactions][REPL interactions]]
- [[Tests][Tests]]
- [[Compile][Compile]]
- [[Execute][Execute]]
- [[Code Definition Jump][Code Definition Jump]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#refcard][Refcard]]
- [[#help][Help]]
- [[#mix][Mix]]
- [[#project][Project]]
- [[#evaluation-in-place][Evaluation in place]]
- [[#repl-interactions][REPL interactions]]
- [[#tests][Tests]]
- [[#compile][Compile]]
- [[#execute][Execute]]
- [[#code-definition-jump][Code Definition Jump]]
* Description

View File

@ -1,27 +1,26 @@
#+TITLE: Elm layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/elm.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Elm Platform][Elm Platform]]
- [[OS X and Windows installers][OS X and Windows installers]]
- [[Universal installer using npm][Universal installer using npm]]
- [[Source code][Source code]]
- [[elm-oracle][elm-oracle]]
- [[Basic usage tips][Basic usage tips]]
- [[Compilation][Compilation]]
- [[Reactor][Reactor]]
- [[Key bindings][Key bindings]]
- [[elm-make][elm-make]]
- [[elm-repl][elm-repl]]
- [[elm-reactor][elm-reactor]]
- [[elm-package][elm-package]]
- [[package list buffer][package list buffer]]
- [[elm-oracle][elm-oracle]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#elm-platform][Elm Platform]]
- [[#os-x-and-windows-installers][OS X and Windows installers]]
- [[#universal-installer-using-npm][Universal installer using npm]]
- [[#source-code][Source code]]
- [[#elm-oracle][elm-oracle]]
- [[#basic-usage-tips][Basic usage tips]]
- [[#compilation][Compilation]]
- [[#reactor][Reactor]]
- [[#key-bindings][Key bindings]]
- [[#elm-make][elm-make]]
- [[#elm-repl][elm-repl]]
- [[#elm-reactor][elm-reactor]]
- [[#elm-package][elm-package]]
- [[#package-list-buffer][package list buffer]]
- [[#elm-oracle][elm-oracle]]
* Description
This layer adds support for [[http://elm-lang.org][Elm]].

View File

@ -1,16 +1,15 @@
#+TITLE: Emacs Lisp layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/emacs-lisp.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Auto-compile][Auto-compile]]
- [[Key bindings][Key bindings]]
- [[Working with lisp files (barfage, slurpage & more)][Working with lisp files (barfage, slurpage & more)]]
- [[Leader][Leader]]
- [[srefactor][srefactor]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#auto-compile][Auto-compile]]
- [[#key-bindings][Key bindings]]
- [[#working-with-lisp-files-barfage-slurpage--more][Working with lisp files (barfage, slurpage & more)]]
- [[#leader][Leader]]
- [[#srefactor][srefactor]]
* Description
This layer gathers all the configuration related to emacs-lisp. This should

View File

@ -1,11 +1,10 @@
#+TITLE: Erlang layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/erlang.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
* Description

View File

@ -1,14 +1,13 @@
#+TITLE: ESS (R) layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/r.jpg]]
* Table of Contents :TOC_4_org:noexport:
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Inferior REPL process][Inferior REPL process]]
- [[Helpers][Helpers]]
- [[Options][Options]]
* Table of Contents :TOC_4_gh:noexport:
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#inferior-repl-process][Inferior REPL process]]
- [[#helpers][Helpers]]
- [[#options][Options]]
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -1,8 +1,7 @@
#+TITLE: Extra Languages
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
* Description

View File

@ -1,12 +1,11 @@
#+TITLE: faust layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
[[file:img/faust.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This simple layer adds support for the [[http://faust.grame.fr/][faust language]].

View File

@ -1,14 +1,13 @@
#+TITLE: F# layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/fsharp.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Packages Included][Packages Included]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[REPL][REPL]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#packages-included][Packages Included]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#repl][REPL]]
* Description

View File

@ -1,19 +1,18 @@
#+TITLE: GO layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/go.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Pre-requisites][Pre-requisites]]
- [[Layer][Layer]]
- [[Configuration][Configuration]]
- [[Formatting][Formatting]]
- [[Working with Go][Working with Go]]
- [[Go commands (start with =m=):][Go commands (start with =m=):]]
- [[Go Oracle][Go Oracle]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#pre-requisites][Pre-requisites]]
- [[#layer][Layer]]
- [[#configuration][Configuration]]
- [[#formatting][Formatting]]
- [[#working-with-go][Working with Go]]
- [[#go-commands-start-with-m][Go commands (start with =m=):]]
- [[#go-oracle][Go Oracle]]
* Description
This layer adds extensive support for go.

View File

@ -1,13 +1,12 @@
#+TITLE: graphviz layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
[[file:img/graphviz.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Configuration][Configuration]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]]
* Description
This contains a forked version of [[https://github.com/ppareit/graphviz-dot-mode][graphviz-dot-mode]] that enables a live-reload

View File

@ -1,36 +1,35 @@
#+TITLE: Haskell layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/haskell.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Dependencies][Dependencies]]
- [[Setup PATH][Setup PATH]]
- [[ghc-mod support][ghc-mod support]]
- [[Stack users][Stack users]]
- [[Optional extras][Optional extras]]
- [[GHCi-ng support][GHCi-ng support]]
- [[Stack users][Stack users]]
- [[ghc-mod users][ghc-mod users]]
- [[structured-haskell-mode][structured-haskell-mode]]
- [[hindent][hindent]]
- [[Key bindings][Key bindings]]
- [[Documentation][Documentation]]
- [[Debug][Debug]]
- [[REPL][REPL]]
- [[Cabal commands][Cabal commands]]
- [[Cabal files][Cabal files]]
- [[Ghc-mod][Ghc-mod]]
- [[insert template][insert template]]
- [[FAQ][FAQ]]
- [[REPL doesn't work][REPL doesn't work]]
- [[REPL is stuck][REPL is stuck]]
- [[I am using =stack= and =ghc-mod=, but =ghc-mod= doesn't work][I am using =stack= and =ghc-mod=, but =ghc-mod= doesn't work]]
- [[Indentation doesn't reset when pressing return after empty line][Indentation doesn't reset when pressing return after empty line]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#dependencies][Dependencies]]
- [[#setup-path][Setup PATH]]
- [[#ghc-mod-support][ghc-mod support]]
- [[#stack-users][Stack users]]
- [[#optional-extras][Optional extras]]
- [[#ghci-ng-support][GHCi-ng support]]
- [[#stack-users][Stack users]]
- [[#ghc-mod-users][ghc-mod users]]
- [[#structured-haskell-mode][structured-haskell-mode]]
- [[#hindent][hindent]]
- [[#key-bindings][Key bindings]]
- [[#documentation][Documentation]]
- [[#debug][Debug]]
- [[#repl][REPL]]
- [[#cabal-commands][Cabal commands]]
- [[#cabal-files][Cabal files]]
- [[#ghc-mod][Ghc-mod]]
- [[#insert-template][insert template]]
- [[#faq][FAQ]]
- [[#repl-doesnt-work][REPL doesn't work]]
- [[#repl-is-stuck][REPL is stuck]]
- [[#i-am-using-stack-and-ghc-mod-but-ghc-mod-doesnt-work][I am using =stack= and =ghc-mod=, but =ghc-mod= doesn't work]]
- [[#indentation-doesnt-reset-when-pressing-return-after-empty-line][Indentation doesn't reset when pressing return after empty line]]
* Description
This layer adds support for the [[https://www.haskell.org/][Haskell]] language.

View File

@ -1,15 +1,14 @@
#+TITLE: HTML layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/html.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Web mode][Web mode]]
- [[CSS/SCSS][CSS/SCSS]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#web-mode][Web mode]]
- [[#cssscss][CSS/SCSS]]
* Description
This layer adds support for editing HTML and CSS.

View File

@ -1,20 +1,19 @@
#+TITLE: Idris layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/idris.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Idris][Idris]]
- [[Key bindings][Key bindings]]
- [[Shorthands][Shorthands]]
- [[Interactive editing][Interactive editing]]
- [[Documentation][Documentation]]
- [[REPL][REPL]]
- [[Active term manipulations][Active term manipulations]]
- [[Build system][Build system]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#idris][Idris]]
- [[#key-bindings][Key bindings]]
- [[#shorthands][Shorthands]]
- [[#interactive-editing][Interactive editing]]
- [[#documentation][Documentation]]
- [[#repl][REPL]]
- [[#active-term-manipulations][Active term manipulations]]
- [[#build-system][Build system]]
* Description
This layer adds support for the [[http://www.idris-lang.org/][Idris]] language.

View File

@ -1,28 +1,27 @@
#+TITLE: IPython Notebook layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[List of TODOS][List of TODOS]]
- [[Maybe it'd be better if there was a state for this][Maybe it'd be better if there was a state for this]]
- [[Make more keybinding to =connect= to a python buffer.][Make more keybinding to =connect= to a python buffer.]]
- [[Deleting visual regions don't work, find out why.][Deleting visual regions don't work, find out why.]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Dependencies][Dependencies]]
- [[What needs to be run][What needs to be run]]
- [[Using the IPython notebook][Using the IPython notebook]]
- [[Open Notebook List][Open Notebook List]]
- [[Key Bindings][Key Bindings]]
- [[Transient-state: =ipython-notebook=][Transient-state: =ipython-notebook=]]
- [[Normal mode][Normal mode]]
- [[Insert mode][Insert mode]]
- [[Traceback mode][Traceback mode]]
- [[Screenshots][Screenshots]]
- [[Light][Light]]
- [[Dark][Dark]]
- [[Bonus][Bonus]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#list-of-todos][List of TODOS]]
- [[#maybe-itd-be-better-if-there-was-a-state-for-this][Maybe it'd be better if there was a state for this]]
- [[#make-more-keybinding-to-connect-to-a-python-buffer][Make more keybinding to =connect= to a python buffer.]]
- [[#deleting-visual-regions-dont-work-find-out-why][Deleting visual regions don't work, find out why.]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#dependencies][Dependencies]]
- [[#what-needs-to-be-run][What needs to be run]]
- [[#using-the-ipython-notebook][Using the IPython notebook]]
- [[#open-notebook-list][Open Notebook List]]
- [[#key-bindings][Key Bindings]]
- [[#transient-state-ipython-notebook][Transient-state: =ipython-notebook=]]
- [[#normal-mode][Normal mode]]
- [[#insert-mode][Insert mode]]
- [[#traceback-mode][Traceback mode]]
- [[#screenshots][Screenshots]]
- [[#light][Light]]
- [[#dark][Dark]]
- [[#bonus][Bonus]]
* Description
This layer adds support for the package =emacs-ipython-notebook=.

View File

@ -1,26 +1,25 @@
#+TITLE: Java layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/java.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Layer Installation][Layer Installation]]
- [[Layer][Layer]]
- [[Eclim][Eclim]]
- [[Installation][Installation]]
- [[Usage][Usage]]
- [[Key bindings][Key bindings]]
- [[Java-mode][Java-mode]]
- [[Project management][Project management]]
- [[Maven][Maven]]
- [[Goto][Goto]]
- [[Refactoring][Refactoring]]
- [[Documentation, Find][Documentation, Find]]
- [[Problems][Problems]]
- [[Tests][Tests]]
- [[Problems buffer][Problems buffer]]
- [[Projects buffer][Projects buffer]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#layer-installation][Layer Installation]]
- [[#layer][Layer]]
- [[#eclim][Eclim]]
- [[#installation][Installation]]
- [[#usage][Usage]]
- [[#key-bindings][Key bindings]]
- [[#java-mode][Java-mode]]
- [[#project-management][Project management]]
- [[#maven][Maven]]
- [[#goto][Goto]]
- [[#refactoring][Refactoring]]
- [[#documentation-find][Documentation, Find]]
- [[#problems][Problems]]
- [[#tests][Tests]]
- [[#problems-buffer][Problems buffer]]
- [[#projects-buffer][Projects buffer]]
* Description
This layer adds support for the Java language using the [[http://eclim.org][Eclim]] client/server.

View File

@ -1,25 +1,24 @@
#+TITLE: JavaScript layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/javascript.png]] [[file:img/coffee.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Configuration][Configuration]]
- [[Tern][Tern]]
- [[Indentation][Indentation]]
- [[REPL][REPL]]
- [[Key Bindings][Key Bindings]]
- [[js2-mode][js2-mode]]
- [[Folding (js2-mode)][Folding (js2-mode)]]
- [[Refactoring (js2-refactor)][Refactoring (js2-refactor)]]
- [[Formatting (web-beautify)][Formatting (web-beautify)]]
- [[Documentation (js-doc)][Documentation (js-doc)]]
- [[Auto-complete and documentation (tern)][Auto-complete and documentation (tern)]]
- [[JSON][JSON]]
- [[REPL (skewer-mode)][REPL (skewer-mode)]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#tern][Tern]]
- [[#indentation][Indentation]]
- [[#repl][REPL]]
- [[#key-bindings][Key Bindings]]
- [[#js2-mode][js2-mode]]
- [[#folding-js2-mode][Folding (js2-mode)]]
- [[#refactoring-js2-refactor][Refactoring (js2-refactor)]]
- [[#formatting-web-beautify][Formatting (web-beautify)]]
- [[#documentation-js-doc][Documentation (js-doc)]]
- [[#auto-complete-and-documentation-tern][Auto-complete and documentation (tern)]]
- [[#json][JSON]]
- [[#repl-skewer-mode][REPL (skewer-mode)]]
* Description

View File

@ -1,21 +1,20 @@
#+TITLE: LaTeX layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/latex.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Auto-completion][Auto-completion]]
- [[Previewing][Previewing]]
- [[Build command][Build command]]
- [[Auto-fill][Auto-fill]]
- [[Folding][Folding]]
- [[Keybindings][Keybindings]]
- [[Folding][Folding]]
- [[RefTeX][RefTeX]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#auto-completion][Auto-completion]]
- [[#previewing][Previewing]]
- [[#build-command][Build command]]
- [[#auto-fill][Auto-fill]]
- [[#folding][Folding]]
- [[#keybindings][Keybindings]]
- [[#folding][Folding]]
- [[#reftex][RefTeX]]
* Description
This layer adds support for LaTeX files with [[https://savannah.gnu.org/projects/auctex/][AucTeX]].

View File

@ -1,14 +1,13 @@
#+TITLE: Lua contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/lua.gif]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Commands][Commands]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#commands][Commands]]
* Description
This layer adds support for editing Lua.

View File

@ -1,24 +1,23 @@
#+TITLE: Markdown layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/markdown.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Usage][Usage]]
- [[Key bindings][Key bindings]]
- [[Element insertion][Element insertion]]
- [[Element removal][Element removal]]
- [[Completion, and Cycling][Completion, and Cycling]]
- [[Following and Jumping][Following and Jumping]]
- [[Indentation][Indentation]]
- [[Header navigation][Header navigation]]
- [[Buffer-wide commands][Buffer-wide commands]]
- [[List editing][List editing]]
- [[Movement][Movement]]
- [[Promotion, Demotion][Promotion, Demotion]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#usage][Usage]]
- [[#key-bindings][Key bindings]]
- [[#element-insertion][Element insertion]]
- [[#element-removal][Element removal]]
- [[#completion-and-cycling][Completion, and Cycling]]
- [[#following-and-jumping][Following and Jumping]]
- [[#indentation][Indentation]]
- [[#header-navigation][Header navigation]]
- [[#buffer-wide-commands][Buffer-wide commands]]
- [[#list-editing][List editing]]
- [[#movement][Movement]]
- [[#promotion-demotion][Promotion, Demotion]]
* Description

View File

@ -1,14 +1,13 @@
#+TITLE: Nim layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/logo.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Working with Nim][Working with Nim]]
- [[Nim commands (start with =m=):][Nim commands (start with =m=):]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#working-with-nim][Working with Nim]]
- [[#nim-commands-start-with-m][Nim commands (start with =m=):]]
* Description

View File

@ -1,20 +1,19 @@
#+TITLE: Ocaml layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ocaml.png]]
* Table of Content :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[OPAM packages][OPAM packages]]
- [[Key Bindings][Key Bindings]]
- [[REPL (utop)][REPL (utop)]]
- [[TODOS][TODOS]]
- [[Add more proper spacemacs key-bindings for basic merlin tasks][Add more proper spacemacs key-bindings for basic merlin tasks]]
- [[Add proper keybindings for ocamldebug][Add proper keybindings for ocamldebug]]
- [[Add more keybindings for tuareg-mode][Add more keybindings for tuareg-mode]]
* Table of Content :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#opam-packages][OPAM packages]]
- [[#key-bindings][Key Bindings]]
- [[#repl-utop][REPL (utop)]]
- [[#todos][TODOS]]
- [[#add-more-proper-spacemacs-key-bindings-for-basic-merlin-tasks][Add more proper spacemacs key-bindings for basic merlin tasks]]
- [[#add-proper-keybindings-for-ocamldebug][Add proper keybindings for ocamldebug]]
- [[#add-more-keybindings-for-tuareg-mode][Add more keybindings for tuareg-mode]]
* Description
This is a very basic layer for editing ocaml files.

View File

@ -1,14 +1,13 @@
#+TITLE: Octave layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/octave.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Inferior REPL process][Inferior REPL process]]
- [[Helpers][Helpers]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#inferior-repl-process][Inferior REPL process]]
- [[#helpers][Helpers]]
* Description
This layer activates [[info:octave-mode][octave-mode]] for files with =.m=

View File

@ -1,13 +1,12 @@
#+TITLE: PHP layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/php.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description

View File

@ -1,11 +1,10 @@
#+TITLE: plantuml layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/logo.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Org-Babel Integration][Org-Babel Integration]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#org-babel-integration][Org-Babel Integration]]
- [[#key-bindings][Key bindings]]
* Description
This layer enables support for [[https://github.com/skuro/puml-mode][puml-mode]], which provides

View File

@ -1,16 +1,15 @@
#+TITLE: Purescript layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/purescript-logo.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Purescript][Purescript]]
- [[Imports][Imports]]
- [[psc-ide][psc-ide]]
- [[REPL][REPL]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#purescript][Purescript]]
- [[#imports][Imports]]
- [[#psc-ide][psc-ide]]
- [[#repl][REPL]]
* Description

View File

@ -1,31 +1,30 @@
#+TITLE: Python layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/python.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Test runner][Test runner]]
- [[Anaconda dependencies][Anaconda dependencies]]
- [[Automatic buffer formatting on save][Automatic buffer formatting on save]]
- [[autoflake][autoflake]]
- [[pylookup][pylookup]]
- [[Management of Python versions and virtual environments][Management of Python versions and virtual environments]]
- [[Manage virtual environments with pyvenv][Manage virtual environments with pyvenv]]
- [[Manage multiple Python versions with pyenv][Manage multiple Python versions with pyenv]]
- [[Automatic activation of local pyenv version][Automatic activation of local pyenv version]]
- [[Key Bindings][Key Bindings]]
- [[Inferior REPL process][Inferior REPL process]]
- [[Running Python Script in shell][Running Python Script in shell]]
- [[Testing][Testing]]
- [[Refactoring][Refactoring]]
- [[Live coding][Live coding]]
- [[Other Python commands][Other Python commands]]
- [[Configuration][Configuration]]
- [[Fill column][Fill column]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#test-runner][Test runner]]
- [[#anaconda-dependencies][Anaconda dependencies]]
- [[#automatic-buffer-formatting-on-save][Automatic buffer formatting on save]]
- [[#autoflake][autoflake]]
- [[#pylookup][pylookup]]
- [[#management-of-python-versions-and-virtual-environments][Management of Python versions and virtual environments]]
- [[#manage-virtual-environments-with-pyvenv][Manage virtual environments with pyvenv]]
- [[#manage-multiple-python-versions-with-pyenv][Manage multiple Python versions with pyenv]]
- [[#automatic-activation-of-local-pyenv-version][Automatic activation of local pyenv version]]
- [[#key-bindings][Key Bindings]]
- [[#inferior-repl-process][Inferior REPL process]]
- [[#running-python-script-in-shell][Running Python Script in shell]]
- [[#testing][Testing]]
- [[#refactoring][Refactoring]]
- [[#live-coding][Live coding]]
- [[#other-python-commands][Other Python commands]]
- [[#configuration][Configuration]]
- [[#fill-column][Fill column]]
* Description
This layer adds support for the Python language.

View File

@ -1,17 +1,16 @@
#+TITLE: Racket layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/racket.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Navigation][Navigation]]
- [[Documentation][Documentation]]
- [[Tests][Tests]]
- [[REPL][REPL]]
- [[Other key bindings][Other key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#navigation][Navigation]]
- [[#documentation][Documentation]]
- [[#tests][Tests]]
- [[#repl][REPL]]
- [[#other-key-bindings][Other key bindings]]
* Description

View File

@ -1,22 +1,21 @@
#+TITLE: Ruby layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ruby.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Prerequisites][Prerequisites]]
- [[Ruby version management][Ruby version management]]
- [[Test runner][Test runner]]
- [[Key bindings][Key bindings]]
- [[Ruby (enh-ruby-mode, robe, inf-ruby, ruby-tools)][Ruby (enh-ruby-mode, robe, inf-ruby, ruby-tools)]]
- [[Bundler][Bundler]]
- [[RuboCop][RuboCop]]
- [[Tests][Tests]]
- [[RSpec-mode][RSpec-mode]]
- [[Ruby-test-mode][Ruby-test-mode]]
- [[Rake][Rake]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#prerequisites][Prerequisites]]
- [[#ruby-version-management][Ruby version management]]
- [[#test-runner][Test runner]]
- [[#key-bindings][Key bindings]]
- [[#ruby-enh-ruby-mode-robe-inf-ruby-ruby-tools][Ruby (enh-ruby-mode, robe, inf-ruby, ruby-tools)]]
- [[#bundler][Bundler]]
- [[#rubocop][RuboCop]]
- [[#tests][Tests]]
- [[#rspec-mode][RSpec-mode]]
- [[#ruby-test-mode][Ruby-test-mode]]
- [[#rake][Rake]]
* Description
This layer provides support for the Ruby language with the following feature:

View File

@ -1,16 +1,15 @@
#+TITLE: Rust contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/rust.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Racer][Racer]]
- [[Cargo][Cargo]]
- [[Rustfmt][Rustfmt]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#racer][Racer]]
- [[#cargo][Cargo]]
- [[#rustfmt][Rustfmt]]
- [[#key-bindings][Key bindings]]
* Description
This layer supports [[http://www.rust-lang.org/][Rust]] development in Spacemacs.

View File

@ -1,31 +1,30 @@
#+TITLE: Scala layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/scala.png]] with [[file:img/ensime.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Layer Installation][Layer Installation]]
- [[Ensime][Ensime]]
- [[Installation][Installation]]
- [[Usage][Usage]]
- [[Scalastyle][Scalastyle]]
- [[Automatically show the type of the symbol under the cursor][Automatically show the type of the symbol under the cursor]]
- [[Automatically insert asterisk in multiline comments][Automatically insert asterisk in multiline comments]]
- [[Automatically replace arrows with unicode ones][Automatically replace arrows with unicode ones]]
- [[Key bindings][Key bindings]]
- [[Ensime key bindings][Ensime key bindings]]
- [[Search][Search]]
- [[sbt][sbt]]
- [[Typecheck][Typecheck]]
- [[Debug][Debug]]
- [[Errors][Errors]]
- [[Goto][Goto]]
- [[Documentation, Inspect][Documentation, Inspect]]
- [[Server][Server]]
- [[Refactoring][Refactoring]]
- [[Tests][Tests]]
- [[REPL][REPL]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#layer-installation][Layer Installation]]
- [[#ensime][Ensime]]
- [[#installation][Installation]]
- [[#usage][Usage]]
- [[#scalastyle][Scalastyle]]
- [[#automatically-show-the-type-of-the-symbol-under-the-cursor][Automatically show the type of the symbol under the cursor]]
- [[#automatically-insert-asterisk-in-multiline-comments][Automatically insert asterisk in multiline comments]]
- [[#automatically-replace-arrows-with-unicode-ones][Automatically replace arrows with unicode ones]]
- [[#key-bindings][Key bindings]]
- [[#ensime-key-bindings][Ensime key bindings]]
- [[#search][Search]]
- [[#sbt][sbt]]
- [[#typecheck][Typecheck]]
- [[#debug][Debug]]
- [[#errors][Errors]]
- [[#goto][Goto]]
- [[#documentation-inspect][Documentation, Inspect]]
- [[#server][Server]]
- [[#refactoring][Refactoring]]
- [[#tests][Tests]]
- [[#repl][REPL]]
* Description

View File

@ -1,17 +1,16 @@
#+TITLE: Scheme layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Compiling ][Compiling ]]
- [[Navigation][Navigation]]
- [[Documentation][Documentation]]
- [[Insertion][Insertion]]
- [[Macroexpansion][Macroexpansion]]
- [[REPL][REPL]]
- [[Evaluation][Evaluation]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#compiling-][Compiling ]]
- [[#navigation][Navigation]]
- [[#documentation][Documentation]]
- [[#insertion][Insertion]]
- [[#macroexpansion][Macroexpansion]]
- [[#repl][REPL]]
- [[#evaluation][Evaluation]]
* Description

View File

@ -1,13 +1,12 @@
#+TITLE: Shell Scripts layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/fish.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
* Description

View File

@ -1,14 +1,13 @@
#+TITLE: SML layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/sml.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Form Completion][Form Completion]]
- [[REPL][REPL]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#form-completion][Form Completion]]
- [[#repl][REPL]]
* Description

View File

@ -1,16 +1,15 @@
#+TITLE: SQL layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/sql.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
- [[Highlighting][Highlighting]]
- [[Inferior Process Interactions (SQLi)][Inferior Process Interactions (SQLi)]]
- [[Send SQL queries to SQLi:][Send SQL queries to SQLi:]]
- [[SQLi buffer][SQLi buffer]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#highlighting][Highlighting]]
- [[#inferior-process-interactions-sqli][Inferior Process Interactions (SQLi)]]
- [[#send-sql-queries-to-sqli][Send SQL queries to SQLi:]]
- [[#sqli-buffer][SQLi buffer]]
* Description

View File

@ -1,15 +1,14 @@
#+TITLE: Swift layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/swift.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Usage information][Usage information]]
- [[Key bindings][Key bindings]]
- [[swift-mode][swift-mode]]
- [[swift-repl-mode][swift-repl-mode]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#usage-information][Usage information]]
- [[#key-bindings][Key bindings]]
- [[#swift-mode][swift-mode]]
- [[#swift-repl-mode][swift-repl-mode]]
* Description
This layer adds support for Apple's Swift programming language, used as a

View File

@ -1,17 +1,16 @@
#+TITLE: TypeScript layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/TypeScript.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Pre-requisites][Pre-requisites]]
- [[Layer][Layer]]
- [[Notes][Notes]]
- [[Key bindings][Key bindings]]
- [[Typescript Major Mode][Typescript Major Mode]]
- [[Reference Major Mode ][Reference Major Mode ]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#pre-requisites][Pre-requisites]]
- [[#layer][Layer]]
- [[#notes][Notes]]
- [[#key-bindings][Key bindings]]
- [[#typescript-major-mode][Typescript Major Mode]]
- [[#reference-major-mode--------------------------][Reference Major Mode ]]
* Description

View File

@ -1,9 +1,8 @@
#+TITLE: Vimscript language layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
* Description

View File

@ -1,14 +1,13 @@
#+TITLE: Windows Scripting layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ps.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
- [[Powershell][Powershell]]
- [[Batch (dos.el)][Batch (dos.el)]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
- [[#powershell][Powershell]]
- [[#batch-dosel][Batch (dos.el)]]
* Description
This simple layer adds support for the Powershell scripting language as well

View File

@ -1,9 +1,8 @@
#+TITLE: YAML layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
* Description
This layer provides syntax highlighting for YAML files.

View File

@ -1,15 +1,14 @@
#+TITLE: NixOS layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/nixos.jpg]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Key Bindings][Key Bindings]]
- [[NixOS Options][NixOS Options]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
- [[#nixos-options][NixOS Options]]
* Description

View File

@ -1,17 +1,16 @@
#+TITLE: OSX layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/apple.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Philosophy][Philosophy]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Use with non-US keyboard layouts][Use with non-US keyboard layouts]]
- [[Coreutils][Coreutils]]
- [[Key Bindings][Key Bindings]]
- [[Future Work][Future Work]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#philosophy][Philosophy]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#use-with-non-us-keyboard-layouts][Use with non-US keyboard layouts]]
- [[#coreutils][Coreutils]]
- [[#key-bindings][Key Bindings]]
- [[#future-work][Future Work]]
* Description
Spacemacs is not just emacs+vim. It can have OSX keybindings too!

View File

@ -1,13 +1,12 @@
#+TITLE: Floobits layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/floobits.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Key Bindings][Key Bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
* Description
This layer adds support for peer programming tool [[https://github.com/Floobits/floobits-emacs][floobits]].

View File

@ -1,29 +1,28 @@
#+TITLE: Git contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/git.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Magit status fullscreen][Magit status fullscreen]]
- [[Magit auto-complete][Magit auto-complete]]
- [[Magit SVN plugin][Magit SVN plugin]]
- [[Global git commit mode][Global git commit mode]]
- [[Git][Git]]
- [[Git-Flow][Git-Flow]]
- [[Org integration][Org integration]]
- [[Working with Git][Working with Git]]
- [[Magit][Magit]]
- [[Staging lines][Staging lines]]
- [[Commit message editing buffer][Commit message editing buffer]]
- [[Interactive rebase buffer][Interactive rebase buffer]]
- [[Quick guide for recurring use cases in Magit][Quick guide for recurring use cases in Magit]]
- [[Git-Flow][Git-Flow]]
- [[Git time machine][Git time machine]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#magit-status-fullscreen][Magit status fullscreen]]
- [[#magit-auto-complete][Magit auto-complete]]
- [[#magit-svn-plugin][Magit SVN plugin]]
- [[#global-git-commit-mode][Global git commit mode]]
- [[#git][Git]]
- [[#git-flow][Git-Flow]]
- [[#org-integration][Org integration]]
- [[#working-with-git][Working with Git]]
- [[#magit][Magit]]
- [[#staging-lines][Staging lines]]
- [[#commit-message-editing-buffer][Commit message editing buffer]]
- [[#interactive-rebase-buffer][Interactive rebase buffer]]
- [[#quick-guide-for-recurring-use-cases-in-magit][Quick guide for recurring use cases in Magit]]
- [[#git-flow][Git-Flow]]
- [[#git-time-machine][Git time machine]]
* Description
This layers adds extensive support for [[http://git-scm.com/][git]].

View File

@ -1,18 +1,17 @@
#+TITLE: Github layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/github.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features:][Features:]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Key Bindings][Key Bindings]]
- [[magit-gh-pulls][magit-gh-pulls]]
- [[gist.el][gist.el]]
- [[Clone repositories][Clone repositories]]
- [[Browse files][Browse files]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
- [[#magit-gh-pulls][magit-gh-pulls]]
- [[#gistel][gist.el]]
- [[#clone-repositories][Clone repositories]]
- [[#browse-files][Browse files]]
* Description

View File

@ -1,12 +1,11 @@
#+TITLE: Perforce layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/p4.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description

View File

@ -1,15 +1,14 @@
#+TITLE: Version-Control layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Configuration][Configuration]]
- [[Differences between margin programs][Differences between margin programs]]
- [[Key Bindings][Key Bindings]]
- [[Version Control Transient-state][Version Control Transient-state]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#configuration][Configuration]]
- [[#differences-between-margin-programs][Differences between margin programs]]
- [[#key-bindings][Key Bindings]]
- [[#version-control-transient-state][Version Control Transient-state]]
* Description
This layers adds general configuration for [[http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html][Emacs VC]].

View File

@ -1,16 +1,15 @@
#+TITLE: Cscope layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/cscope.jpg]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Cscope][Cscope]]
- [[PyCscope][PyCscope]]
- [[Usage][Usage]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#cscope][Cscope]]
- [[#pycscope][PyCscope]]
- [[#usage][Usage]]
- [[#key-bindings][Key bindings]]
* Description
This layer provides bindings for using [[http://cscope.sourceforge.net][Cscope]] and [[https://github.com/portante/pycscope][PyCscope]] in Spacemacs.

View File

@ -1,14 +1,13 @@
#+TITLE: Helm Gtags layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[GNU Global][GNU Global]]
- [[Usage][Usage]]
- [[Eldoc integration][Eldoc integration]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#gnu-global][GNU Global]]
- [[#usage][Usage]]
- [[#eldoc-integration][Eldoc integration]]
- [[#key-bindings][Key bindings]]
* Description
=helm-gtags= and =ggtags= are clients for GNU Global. GNU Global is a source

View File

@ -1,17 +1,16 @@
#+TITLE: Colors layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/rainbow_dash.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Enable rainbow-identifiers][Enable rainbow-identifiers]]
- [[Enable Nyan cat][Enable Nyan cat]]
- [[Key bindings][Key bindings]]
- [[Rainbow Identifiers][Rainbow Identifiers]]
- [[Rainbow Mode][Rainbow Mode]]
- [[Nyan Mode][Nyan Mode]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#enable-rainbow-identifiers][Enable rainbow-identifiers]]
- [[#enable-nyan-cat][Enable Nyan cat]]
- [[#key-bindings][Key bindings]]
- [[#rainbow-identifiers][Rainbow Identifiers]]
- [[#rainbow-mode][Rainbow Mode]]
- [[#nyan-mode][Nyan Mode]]
* Description
This layer colors your life with:

View File

@ -1,9 +1,8 @@
#+TITLE: Themes Megapack layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[What is this?][What is this?]]
- [[Install][Install]]
* Table of Contents :TOC_4_gh:noexport:
- [[#what-is-this][What is this?]]
- [[#install][Install]]
* What is this?
This simple contribution layer is an example. It installs around 100 themes

View File

@ -1,13 +1,12 @@
#+TITLE: Theming layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Usage][Usage]]
- [[Attributes][Attributes]]
- [[Faces][Faces]]
- [[Headers][Headers]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#usage][Usage]]
- [[#attributes][Attributes]]
- [[#faces][Faces]]
- [[#headers][Headers]]
* Description
This layer allows for a simple way of modifying themes.

View File

@ -1,15 +1,14 @@
#+TITLE: Chrome layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/chrome.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Layer][Layer]]
- [[Chrome extension][Chrome extension]]
- [[Configuration][Configuration]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#chrome-extension][Chrome extension]]
- [[#configuration][Configuration]]
* Description
This layer provides some integration with the Google Chrome browser.

View File

@ -1,10 +1,9 @@
#+TITLE: command-log layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
command-log can be used to demo Emacs to an audience. When activated,

Some files were not shown because too many files have changed in this diff Show More