update docs to the new toc-org format

This commit is contained in:
JAremko 2017-05-22 17:16:12 +03:00
parent dc5781f715
commit 6c5a0b2b14
173 changed files with 1592 additions and 1591 deletions

View File

@ -1,21 +1,21 @@
#+TITLE: Beginners tutorial #+TITLE: Beginners tutorial
* Beginners tutorial :TOC_4_gh:noexport: * Beginners tutorial :TOC_4_gh:noexport:
- [[#why-spacemacs][Why Spacemacs?]] - [[#why-spacemacs][Why Spacemacs?]]
- [[#installation-and-setup][Installation and setup]] - [[#installation-and-setup][Installation and setup]]
- [[#getting-started][Getting started]] - [[#getting-started][Getting started]]
- [[#keybinding-notation][Keybinding notation]] - [[#keybinding-notation][Keybinding notation]]
- [[#modal-text-editing---why-and-how][Modal text editing - why and how?]] - [[#modal-text-editing---why-and-how][Modal text editing - why and how?]]
- [[#start-the-vim-tutorial][Start the Vim tutorial]] - [[#start-the-vim-tutorial][Start the Vim tutorial]]
- [[#using-the-spacebar-to-launch-commands][Using the spacebar to launch commands]] - [[#using-the-spacebar-to-launch-commands][Using the spacebar to launch commands]]
- [[#buffers-windows-and-frames][Buffers, windows and frames]] - [[#buffers-windows-and-frames][Buffers, windows and frames]]
- [[#accessing-files][Accessing files]] - [[#accessing-files][Accessing files]]
- [[#configuring-spacemacs][Configuring Spacemacs]] - [[#configuring-spacemacs][Configuring Spacemacs]]
- [[#adding-language-support-and-other-features-using-layers][Adding language support and other features: using layers]] - [[#adding-language-support-and-other-features-using-layers][Adding language support and other features: using layers]]
- [[#changing-the-colour-theme][Changing the colour theme]] - [[#changing-the-colour-theme][Changing the colour theme]]
- [[#starting-maximized][Starting maximized]] - [[#starting-maximized][Starting maximized]]
- [[#quitting][Quitting]] - [[#quitting][Quitting]]
- [[#additional-features-tips-and-troubleshooting][Additional features, tips and troubleshooting]] - [[#additional-features-tips-and-troubleshooting][Additional features, tips and troubleshooting]]
- [[#org-mode][Org mode]] - [[#org-mode][Org mode]]
- [[#version-control---the-intelligent-way][Version control - the intelligent way]] - [[#version-control---the-intelligent-way][Version control - the intelligent way]]
- [[#daemon-mode-and-instant-startup-linux][Daemon mode and instant startup (Linux)]] - [[#daemon-mode-and-instant-startup-linux][Daemon mode and instant startup (Linux)]]

View File

@ -1,11 +1,11 @@
#+TITLE: Spacemacs Conventions #+TITLE: Spacemacs Conventions
* Spacemacs conventions :TOC_4_gh:noexport: * Spacemacs conventions :TOC_4_gh:noexport:
- [[#code-guidelines][Code guidelines]] - [[#code-guidelines][Code guidelines]]
- [[#spacemacs-core-and-layer][Spacemacs core and layer]] - [[#spacemacs-core-and-layer][Spacemacs core and layer]]
- [[#all-layers][All layers]] - [[#all-layers][All layers]]
- [[#use-package][Use-package]] - [[#use-package][Use-package]]
- [[#key-bindings-conventions][Key bindings conventions]] - [[#key-bindings-conventions][Key bindings conventions]]
- [[#reserved-prefix][Reserved prefix]] - [[#reserved-prefix][Reserved prefix]]
- [[#user-prefix][User prefix]] - [[#user-prefix][User prefix]]
- [[#major-mode-prefix][Major mode prefix]] - [[#major-mode-prefix][Major mode prefix]]
@ -36,7 +36,7 @@
- [[#refactoring][Refactoring]] - [[#refactoring][Refactoring]]
- [[#code-formatting][Code Formatting]] - [[#code-formatting][Code Formatting]]
- [[#help-or-documentation][Help or Documentation]] - [[#help-or-documentation][Help or Documentation]]
- [[#writing-documentation][Writing documentation]] - [[#writing-documentation][Writing documentation]]
- [[#spacing-in-documentation][Spacing in documentation]] - [[#spacing-in-documentation][Spacing in documentation]]
* Code guidelines * Code guidelines

View File

@ -1,21 +1,21 @@
#+TITLE: Spacemacs documentation #+TITLE: Spacemacs documentation
* Spacemacs documentation :TOC_4_gh:noexport: * Spacemacs documentation :TOC_4_gh:noexport:
- [[#core-pillars][Core Pillars]] - [[#core-pillars][Core Pillars]]
- [[#mnemonic][Mnemonic]] - [[#mnemonic][Mnemonic]]
- [[#discoverable][Discoverable]] - [[#discoverable][Discoverable]]
- [[#consistent][Consistent]] - [[#consistent][Consistent]]
- [[#crowd-configured][Crowd-Configured]] - [[#crowd-configured][Crowd-Configured]]
- [[#highlighted-features][Highlighted features]] - [[#highlighted-features][Highlighted features]]
- [[#screenshots][Screenshots]] - [[#screenshots][Screenshots]]
- [[#who-can-benefit-from-this][Who can benefit from this?]] - [[#who-can-benefit-from-this][Who can benefit from this?]]
- [[#update-and-rollback][Update and Rollback]] - [[#update-and-rollback][Update and Rollback]]
- [[#update-spacemacs-repository][Update Spacemacs repository]] - [[#update-spacemacs-repository][Update Spacemacs repository]]
- [[#automatic-updates][Automatic Updates]] - [[#automatic-updates][Automatic Updates]]
- [[#updating-from-the-spacemacs-buffer][Updating from the Spacemacs Buffer]] - [[#updating-from-the-spacemacs-buffer][Updating from the Spacemacs Buffer]]
- [[#updating-manually-with-git][Updating Manually with git]] - [[#updating-manually-with-git][Updating Manually with git]]
- [[#update-packages][Update packages]] - [[#update-packages][Update packages]]
- [[#configuration-layers][Configuration layers]] - [[#configuration-layers][Configuration layers]]
- [[#purpose][Purpose]] - [[#purpose][Purpose]]
- [[#structure][Structure]] - [[#structure][Structure]]
- [[#configure-packages][Configure packages]] - [[#configure-packages][Configure packages]]
@ -33,7 +33,7 @@
- [[#using-an-external-git-repository][Using an external Git repository]] - [[#using-an-external-git-repository][Using an external Git repository]]
- [[#using-a-personal-branch][Using a personal branch]] - [[#using-a-personal-branch][Using a personal branch]]
- [[#tips-for-writing-layers][Tips for writing layers]] - [[#tips-for-writing-layers][Tips for writing layers]]
- [[#dotfile-configuration][Dotfile Configuration]] - [[#dotfile-configuration][Dotfile Configuration]]
- [[#dotfile-installation][Dotfile Installation]] - [[#dotfile-installation][Dotfile Installation]]
- [[#alternative-dotdirectory][Alternative dotdirectory]] - [[#alternative-dotdirectory][Alternative dotdirectory]]
- [[#synchronization-of-dotfile-changes][Synchronization of dotfile changes]] - [[#synchronization-of-dotfile-changes][Synchronization of dotfile changes]]
@ -46,7 +46,7 @@
- [[#disabling-layer-services-in-other-layers][Disabling layer services in other layers]] - [[#disabling-layer-services-in-other-layers][Disabling layer services in other layers]]
- [[#selectingignoring-packages-of-a-layer][Selecting/Ignoring packages of a layer]] - [[#selectingignoring-packages-of-a-layer][Selecting/Ignoring packages of a layer]]
- [[#excluding-packages][Excluding packages]] - [[#excluding-packages][Excluding packages]]
- [[#concepts][Concepts]] - [[#concepts][Concepts]]
- [[#editing-styles][Editing Styles]] - [[#editing-styles][Editing Styles]]
- [[#vim][Vim]] - [[#vim][Vim]]
- [[#emacs][Emacs]] - [[#emacs][Emacs]]
@ -56,11 +56,11 @@
- [[#evil-leader][Evil leader]] - [[#evil-leader][Evil leader]]
- [[#universal-argument][Universal argument]] - [[#universal-argument][Universal argument]]
- [[#transient-states][Transient-states]] - [[#transient-states][Transient-states]]
- [[#differences-between-vim-evil-and-spacemacs][Differences between Vim, Evil and Spacemacs]] - [[#differences-between-vim-evil-and-spacemacs][Differences between Vim, Evil and Spacemacs]]
- [[#the-vim-surround-case][The vim-surround case]] - [[#the-vim-surround-case][The vim-surround case]]
- [[#evil-plugins][Evil plugins]] - [[#evil-plugins][Evil plugins]]
- [[#binding-keys][Binding keys]] - [[#binding-keys][Binding keys]]
- [[#gui-elements][GUI Elements]] - [[#gui-elements][GUI Elements]]
- [[#color-themes][Color themes]] - [[#color-themes][Color themes]]
- [[#default-theme][Default theme]] - [[#default-theme][Default theme]]
- [[#choosing-themes][Choosing themes]] - [[#choosing-themes][Choosing themes]]
@ -79,7 +79,7 @@
- [[#customizing-the-mode-line][Customizing the mode-line]] - [[#customizing-the-mode-line][Customizing the mode-line]]
- [[#frame-title][Frame title]] - [[#frame-title][Frame title]]
- [[#iconified-tabified-title][Iconified (tabified) title]] - [[#iconified-tabified-title][Iconified (tabified) title]]
- [[#layouts-and-workspaces][Layouts and workspaces]] - [[#layouts-and-workspaces][Layouts and workspaces]]
- [[#layouts][Layouts]] - [[#layouts][Layouts]]
- [[#the-default-layout][The default layout]] - [[#the-default-layout][The default layout]]
- [[#project-layouts][Project layouts]] - [[#project-layouts][Project layouts]]
@ -88,7 +88,7 @@
- [[#layout-key-bindings][Layout key bindings]] - [[#layout-key-bindings][Layout key bindings]]
- [[#workspaces][Workspaces]] - [[#workspaces][Workspaces]]
- [[#workspace-key-bindings][Workspace key bindings]] - [[#workspace-key-bindings][Workspace key bindings]]
- [[#commands][Commands]] - [[#commands][Commands]]
- [[#vim-key-bindings][Vim key bindings]] - [[#vim-key-bindings][Vim key bindings]]
- [[#escaping][Escaping]] - [[#escaping][Escaping]]
- [[#executing-vim-and-emacs-exm-x-commands][Executing Vim and Emacs ex/M-x commands]] - [[#executing-vim-and-emacs-exm-x-commands][Executing Vim and Emacs ex/M-x commands]]
@ -186,13 +186,13 @@
- [[#registers][Registers]] - [[#registers][Registers]]
- [[#errors-handling][Errors handling]] - [[#errors-handling][Errors handling]]
- [[#compiling][Compiling]] - [[#compiling][Compiling]]
- [[#emacs-server][Emacs Server]] - [[#emacs-server][Emacs Server]]
- [[#connecting-to-the-emacs-server][Connecting to the Emacs server]] - [[#connecting-to-the-emacs-server][Connecting to the Emacs server]]
- [[#keeping-the-server-alive][Keeping the server alive]] - [[#keeping-the-server-alive][Keeping the server alive]]
- [[#troubleshoot][Troubleshoot]] - [[#troubleshoot][Troubleshoot]]
- [[#loading-fails][Loading fails]] - [[#loading-fails][Loading fails]]
- [[#upgradingdowngrading-emacs-version][Upgrading/Downgrading Emacs version]] - [[#upgradingdowngrading-emacs-version][Upgrading/Downgrading Emacs version]]
- [[#achievements][Achievements]] - [[#achievements][Achievements]]
- [[#issues][Issues]] - [[#issues][Issues]]
- [[#merged-pull-requests][Merged Pull Requests]] - [[#merged-pull-requests][Merged Pull Requests]]
- [[#stars-forks-and-watchers][Stars, forks and watchers]] - [[#stars-forks-and-watchers][Stars, forks and watchers]]
@ -200,7 +200,7 @@
- [[#first-times][First times]] - [[#first-times][First times]]
- [[#special-mentions][Special Mentions]] - [[#special-mentions][Special Mentions]]
- [[#special-titles][Special Titles]] - [[#special-titles][Special Titles]]
- [[#thank-you][Thank you]] - [[#thank-you][Thank you]]
* Core Pillars * Core Pillars
Four core pillars: Mnemonic, Discoverable, Consistent and "Crowd-Configured". Four core pillars: Mnemonic, Discoverable, Consistent and "Crowd-Configured".

View File

@ -1,7 +1,7 @@
#+TITLE: Frequently Asked Questions #+TITLE: Frequently Asked Questions
* FAQ :TOC_4_gh:noexport: * FAQ :TOC_4_gh:noexport:
- [[#common][Common]] - [[#common][Common]]
- [[#which-version-of-spacemacs-am-i-running][Which version of Spacemacs am I running?]] - [[#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?]] - [[#what-is-the-official-pronunciation-of-spacemacs][What is the official pronunciation of Spacemacs?]]
- [[#why-do-you-call-this-a-distribution-i-dont-see-any-spacemacs-executable][Why do you call this a "distribution", I don't see any "Spacemacs" executable?]] - [[#why-do-you-call-this-a-distribution-i-dont-see-any-spacemacs-executable][Why do you call this a "distribution", I don't see any "Spacemacs" executable?]]
@ -25,7 +25,7 @@
- [[#why-are-my-font-settings-not-being-respected][Why are my font settings not being respected?]] - [[#why-are-my-font-settings-not-being-respected][Why are my font settings not being respected?]]
- [[#why-am-i-getting-a-message-about-environment-variables-on-startup][Why am I getting a message about environment variables on startup?]] - [[#why-am-i-getting-a-message-about-environment-variables-on-startup][Why am I getting a message about environment variables on startup?]]
- [[#i-want-to-learn-elisp-where-do-i-start-][I want to learn elisp, where do I start ?]] - [[#i-want-to-learn-elisp-where-do-i-start-][I want to learn elisp, where do I start ?]]
- [[#how-do-i][How do I:]] - [[#how-do-i][How do I:]]
- [[#install-a-package-not-provided-by-a-layer][Install a package not provided by a layer?]] - [[#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-completely][Disable a package completely?]]
- [[#disable-a-package-only-for-a-specific-major-mode][Disable a package only for a specific major-mode?]] - [[#disable-a-package-only-for-a-specific-major-mode][Disable a package only for a specific major-mode?]]
@ -45,7 +45,7 @@
- [[#use-helm-ag-to-search-only-in-files-of-a-certain-type][Use =helm-ag= to search only in files of a certain type?]] - [[#use-helm-ag-to-search-only-in-files-of-a-certain-type][Use =helm-ag= to search only in files of a certain type?]]
- [[#modify-spacemacs-documentation-look-space-doc-mode][Modify spacemacs documentation look (space-doc-mode)]] - [[#modify-spacemacs-documentation-look-space-doc-mode][Modify spacemacs documentation look (space-doc-mode)]]
- [[#remap-paste-key-to-be-able-to-paste-copied-text-multiple-times][Remap paste key to be able to paste copied text multiple times]] - [[#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]] - [[#windows][Windows]]
- [[#why-do-the-fonts-look-crappy-on-windows][Why do the fonts look crappy on 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-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?]] - [[#why-are-all-packages-unavailable][Why are all packages unavailable?]]

View File

@ -1,9 +1,9 @@
#+TITLE: Configuration layers #+TITLE: Configuration layers
* Configuration Layers :TOC_4_gh:noexport: * Configuration Layers :TOC_4_gh:noexport:
- [[#introduction][Introduction]] - [[#introduction][Introduction]]
- [[#nomenclature][Nomenclature]] - [[#nomenclature][Nomenclature]]
- [[#the-emacs-loading-process][The Emacs loading process]] - [[#the-emacs-loading-process][The Emacs loading process]]
- [[#emacs-lisp-files][Emacs Lisp files]] - [[#emacs-lisp-files][Emacs Lisp files]]
- [[#loading-a-file][Loading a file]] - [[#loading-a-file][Loading a file]]
- [[#features][Features]] - [[#features][Features]]
@ -11,15 +11,15 @@
- [[#auto-loading][Auto-loading]] - [[#auto-loading][Auto-loading]]
- [[#eval-after-load][Eval after load]] - [[#eval-after-load][Eval after load]]
- [[#use-package][Use-package]] - [[#use-package][Use-package]]
- [[#anatomy-of-a-layer][Anatomy of a layer]] - [[#anatomy-of-a-layer][Anatomy of a layer]]
- [[#layersel][layers.el]] - [[#layersel][layers.el]]
- [[#packagesel][packages.el]] - [[#packagesel][packages.el]]
- [[#funcsel][funcs.el]] - [[#funcsel][funcs.el]]
- [[#configel][config.el]] - [[#configel][config.el]]
- [[#keybindingsel][keybindings.el]] - [[#keybindingsel][keybindings.el]]
- [[#the-spacemacs-loading-process][The Spacemacs loading process]] - [[#the-spacemacs-loading-process][The Spacemacs loading process]]
- [[#case-study-auto-completion][Case study: auto-completion]] - [[#case-study-auto-completion][Case study: auto-completion]]
- [[#layer-tips-and-tricks][Layer tips and tricks]] - [[#layer-tips-and-tricks][Layer tips and tricks]]
- [[#cross-dependencies][Cross-dependencies]] - [[#cross-dependencies][Cross-dependencies]]
- [[#use-package-init-and-config][Use-package init and config]] - [[#use-package-init-and-config][Use-package init and config]]
- [[#use-package-hooks][Use-package hooks]] - [[#use-package-hooks][Use-package hooks]]

View File

@ -1,10 +1,10 @@
#+TITLE: Quick start #+TITLE: Quick start
* Configuration :TOC_4_gh:noexport: * Configuration :TOC_4_gh:noexport:
- [[#configuration-layers][Configuration layers]] - [[#configuration-layers][Configuration layers]]
- [[#dotfile-spacemacs][Dotfile (.spacemacs)]] - [[#dotfile-spacemacs][Dotfile (.spacemacs)]]
- [[#dotdirectory-spacemacsd][Dotdirectory (~/.spacemacs.d)]] - [[#dotdirectory-spacemacsd][Dotdirectory (~/.spacemacs.d)]]
- [[#learning-spacemacs][Learning Spacemacs]] - [[#learning-spacemacs][Learning Spacemacs]]
- [[#editing-styles][Editing Styles]] - [[#editing-styles][Editing Styles]]
- [[#the-leader-keys][The leader keys]] - [[#the-leader-keys][The leader keys]]
- [[#evil-tutor][Evil-tutor]] - [[#evil-tutor][Evil-tutor]]
@ -12,7 +12,7 @@
- [[#configuration-layers-and-package-discovery][Configuration layers and Package discovery]] - [[#configuration-layers-and-package-discovery][Configuration layers and Package discovery]]
- [[#key-bindings-discovery][Key bindings discovery]] - [[#key-bindings-discovery][Key bindings discovery]]
- [[#describe-functions][Describe functions]] - [[#describe-functions][Describe functions]]
- [[#how-tos][How-To's]] - [[#how-tos][How-To's]]
* Configuration layers * Configuration layers
Spacemacs divides its configuration into self-contained units called Spacemacs divides its configuration into self-contained units called

View File

@ -1,9 +1,9 @@
#+TITLE: Migrating from Vim #+TITLE: Migrating from Vim
* Migrating from vim :TOC_4_gh:noexport: * Migrating from vim :TOC_4_gh:noexport:
- [[#purpose-of-this-document][Purpose of this document]] - [[#purpose-of-this-document][Purpose of this document]]
- [[#philosophy][Philosophy]] - [[#philosophy][Philosophy]]
- [[#basic-orientation][Basic orientation]] - [[#basic-orientation][Basic orientation]]
- [[#terms][Terms]] - [[#terms][Terms]]
- [[#modes-vs-states][Modes vs. States]] - [[#modes-vs-states][Modes vs. States]]
- [[#layers][Layers]] - [[#layers][Layers]]
@ -17,7 +17,7 @@
- [[#files][Files]] - [[#files][Files]]
- [[#the-help-system][The Help System]] - [[#the-help-system][The Help System]]
- [[#exploring][Exploring]] - [[#exploring][Exploring]]
- [[#customization][Customization]] - [[#customization][Customization]]
- [[#the-spacemacs-file][The .spacemacs file]] - [[#the-spacemacs-file][The .spacemacs file]]
- [[#emacs-lisp][Emacs Lisp]] - [[#emacs-lisp][Emacs Lisp]]
- [[#variables][Variables]] - [[#variables][Variables]]
@ -34,7 +34,7 @@
- [[#nohlsearch][Nohlsearch]] - [[#nohlsearch][Nohlsearch]]
- [[#sessions][Sessions]] - [[#sessions][Sessions]]
- [[#navigating-using-visual-lines][Navigating using visual lines]] - [[#navigating-using-visual-lines][Navigating using visual lines]]
- [[#other-useful-links][Other useful links]] - [[#other-useful-links][Other useful links]]
* Purpose of this document * Purpose of this document
This document is intended to supplement the Spacemacs documentation by bridging This document is intended to supplement the Spacemacs documentation by bridging

View File

@ -1,16 +1,16 @@
#+TITLE: ERC layer #+TITLE: ERC layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#os-x][OS X]] - [[#os-x][OS X]]
- [[#social-graph][Social graph]] - [[#social-graph][Social graph]]
- [[#default-servers][Default servers]] - [[#default-servers][Default servers]]
- [[#security-note][Security Note]] - [[#security-note][Security Note]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#spacemacs-layout-support][Spacemacs Layout Support]] - [[#spacemacs-layout-support][Spacemacs Layout Support]]
* Description * Description
Layer for [[http://www.emacswiki.org/emacs/ERC][ERC IRC chat]]. Layer for [[http://www.emacswiki.org/emacs/ERC][ERC IRC chat]].

View File

@ -3,11 +3,11 @@
[[file:img/jabber-logo.gif]] [[file:img/jabber-logo.gif]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#jabber-roster][Jabber Roster]] - [[#jabber-roster][Jabber Roster]]
- [[#hipchat][HipChat]] - [[#hipchat][HipChat]]
- [[#authentication][Authentication]] - [[#authentication][Authentication]]
- [[#joining-rooms][Joining rooms]] - [[#joining-rooms][Joining rooms]]

View File

@ -3,22 +3,22 @@
[[file:img/irc.png]] [[file:img/irc.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#storing-the-credentials-in-your-dotfile][Storing the credentials in your dotfile]] - [[#storing-the-credentials-in-your-dotfile][Storing the credentials in your dotfile]]
- [[#example][Example:]] - [[#example][Example:]]
- [[#storing-the-credentials-in-your-dropbox][Storing the credentials in your Dropbox]] - [[#storing-the-credentials-in-your-dropbox][Storing the credentials in your Dropbox]]
- [[#example][Example:]] - [[#example-1][Example:]]
- [[#storing-the-credentials-in-authinfo][Storing the credentials in authinfo]] - [[#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]] - [[#connecting-behind-a-znc-bouncer-and-storing-the-credentials-in-authinfo][Connecting behind a ZNC bouncer and storing the credentials in authinfo]]
- [[#disclaimer][Disclaimer]] - [[#disclaimer][Disclaimer]]
- [[#note][Note]] - [[#note][Note]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#rcirc-documentation][Rcirc documentation]] - [[#rcirc-documentation][Rcirc documentation]]
- [[#spacemacs-layout-support][Spacemacs Layout Support]] - [[#spacemacs-layout-support][Spacemacs Layout Support]]
* Description * Description
This layer provide support for [[http://www.gnu.org/software/emacs/manual/html_mono/rcirc.html][rcirc]] with optional support for authinfo This layer provide support for [[http://www.gnu.org/software/emacs/manual/html_mono/rcirc.html][rcirc]] with optional support for authinfo

View File

@ -3,11 +3,11 @@
[[file:img/slack.png]] [[file:img/slack.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#spacemacs-layout-integration][Spacemacs layout integration]] - [[#spacemacs-layout-integration][Spacemacs layout integration]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer provides an interface to the Slack chat service via the emacs-slack This layer provides an interface to the Slack chat service via the emacs-slack

View File

@ -1,14 +1,14 @@
#+TITLE: Spell Checking layer #+TITLE: Spell Checking layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#spell-checker-configuration][Spell Checker Configuration]] - [[#spell-checker-configuration][Spell Checker Configuration]]
- [[#disabling-by-default][Disabling by default]] - [[#disabling-by-default][Disabling by default]]
- [[#enabling-auto-dictionary-mode][Enabling auto-dictionary-mode]] - [[#enabling-auto-dictionary-mode][Enabling auto-dictionary-mode]]
- [[#enable-auto-completion-popup][Enable auto-completion popup]] - [[#enable-auto-completion-popup][Enable auto-completion popup]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
* Description * 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]]. 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

@ -3,13 +3,13 @@
[[file:img/flycheck.png]] [[file:img/flycheck.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#enablingdisabling-tooltips][Enabling/Disabling tooltips]] - [[#enablingdisabling-tooltips][Enabling/Disabling tooltips]]
- [[#disabling-by-default][Disabling by default]] - [[#disabling-by-default][Disabling by default]]
- [[#bitmaps][Bitmaps]] - [[#bitmaps][Bitmaps]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
* Description * Description
This layer provides on the fly syntax checking using [[http://www.flycheck.org/][Flycheck]]. This layer provides on the fly syntax checking using [[http://www.flycheck.org/][Flycheck]].

View File

@ -1,9 +1,9 @@
#+TITLE: Auto-completion layer #+TITLE: Auto-completion layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#snippets-directories][Snippets directories]] - [[#snippets-directories][Snippets directories]]
- [[#show-snippets-in-auto-completion-popup][Show snippets in auto-completion popup]] - [[#show-snippets-in-auto-completion-popup][Show snippets in auto-completion popup]]
@ -14,7 +14,7 @@
- [[#add-auto-completion-in-a-layer][Add auto-completion in a layer]] - [[#add-auto-completion-in-a-layer][Add auto-completion in a layer]]
- [[#completion-back-ends][Completion back ends]] - [[#completion-back-ends][Completion back ends]]
- [[#improved-faces][Improved faces]] - [[#improved-faces][Improved faces]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings-1][Key Bindings]]
- [[#company][Company]] - [[#company][Company]]
- [[#auto-complete][Auto-complete]] - [[#auto-complete][Auto-complete]]
- [[#yasnippet][Yasnippet]] - [[#yasnippet][Yasnippet]]

View File

@ -3,9 +3,9 @@
[[file:img/helm.png]] [[file:img/helm.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#hjkl-navigation][hjkl navigation]] - [[#hjkl-navigation][hjkl navigation]]
- [[#transient-state][Transient state]] - [[#transient-state][Transient state]]
- [[#bookmarks][Bookmarks]] - [[#bookmarks][Bookmarks]]
@ -15,7 +15,7 @@
- [[#universal-argument][Universal argument]] - [[#universal-argument][Universal argument]]
- [[#replacing-text-in-several-files][Replacing text in several files]] - [[#replacing-text-in-several-files][Replacing text in several files]]
- [[#resume-last-session][Resume last session]] - [[#resume-last-session][Resume last session]]
- [[#external-resources][External resources]] - [[#external-resources][External resources]]
* Description * Description
This layer enables Helm everywhere in Spacemacs. The alternative to this This layer enables Helm everywhere in Spacemacs. The alternative to this

View File

@ -1,10 +1,10 @@
#+TITLE: Ivy layer #+TITLE: Ivy layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#transient-state][Transient state]] - [[#transient-state][Transient state]]
* Description * Description

View File

@ -1,7 +1,7 @@
#+TITLE: spacemacs-base distribution #+TITLE: spacemacs-base distribution
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#describe-spacemacs-base-distribution-in-this-file][describe spacemacs-base distribution in this file]] - [[#describe-spacemacs-base-distribution-in-this-file][describe spacemacs-base distribution in this file]]
* Description * Description

View File

@ -1,7 +1,7 @@
#+TITLE: spacemacs-bootstrap distribution #+TITLE: spacemacs-bootstrap distribution
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#describe-spacemacs-bootstrap-distribution-in-this-file][describe spacemacs-bootstrap distribution in this file]] - [[#describe-spacemacs-bootstrap-distribution-in-this-file][describe spacemacs-bootstrap distribution in this file]]
* Description * Description

View File

@ -1,11 +1,11 @@
#+TITLE: spacemacs-docker distribution #+TITLE: spacemacs-docker distribution
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#screenshots][Screenshots]] - [[#screenshots][Screenshots]]
- [[#major-benefits][Major benefits]] - [[#major-benefits][Major benefits]]
- [[#how-to-setup][How to setup]] - [[#how-to-setup][How to setup]]
- [[#how-to-use][How to use]] - [[#how-to-use][How to use]]
- [[#macos][MacOS]] - [[#macos][MacOS]]
- [[#windows][Windows]] - [[#windows][Windows]]
- [[#gnulinux][GNU/Linux]] - [[#gnulinux][GNU/Linux]]
@ -15,7 +15,7 @@
- [[#instruction][Instruction]] - [[#instruction][Instruction]]
- [[#with-xpra-desktop-client][With Xpra desktop client]] - [[#with-xpra-desktop-client][With Xpra desktop client]]
- [[#via-web-browser][Via web-browser]] - [[#via-web-browser][Via web-browser]]
- [[#some-basic-docker-commands-to-get-you-going][Some basic docker commands to get you going]] - [[#some-basic-docker-commands-to-get-you-going][Some basic docker commands to get you going]]
* Description * Description
Spacemacs distribution that aims to automate dependency installation for Spacemacs distribution that aims to automate dependency installation for

View File

@ -1,9 +1,9 @@
#+TITLE: spacemacs-docker layers dependency installation scripts #+TITLE: spacemacs-docker layers dependency installation scripts
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#supported-layers][Supported layers]] - [[#supported-layers][Supported layers]]
- [[#how-it-works][How it works]] - [[#how-it-works][How it works]]
* Description * Description
Dependency installation scripts for Spacemacs layers Dependency installation scripts for Spacemacs layers

View File

@ -1,8 +1,8 @@
#+TITLE: Clojure layer dependency installation script #+TITLE: Clojure layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/clojure/README.org][Clojure layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/clojure/README.org][Clojure layer.]]

View File

@ -1,9 +1,9 @@
#+TITLE: dash layer dependency installation script #+TITLE: dash layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
- [[#notes][Notes:]] - [[#notes][Notes:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/dash/README.org][Dash layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/dash/README.org][Dash layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: fasd layer dependency installation script #+TITLE: fasd layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/fasd/README.org][fasd layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/fasd/README.org][fasd layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: go layer dependency installation script #+TITLE: go layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/go/README.org][Go layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/go/README.org][Go layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: gtags layer dependency installation script #+TITLE: gtags layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btags/gtags/README.org][gtags layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btags/gtags/README.org][gtags layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: html layer dependency installation script #+TITLE: html layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/html/README.org][html layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/html/README.org][html layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: javascript layer dependency installation script #+TITLE: javascript layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Blang/javascript/README.org][JavaScript layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Blang/javascript/README.org][JavaScript layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: pandoc layer dependency installation script #+TITLE: pandoc layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/pandoc/README.org][pandoc layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/pandoc/README.org][pandoc layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: pdf-tools layer dependency installation script #+TITLE: pdf-tools layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/+tools/pdf-tools/README.org][pdf-tools layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/+tools/pdf-tools/README.org][pdf-tools layer.]]

View File

@ -1,8 +1,8 @@
#+TITLE: python layer dependency installation script #+TITLE: python layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/python/README.org][python layer]]. Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/python/README.org][python layer]].

View File

@ -1,8 +1,8 @@
#+TITLE: spell-checking layer dependency installation script #+TITLE: spell-checking layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]
* Description * Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bcheckers/spell-checking/README.org][spell-checking layer.]] Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bcheckers/spell-checking/README.org][spell-checking layer.]]

View File

@ -1,7 +1,7 @@
#+TITLE: spacemacs distribution #+TITLE: spacemacs distribution
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#describe-spacemacs-distribution-in-this-file][describe spacemacs distribution in this file]] - [[#describe-spacemacs-distribution-in-this-file][describe spacemacs distribution in this file]]
* Description * Description

View File

@ -3,14 +3,14 @@
[[file:img/emacs.png]] [[file:img/emacs.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#smart-line-navigation][Smart line navigation]] - [[#smart-line-navigation][Smart line navigation]]
- [[#spacemacsbackward-kill-word-or-region][=spacemacs/backward-kill-word-or-region=]] - [[#spacemacsbackward-kill-word-or-region][=spacemacs/backward-kill-word-or-region=]]
- [[#fill-or-unfill-paragraph][Fill or unfill paragraph]] - [[#fill-or-unfill-paragraph][Fill or unfill paragraph]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer enhances the default commands of Emacs and is primarily intended to This layer enhances the default commands of Emacs and is primarily intended to

View File

@ -1,11 +1,11 @@
#+TITLE: IBuffer layer #+TITLE: IBuffer layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#grouping-buffers][Grouping buffers]] - [[#grouping-buffers][Grouping buffers]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#global][Global]] - [[#global][Global]]
- [[#ibuffer][IBuffer]] - [[#ibuffer][IBuffer]]

View File

@ -3,11 +3,11 @@
[[file:img/org.png]] [[file:img/org.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#bibtex][BibTeX]] - [[#bibtex][BibTeX]]
- [[#important-note][Important Note]] - [[#important-note][Important Note]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#github-support][Github support]] - [[#github-support][Github support]]
- [[#twitter-bootstrap-support][Twitter Bootstrap support]] - [[#twitter-bootstrap-support][Twitter Bootstrap support]]
@ -17,7 +17,7 @@
- [[#different-bullets][Different bullets]] - [[#different-bullets][Different bullets]]
- [[#project-support][Project support]] - [[#project-support][Project support]]
- [[#mode-line-support][Mode line support]] - [[#mode-line-support][Mode line support]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#org][Org]] - [[#org][Org]]
- [[#toggles][Toggles]] - [[#toggles][Toggles]]
- [[#org-with-evil-org-mode][Org with evil-org-mode]] - [[#org-with-evil-org-mode][Org with evil-org-mode]]

View File

@ -1,10 +1,10 @@
#+TITLE: Semantic layer #+TITLE: Semantic layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
* Description * Description

View File

@ -3,9 +3,9 @@
[[file:img/smex.png]] [[file:img/smex.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer replaces =helm-M-x= by [[https://github.com/nonsequitur/smex][smex]] which is built on top of =ido=. This layer replaces =helm-M-x= by [[https://github.com/nonsequitur/smex][smex]] which is built on top of =ido=.

View File

@ -1,9 +1,9 @@
#+TITLE: Typography layer #+TITLE: Typography layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#typo-mode][Typo Mode]] - [[#typo-mode][Typo Mode]]
- [[#tildify-mode][Tildify Mode]] - [[#tildify-mode][Tildify Mode]]

View File

@ -3,12 +3,12 @@
[[file:img/gnus.gif]] [[file:img/gnus.gif]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#install][Install]] - [[#install][Install]]
- [[#basic-concepts][Basic Concepts]] - [[#basic-concepts][Basic Concepts]]
- [[#adding-news-sources][Adding news sources]] - [[#adding-news-sources][Adding news sources]]
- [[#configuring-gmail][Configuring gmail]] - [[#configuring-gmail][Configuring gmail]]
- [[#org-mime-in-org-layer][Org MIME in Org layer]] - [[#org-mime-in-org-layer][Org MIME in Org layer]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
* Install * Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -1,12 +1,12 @@
#+TITLE: Mu4e layer #+TITLE: Mu4e layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#install][Install]] - [[#install][Install]]
- [[#commands][Commands]] - [[#commands][Commands]]
- [[#global-bindings][Global bindings]] - [[#global-bindings][Global bindings]]
- [[#headers-mode][Headers mode]] - [[#headers-mode][Headers mode]]
- [[#view-mode][View mode]] - [[#view-mode][View mode]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#maildirs-extension][Maildirs extension]] - [[#maildirs-extension][Maildirs extension]]
- [[#multiple-accounts][Multiple Accounts]] - [[#multiple-accounts][Multiple Accounts]]
- [[#example-configuration][Example configuration]] - [[#example-configuration][Example configuration]]
@ -14,7 +14,7 @@
- [[#os-notifications][OS notifications]] - [[#os-notifications][OS notifications]]
- [[#mode-line-notifications][Mode-line notifications]] - [[#mode-line-notifications][Mode-line notifications]]
- [[#spacemacs-layout-integration][Spacemacs layout integration]] - [[#spacemacs-layout-integration][Spacemacs layout integration]]
- [[#see-also][See also]] - [[#see-also][See also]]
* Install * Install
In order to use this layer you must install mu and mu4e separately. Typically In order to use this layer you must install mu and mu4e separately. Typically

View File

@ -3,9 +3,9 @@
[[file:img/django.png]] [[file:img/django.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#fabric][Fabric]] - [[#fabric][Fabric]]
- [[#files][Files]] - [[#files][Files]]
- [[#interactive][Interactive]] - [[#interactive][Interactive]]

View File

@ -3,11 +3,11 @@
[[file:img/react.png]] [[file:img/react.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#optional-configuration][Optional Configuration]] - [[#optional-configuration][Optional Configuration]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#formatting-web-beautify][Formatting (web-beautify)]] - [[#formatting-web-beautify][Formatting (web-beautify)]]
- [[#documentation-js-doc][Documentation (js-doc)]] - [[#documentation-js-doc][Documentation (js-doc)]]
- [[#auto-complete-and-documentation-tern][Auto-complete and documentation (tern)]] - [[#auto-complete-and-documentation-tern][Auto-complete and documentation (tern)]]

View File

@ -3,9 +3,9 @@
[[file:img/ror.png]] [[file:img/ror.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#code-navigation][Code Navigation]] - [[#code-navigation][Code Navigation]]
- [[#refactoring][Refactoring]] - [[#refactoring][Refactoring]]
- [[#run-commands][RUN commands]] - [[#run-commands][RUN commands]]

View File

@ -3,10 +3,10 @@
[[file:img/emojis.png]] [[file:img/emojis.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#emoji-dedicated-buffer][Emoji dedicated buffer]] - [[#emoji-dedicated-buffer][Emoji dedicated buffer]]
* Description * Description

View File

@ -3,9 +3,9 @@
[[file:img/games.png]] [[file:img/games.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#games-instructions][Games instructions]] - [[#games-instructions][Games instructions]]
- [[#2048][2048]] - [[#2048][2048]]
- [[#pacmacs][Pacmacs]] - [[#pacmacs][Pacmacs]]
- [[#sudoku][Sudoku]] - [[#sudoku][Sudoku]]

View File

@ -3,10 +3,10 @@
[[file:img/typewriter.jpg]] [[file:img/typewriter.jpg]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#notes][Notes]] - [[#notes][Notes]]
* Description * Description
This layer makes your Emacs sound like an IBM Selectric typewriter, for those This layer makes your Emacs sound like an IBM Selectric typewriter, for those

View File

@ -3,9 +3,9 @@
[[file:img/xkcd.png]] [[file:img/xkcd.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#tell-me-how-to-spawn-the-xkcd-greatness][Tell me how to spawn the xkcd greatness!!]] - [[#tell-me-how-to-spawn-the-xkcd-greatness][Tell me how to spawn the xkcd greatness!!]]
- [[#okay-what-now][Okay, what now]] - [[#okay-what-now][Okay, what now]]

View File

@ -3,8 +3,8 @@
[[file:img/China.png]] [[file:img/Chinese.png]] [[file:img/China.png]] [[file:img/Chinese.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#configure-the-default-input-method配置默认中文输入法][Configure the Default Input Method(配置默认中文输入法)]] - [[#configure-the-default-input-method配置默认中文输入法][Configure the Default Input Method(配置默认中文输入法)]]
@ -14,7 +14,7 @@
- [[#enable-youdao有道-dictionary激活有道字典][Enable YouDao(有道) Dictionary(激活有道字典)]] - [[#enable-youdao有道-dictionary激活有道字典][Enable YouDao(有道) Dictionary(激活有道字典)]]
- [[#set-monospaced-font-size设置等宽字体][Set monospaced font size(设置等宽字体)]] - [[#set-monospaced-font-size设置等宽字体][Set monospaced font size(设置等宽字体)]]
- [[#enabledisable-ace-pinyin-in-avy-goto-char][Enable/Disable ace-pinyin in =avy-goto-char=]] - [[#enabledisable-ace-pinyin-in-avy-goto-char][Enable/Disable ace-pinyin in =avy-goto-char=]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#youdao-dictionary][Youdao Dictionary]] - [[#youdao-dictionary][Youdao Dictionary]]
- [[#find-by-pinyin-dired][Find-by-pinyin-dired]] - [[#find-by-pinyin-dired][Find-by-pinyin-dired]]

View File

@ -3,19 +3,19 @@
[[file:img/keyboard-layout.png]] [[file:img/keyboard-layout.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#installation][Installation]] - [[#installation][Installation]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#enabledisable-package-configurations][Enable/Disable package configurations]] - [[#enabledisable-package-configurations][Enable/Disable package configurations]]
- [[#addoverride-key-bindings][Add/Override key bindings]] - [[#addoverride-key-bindings][Add/Override key bindings]]
- [[#concept][Concept]] - [[#concept][Concept]]
- [[#keyboard-layouts][Keyboard layouts]] - [[#keyboard-layouts][Keyboard layouts]]
- [[#bepo][bepo]] - [[#bepo][bepo]]
- [[#dvorak][dvorak]] - [[#dvorak][dvorak]]
- [[#colemak][colemak]] - [[#colemak][colemak]]
- [[#package-configurations][Package Configurations]] - [[#package-configurations][Package Configurations]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
- [[#sources][Sources]] - [[#sources][Sources]]
* Description * Description
This layer configures some keybindings in spacemacs to make it compatible with This layer configures some keybindings in spacemacs to make it compatible with

View File

@ -1,12 +1,12 @@
#+TITLE: Agda layer #+TITLE: Agda layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#some-features][Some features:]] - [[#some-features][Some features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#agda][Agda]] - [[#agda][Agda]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer adds support for the [[http://wiki.portal.chalmers.se/agda/pmwiki.php][Agda]] programming language. This layer adds support for the [[http://wiki.portal.chalmers.se/agda/pmwiki.php][Agda]] programming language.

View File

@ -1,10 +1,10 @@
#+TITLE: Asciidoc layer #+TITLE: Asciidoc layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#feature][Feature]] - [[#feature][Feature]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#element-insertion][Element insertion]] - [[#element-insertion][Element insertion]]
- [[#promotion-demotion][Promotion, Demotion]] - [[#promotion-demotion][Promotion, Demotion]]

View File

@ -3,11 +3,11 @@
[[file:img/asm.png]] [[file:img/asm.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#pdfs][PDFs]] - [[#pdfs][PDFs]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer adds support for Assembly code. The built-in major mode for This layer adds support for Assembly code. The built-in major mode for

View File

@ -3,10 +3,10 @@
[[file:img/ahk.png]] [[file:img/ahk.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
* Description * Description

View File

@ -3,10 +3,10 @@
[[file:img/logo.png]] [[file:img/logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
BibTeX and BibLaTeX files are a common way to manage bibliographies. The format BibTeX and BibLaTeX files are a common way to manage bibliographies. The format

View File

@ -4,15 +4,15 @@
[[file:img/cmake.png]] [[file:img/cmake.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#default-mode-for-header-files][Default mode for header files]] - [[#default-mode-for-header-files][Default mode for header files]]
- [[#enable-clang-support][Enable Clang support]] - [[#enable-clang-support][Enable Clang support]]
- [[#clang-format][clang-format]] - [[#clang-format][clang-format]]
- [[#company-clang-and-flycheck][Company-clang and flycheck]] - [[#company-clang-and-flycheck][Company-clang and flycheck]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#debugger-realgud][Debugger (realgud)]] - [[#debugger-realgud][Debugger (realgud)]]
* Description * Description

View File

@ -3,9 +3,9 @@
[[file:img/slime.png]] [[file:img/slime.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#working-with-lisp-files-barfage-slurpage--more][Working with lisp files (barfage, slurpage & more)]] - [[#working-with-lisp-files-barfage-slurpage--more][Working with lisp files (barfage, slurpage & more)]]
- [[#leader][Leader]] - [[#leader][Leader]]
- [[#help][Help]] - [[#help][Help]]

View File

@ -3,17 +3,17 @@
[[file:img/coq.png]] [[file:img/coq.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#coq][Coq]] - [[#coq][Coq]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#laying-out-windows][Laying out windows]] - [[#laying-out-windows][Laying out windows]]
- [[#managing-prover-process][Managing prover process]] - [[#managing-prover-process][Managing prover process]]
- [[#prover-queries][Prover queries]] - [[#prover-queries][Prover queries]]
- [[#moving-the-point][Moving the point]] - [[#moving-the-point][Moving the point]]
- [[#inserting][Inserting]] - [[#inserting][Inserting]]
- [[#faq][FAQ]] - [[#faq][FAQ]]
- [[#there-are-empty-square-boxes-in-place-of-math-operators][There are empty square boxes in place of math operators]] - [[#there-are-empty-square-boxes-in-place-of-math-operators][There are empty square boxes in place of math operators]]
* Description * Description

View File

@ -3,15 +3,15 @@
[[file:img/csharp.png]] [[file:img/dotnet.png]] [[file:img/csharp.png]] [[file:img/dotnet.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#packages-included][Packages Included]] - [[#packages-included][Packages Included]]
- [[#install][Install]] - [[#install][Install]]
- [[#prerequisites][Prerequisites]] - [[#prerequisites][Prerequisites]]
- [[#aspnet-5][ASP.NET 5]] - [[#aspnet-5][ASP.NET 5]]
- [[#curl][curl]] - [[#curl][curl]]
- [[#omnisharp-server][Omnisharp server]] - [[#omnisharp-server][Omnisharp server]]
- [[#caveats][Caveats]] - [[#caveats][Caveats]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#compilation][Compilation]] - [[#compilation][Compilation]]
- [[#filesolutionproject-manipulation][File/Solution/Project manipulation]] - [[#filesolutionproject-manipulation][File/Solution/Project manipulation]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]

View File

@ -3,10 +3,10 @@
[[file:img/csv.png]] [[file:img/csv.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
* Description * Description

View File

@ -3,9 +3,9 @@
[[file:img/dlogo.png]] [[file:img/dlogo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This simple layer adds support for the [[http://dlang.org/][D language]]. This simple layer adds support for the [[http://dlang.org/][D language]].

View File

@ -3,14 +3,14 @@
[[file:img/elixir.png]] with [[file:img/alchemist.png]] [[file:img/elixir.png]] with [[file:img/alchemist.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#flycheck][Flycheck]] - [[#flycheck][Flycheck]]
- [[#credo][Credo]] - [[#credo][Credo]]
- [[#dogma][Dogma]] - [[#dogma][Dogma]]
- [[#mix-compile][mix compile]] - [[#mix-compile][mix compile]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#refcard][Refcard]] - [[#refcard][Refcard]]
- [[#help][Help]] - [[#help][Help]]
- [[#mix][Mix]] - [[#mix][Mix]]

View File

@ -3,8 +3,8 @@
[[file:img/elm.png]] [[file:img/elm.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#elm-platform][Elm Platform]] - [[#elm-platform][Elm Platform]]
- [[#os-x-and-windows-installers][OS X and Windows installers]] - [[#os-x-and-windows-installers][OS X and Windows installers]]
@ -12,21 +12,21 @@
- [[#source-code][Source code]] - [[#source-code][Source code]]
- [[#elm-oracle][elm-oracle]] - [[#elm-oracle][elm-oracle]]
- [[#elm-format][elm-format]] - [[#elm-format][elm-format]]
- [[#basic-usage-tips][Basic usage tips]] - [[#basic-usage-tips][Basic usage tips]]
- [[#compilation][Compilation]] - [[#compilation][Compilation]]
- [[#reactor][Reactor]] - [[#reactor][Reactor]]
- [[#on-save-usage][On save usage]] - [[#on-save-usage][On save usage]]
- [[#imports-sort][Imports sort]] - [[#imports-sort][Imports sort]]
- [[#file-format][File format]] - [[#file-format][File format]]
- [[#indentation][Indentation]] - [[#indentation][Indentation]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#elm-make][elm-make]] - [[#elm-make][elm-make]]
- [[#elm-repl][elm-repl]] - [[#elm-repl][elm-repl]]
- [[#elm-reactor][elm-reactor]] - [[#elm-reactor][elm-reactor]]
- [[#elm-package][elm-package]] - [[#elm-package][elm-package]]
- [[#package-list-buffer][package list buffer]] - [[#package-list-buffer][package list buffer]]
- [[#elm-oracle][elm-oracle]] - [[#elm-oracle-1][elm-oracle]]
- [[#elm-format][elm-format]] - [[#elm-format-1][elm-format]]
- [[#refactoring][Refactoring]] - [[#refactoring][Refactoring]]
* Description * Description

View File

@ -3,12 +3,12 @@
[[file:img/emacs.png]] [[file:img/emacs.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#auto-compile][Auto-compile]] - [[#auto-compile][Auto-compile]]
- [[#working-with-lisp-files-barfage-slurpage--more][Working with lisp files (barfage, slurpage & more)]] - [[#working-with-lisp-files-barfage-slurpage--more][Working with lisp files (barfage, slurpage & more)]]
- [[#debugging-elisp][Debugging Elisp]] - [[#debugging-elisp][Debugging Elisp]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#additional-evaluation-functions][Additional evaluation functions]] - [[#additional-evaluation-functions][Additional evaluation functions]]
- [[#format-code][Format code]] - [[#format-code][Format code]]
- [[#debugging][Debugging]] - [[#debugging][Debugging]]

View File

@ -3,8 +3,8 @@
[[file:img/erlang.png]] [[file:img/erlang.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
* Description * Description

View File

@ -3,11 +3,11 @@
[[file:img/r.jpg]] [[file:img/r.jpg]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#inferior-repl-process][Inferior REPL process]] - [[#inferior-repl-process][Inferior REPL process]]
- [[#helpers][Helpers]] - [[#helpers][Helpers]]
- [[#options][Options]] - [[#options][Options]]
* Install * Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -1,7 +1,7 @@
#+TITLE: Extra Languages #+TITLE: Extra Languages
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
* Description * Description

View File

@ -3,9 +3,9 @@
[[file:img/faust.png]] [[file:img/faust.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This simple layer adds support for the [[http://faust.grame.fr/][faust language]]. This simple layer adds support for the [[http://faust.grame.fr/][faust language]].

View File

@ -1,9 +1,9 @@
#+TITLE: Forth layer #+TITLE: Forth layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer supports developing in the Forth family of languages. It provides This layer supports developing in the Forth family of languages. It provides

View File

@ -3,10 +3,10 @@
[[file:img/fsharp.png]] [[file:img/fsharp.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#packages-included][Packages Included]] - [[#packages-included][Packages Included]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#repl][REPL]] - [[#repl][REPL]]
* Description * Description

View File

@ -3,17 +3,17 @@
[[file:img/go.png]] [[file:img/go.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#pre-requisites][Pre-requisites]] - [[#pre-requisites][Pre-requisites]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#indentation][Indentation]] - [[#indentation][Indentation]]
- [[#tests][Tests]] - [[#tests][Tests]]
- [[#guru][Guru]] - [[#guru][Guru]]
- [[#autocomplete][Autocomplete]] - [[#autocomplete][Autocomplete]]
- [[#working-with-go][Working with Go]] - [[#working-with-go][Working with Go]]
- [[#go-commands-start-with-m][Go commands (start with =m=):]] - [[#go-commands-start-with-m][Go commands (start with =m=):]]
- [[#go-guru][Go Guru]] - [[#go-guru][Go Guru]]

View File

@ -3,8 +3,8 @@
[[file:img/opencl.png]] [[file:img/cuda.png]] [[file:img/shaders.png]] [[file:img/opencl.png]] [[file:img/cuda.png]] [[file:img/shaders.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
* Description * Description
This layer provides support for GPU related languages like shading and computing languages. This layer provides support for GPU related languages like shading and computing languages.

View File

@ -3,10 +3,10 @@
[[file:img/graphviz.png]] [[file:img/graphviz.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This contains a forked version of [[https://github.com/ppareit/graphviz-dot-mode][graphviz-dot-mode]] that enables a live-reload This contains a forked version of [[https://github.com/ppareit/graphviz-dot-mode][graphviz-dot-mode]] that enables a live-reload

View File

@ -3,9 +3,9 @@
[[file:img/haskell.png]] [[file:img/haskell.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#dependencies][Dependencies]] - [[#dependencies][Dependencies]]
- [[#setup-path][Setup PATH]] - [[#setup-path][Setup PATH]]
@ -16,7 +16,7 @@
- [[#optional-extras][Optional extras]] - [[#optional-extras][Optional extras]]
- [[#structured-haskell-mode][structured-haskell-mode]] - [[#structured-haskell-mode][structured-haskell-mode]]
- [[#hindent][hindent]] - [[#hindent][hindent]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#documentation][Documentation]] - [[#documentation][Documentation]]
- [[#debug][Debug]] - [[#debug][Debug]]
- [[#debug-buffer][Debug Buffer]] - [[#debug-buffer][Debug Buffer]]
@ -25,16 +25,16 @@
- [[#cabal-commands][Cabal commands]] - [[#cabal-commands][Cabal commands]]
- [[#cabal-files][Cabal files]] - [[#cabal-files][Cabal files]]
- [[#refactor][Refactor]] - [[#refactor][Refactor]]
- [[#ghc-mod][Ghc-mod]] - [[#ghc-mod-1][Ghc-mod]]
- [[#insert-template][Insert template]] - [[#insert-template][Insert template]]
- [[#syntax-checking][Syntax checking]] - [[#syntax-checking][Syntax checking]]
- [[#flycheck][Flycheck]] - [[#flycheck][Flycheck]]
- [[#hlint][HLint]] - [[#hlint][HLint]]
- [[#ghc-mod][ghc-mod]] - [[#ghc-mod-2][ghc-mod]]
- [[#interactive-haskell-mode][Interactive haskell-mode]] - [[#interactive-haskell-mode][Interactive haskell-mode]]
- [[#flymake][Flymake]] - [[#flymake][Flymake]]
- [[#troubleshooting][Troubleshooting]] - [[#troubleshooting][Troubleshooting]]
- [[#faq][FAQ]] - [[#faq][FAQ]]
- [[#the-repl-doesnt-work][The REPL doesn't work]] - [[#the-repl-doesnt-work][The REPL doesn't work]]
- [[#the-repl-is-stuck][The REPL is stuck]] - [[#the-repl-is-stuck][The 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]] - [[#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]]

View File

@ -3,10 +3,10 @@
[[file:img/html.png]] [[file:img/html.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#web-mode][Web mode]] - [[#web-mode][Web mode]]
- [[#cssscss][CSS/SCSS]] - [[#cssscss][CSS/SCSS]]

View File

@ -3,11 +3,11 @@
[[file:img/idris.png]] [[file:img/idris.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#idris][Idris]] - [[#idris][Idris]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#shorthands][Shorthands]] - [[#shorthands][Shorthands]]
- [[#interactive-editing][Interactive editing]] - [[#interactive-editing][Interactive editing]]
- [[#documentation][Documentation]] - [[#documentation][Documentation]]

View File

@ -1,27 +1,27 @@
#+TITLE: IPython Notebook layer #+TITLE: IPython Notebook layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#list-of-todos][List of TODOS]] - [[#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]] - [[#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]] - [[#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]] - [[#deleting-visual-regions-dont-work-find-out-why][Deleting visual regions don't work, find out why]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#dependencies][Dependencies]] - [[#dependencies][Dependencies]]
- [[#what-needs-to-be-run][What needs to be run]] - [[#what-needs-to-be-run][What needs to be run]]
- [[#using-the-ipython-notebook][Using the IPython notebook]] - [[#using-the-ipython-notebook][Using the IPython notebook]]
- [[#open-notebook-list][Open Notebook List]] - [[#open-notebook-list][Open Notebook List]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#transient-state-ipython-notebook][Transient-state: =ipython-notebook=]] - [[#transient-state-ipython-notebook][Transient-state: =ipython-notebook=]]
- [[#normal-mode][Normal mode]] - [[#normal-mode][Normal mode]]
- [[#insert-mode][Insert mode]] - [[#insert-mode][Insert mode]]
- [[#traceback-mode][Traceback mode]] - [[#traceback-mode][Traceback mode]]
- [[#screenshots][Screenshots]] - [[#screenshots][Screenshots]]
- [[#light][Light]] - [[#light][Light]]
- [[#dark][Dark]] - [[#dark][Dark]]
- [[#bonus][Bonus]] - [[#bonus][Bonus]]
* Description * Description
This layer adds support for the package =emacs-ipython-notebook=. This layer adds support for the package =emacs-ipython-notebook=.

View File

@ -3,11 +3,11 @@
[[file:img/java.png]] [[file:img/java.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#layer-installation][Layer Installation]] - [[#layer-installation][Layer Installation]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#choosing-a-backend][Choosing a backend]] - [[#choosing-a-backend][Choosing a backend]]
- [[#backends][Backends]] - [[#backends][Backends]]
- [[#meghanada][Meghanada]] - [[#meghanada][Meghanada]]
- [[#installation][Installation]] - [[#installation][Installation]]
- [[#about-maven][About Maven]] - [[#about-maven][About Maven]]
@ -22,7 +22,7 @@
- [[#configuration-1][Configuration]] - [[#configuration-1][Configuration]]
- [[#usage-1][Usage]] - [[#usage-1][Usage]]
- [[#issues][Issues]] - [[#issues][Issues]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#meghanada-1][Meghanada]] - [[#meghanada-1][Meghanada]]
- [[#server][Server]] - [[#server][Server]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]

View File

@ -3,14 +3,14 @@
[[file:img/javascript.png]] [[file:img/coffee.png]] [[file:img/javascript.png]] [[file:img/coffee.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#tern][Tern]] - [[#tern][Tern]]
- [[#indentation][Indentation]] - [[#indentation][Indentation]]
- [[#repl][REPL]] - [[#repl][REPL]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#js2-mode][js2-mode]] - [[#js2-mode][js2-mode]]
- [[#folding-js2-mode][Folding (js2-mode)]] - [[#folding-js2-mode][Folding (js2-mode)]]
- [[#refactoring-js2-refactor][Refactoring (js2-refactor)]] - [[#refactoring-js2-refactor][Refactoring (js2-refactor)]]

View File

@ -3,8 +3,8 @@
[[file:img/jr.png]] [[file:img/jr.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
* Description * Description
This layer adds syntax highlighting for the [[http://web.cs.ucdavis.edu/~olsson/research/jr/][JR Concurrent Programming Language]]. This layer adds syntax highlighting for the [[http://web.cs.ucdavis.edu/~olsson/research/jr/][JR Concurrent Programming Language]].

View File

@ -3,18 +3,18 @@
[[file:img/latex.png]] [[file:img/latex.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#bibtex][BibTeX]] - [[#bibtex][BibTeX]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#auto-completion][Auto-completion]] - [[#auto-completion][Auto-completion]]
- [[#previewing][Previewing]] - [[#previewing][Previewing]]
- [[#build-command][Build command]] - [[#build-command][Build command]]
- [[#auto-fill][Auto-fill]] - [[#auto-fill][Auto-fill]]
- [[#folding][Folding]] - [[#folding][Folding]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
- [[#folding][Folding]] - [[#folding-1][Folding]]
- [[#reftex][RefTeX]] - [[#reftex][RefTeX]]
* Description * Description

View File

@ -3,10 +3,10 @@
[[file:img/lua.gif]] [[file:img/lua.gif]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#commands][Commands]] - [[#commands][Commands]]
* Description * Description

View File

@ -3,16 +3,16 @@
[[file:img/markdown.png]] [[file:img/markdown.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#bibtex][BibTeX]] - [[#bibtex][BibTeX]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#live-preview][Live preview]] - [[#live-preview][Live preview]]
- [[#automatic-mmm-mode-generation][Automatic MMM-Mode Generation]] - [[#automatic-mmm-mode-generation][Automatic MMM-Mode Generation]]
- [[#usage][Usage]] - [[#usage][Usage]]
- [[#generate-a-toc][Generate a TOC]] - [[#generate-a-toc][Generate a TOC]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#element-insertion][Element insertion]] - [[#element-insertion][Element insertion]]
- [[#element-removal][Element removal]] - [[#element-removal][Element removal]]
- [[#completion][Completion]] - [[#completion][Completion]]

View File

@ -3,9 +3,9 @@
[[file:img/logo.png]] [[file:img/logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#working-with-nim][Working with Nim]] - [[#working-with-nim][Working with Nim]]
- [[#nim-commands-start-with-m][Nim commands (start with =m=):]] - [[#nim-commands-start-with-m][Nim commands (start with =m=):]]
* Description * Description

View File

@ -3,14 +3,14 @@
[[file:img/ocaml.png]] [[file:img/ocaml.png]]
* Table of Content :TOC_4_gh:noexport: * Table of Content :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#opam-packages][OPAM packages]] - [[#opam-packages][OPAM packages]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#repl-utop][REPL (utop)]] - [[#repl-utop][REPL (utop)]]
- [[#todos][TODOS]] - [[#todos][TODOS]]
- [[#add-more-proper-spacemacs-key-bindings-for-basic-merlin-tasks][Add more proper spacemacs key-bindings for basic merlin tasks]] - [[#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-proper-keybindings-for-ocamldebug][Add proper keybindings for ocamldebug]]
- [[#add-more-keybindings-for-tuareg-mode][Add more keybindings for tuareg-mode]] - [[#add-more-keybindings-for-tuareg-mode][Add more keybindings for tuareg-mode]]

View File

@ -3,9 +3,9 @@
[[file:img/octave.png]] [[file:img/octave.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#inferior-repl-process][Inferior REPL process]] - [[#inferior-repl-process][Inferior REPL process]]
- [[#helpers][Helpers]] - [[#helpers][Helpers]]

View File

@ -3,11 +3,11 @@
[[file:img/camelia-logo.png]] [[file:img/camelia-logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#jump-to-definition][Jump to definition]] - [[#jump-to-definition][Jump to definition]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer provides the following features for the [[https://perl6.org/][Perl 6 Programming Language]]: This layer provides the following features for the [[https://perl6.org/][Perl 6 Programming Language]]:

View File

@ -3,10 +3,10 @@
[[file:img/php.png]] [[file:img/php.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description

View File

@ -2,10 +2,10 @@
[[file:img/logo.png]] [[file:img/logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#org-babel-integration][Org-Babel Integration]] - [[#org-babel-integration][Org-Babel Integration]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer enables support for [[https://github.com/skuro/plantuml-mode][plantuml-mode]], which provides This layer enables support for [[https://github.com/skuro/plantuml-mode][plantuml-mode]], which provides

View File

@ -3,9 +3,9 @@
[[file:img/protobuf.png]] [[file:img/protobuf.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
* Description * Description
Highlighting and syntax checking for [[https://developers.google.com/protocol-buffers/][Protocol Buffer]] files. Highlighting and syntax checking for [[https://developers.google.com/protocol-buffers/][Protocol Buffer]] files.

View File

@ -3,12 +3,12 @@
[[file:img/purescript-logo.png]] [[file:img/purescript-logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#add-import-on-completion][Add import on completion]] - [[#add-import-on-completion][Add import on completion]]
- [[#error-popup][Error popup]] - [[#error-popup][Error popup]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#purescript][Purescript]] - [[#purescript][Purescript]]
- [[#imports][Imports]] - [[#imports][Imports]]
- [[#psc-ide][psc-ide]] - [[#psc-ide][psc-ide]]

View File

@ -3,9 +3,9 @@
[[file:img/python.png]] [[file:img/python.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#dependencies][Dependencies]] - [[#dependencies][Dependencies]]
- [[#auto-completion-anaconda-dependencies][Auto-completion: Anaconda dependencies]] - [[#auto-completion-anaconda-dependencies][Auto-completion: Anaconda dependencies]]
@ -15,11 +15,11 @@
- [[#autoflake][autoflake]] - [[#autoflake][autoflake]]
- [[#pylookup][pylookup]] - [[#pylookup][pylookup]]
- [[#hy-mode][Hy-mode]] - [[#hy-mode][Hy-mode]]
- [[#management-of-python-versions-and-virtual-environments][Management of Python versions and virtual environments]] - [[#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-virtual-environments-with-pyvenv][Manage virtual environments with pyvenv]]
- [[#manage-multiple-python-versions-with-pyenv][Manage multiple Python versions with pyenv]] - [[#manage-multiple-python-versions-with-pyenv][Manage multiple Python versions with pyenv]]
- [[#automatic-activation-of-local-pyenv-version][Automatic activation of local pyenv version]] - [[#automatic-activation-of-local-pyenv-version][Automatic activation of local pyenv version]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#inferior-repl-process][Inferior REPL process]] - [[#inferior-repl-process][Inferior REPL process]]
- [[#running-python-script-in-shell][Running Python Script in shell]] - [[#running-python-script-in-shell][Running Python Script in shell]]
- [[#testing][Testing]] - [[#testing][Testing]]
@ -27,7 +27,7 @@
- [[#live-coding][Live coding]] - [[#live-coding][Live coding]]
- [[#hy-repl-process][Hy REPL process]] - [[#hy-repl-process][Hy REPL process]]
- [[#other-python-commands][Other Python commands]] - [[#other-python-commands][Other Python commands]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#fill-column][Fill column]] - [[#fill-column][Fill column]]
- [[#sort-imports][Sort imports]] - [[#sort-imports][Sort imports]]

View File

@ -3,9 +3,9 @@
[[file:img/racket.png]] [[file:img/racket.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]
- [[#documentation][Documentation]] - [[#documentation][Documentation]]
- [[#tests][Tests]] - [[#tests][Tests]]

View File

@ -1,13 +1,13 @@
#+TITLE: reStructuredText layer #+TITLE: reStructuredText layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#sphinx-target][Sphinx target]] - [[#sphinx-target][Sphinx target]]
- [[#web-browser][Web browser]] - [[#web-browser][Web browser]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
The layer adds ReStructuredText (ReST) support to Spacemacs and adds some The layer adds ReStructuredText (ReST) support to Spacemacs and adds some

View File

@ -3,10 +3,10 @@
[[file:img/restructuredtext.png]] [[file:img/restructuredtext.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#auto-complete][Auto-complete]] - [[#auto-complete][Auto-complete]]
* Description * Description

View File

@ -3,12 +3,12 @@
[[file:img/ruby.png]] [[file:img/ruby.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#prerequisites][Prerequisites]] - [[#prerequisites][Prerequisites]]
- [[#ruby-version-management][Ruby version management]] - [[#ruby-version-management][Ruby version management]]
- [[#test-runner][Test runner]] - [[#test-runner][Test runner]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#ruby-enh-ruby-mode-robe-inf-ruby-ruby-tools][Ruby (enh-ruby-mode, robe, inf-ruby, ruby-tools)]] - [[#ruby-enh-ruby-mode-robe-inf-ruby-ruby-tools][Ruby (enh-ruby-mode, robe, inf-ruby, ruby-tools)]]
- [[#bundler][Bundler]] - [[#bundler][Bundler]]
- [[#rubocop][RuboCop]] - [[#rubocop][RuboCop]]

View File

@ -3,13 +3,13 @@
[[file:img/rust.png]] [[file:img/rust.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#racer][Racer]] - [[#racer][Racer]]
- [[#cargo][Cargo]] - [[#cargo][Cargo]]
- [[#rustfmt][Rustfmt]] - [[#rustfmt][Rustfmt]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer supports [[https://www.rust-lang.org/en-US/][Rust]] development in Spacemacs. This layer supports [[https://www.rust-lang.org/en-US/][Rust]] development in Spacemacs.

View File

@ -3,16 +3,16 @@
[[file:img/scala.png]] with [[file:img/ensime.png]] [[file:img/scala.png]] with [[file:img/ensime.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#layer-installation][Layer Installation]] - [[#layer-installation][Layer Installation]]
- [[#ensime][Ensime]] - [[#ensime][Ensime]]
- [[#scalastyle][Scalastyle]] - [[#scalastyle][Scalastyle]]
- [[#use-java-doc-style][Use Java doc-style]] - [[#use-java-doc-style][Use Java doc-style]]
- [[#automatically-show-the-type-of-the-symbol-under-the-cursor][Automatically show the type of the symbol under the cursor]] - [[#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-insert-asterisk-in-multiline-comments][Automatically insert asterisk in multiline comments]]
- [[#automatically-replace-arrows-with-unicode-ones][Automatically replace arrows with unicode ones]] - [[#automatically-replace-arrows-with-unicode-ones][Automatically replace arrows with unicode ones]]
- [[#auto-start][Auto-start]] - [[#auto-start][Auto-start]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
* Description * Description
This layer adds support for the Scala language using the excellent [[http://ensime.org/][ENSIME]] This layer adds support for the Scala language using the excellent [[http://ensime.org/][ENSIME]]

View File

@ -1,9 +1,9 @@
#+TITLE: Scheme layer #+TITLE: Scheme layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#compiling][Compiling]] - [[#compiling][Compiling]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]
- [[#documentation][Documentation]] - [[#documentation][Documentation]]

View File

@ -3,11 +3,11 @@
[[file:img/fish.png]] [[file:img/fish.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features]]
- [[#install][Install]] - [[#install][Install]]
- [[#linting][Linting]] - [[#linting][Linting]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
* Description * Description

View File

@ -3,9 +3,9 @@
[[file:img/sml.png]] [[file:img/sml.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#form-completion][Form Completion]] - [[#form-completion][Form Completion]]
- [[#repl][REPL]] - [[#repl][REPL]]

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