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,26 +1,26 @@
#+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)]]
- [[#swap-caps-lock-and-esc-keys-on-your-keyboard][Swap caps lock and esc keys on your keyboard]] - [[#swap-caps-lock-and-esc-keys-on-your-keyboard][Swap caps lock and esc keys on your keyboard]]
- [[#troubleshooting-and-further-info][Troubleshooting and further info]] - [[#troubleshooting-and-further-info][Troubleshooting and further info]]
* Why Spacemacs? * Why Spacemacs?
- Unparallelled text and structure editing for all types of writing tasks: - Unparallelled text and structure editing for all types of writing tasks:

View File

@ -1,43 +1,43 @@
#+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]]
- [[#transient-state][Transient-state]] - [[#transient-state][Transient-state]]
- [[#evilified-buffers][Evilified buffers]] - [[#evilified-buffers][Evilified buffers]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]
- [[#n-and-n][n and N]] - [[#n-and-n][n and N]]
- [[#code-navigation][Code Navigation]] - [[#code-navigation][Code Navigation]]
- [[#insert-state-buffers][=insert state= buffers]] - [[#insert-state-buffers][=insert state= buffers]]
- [[#confirm-and-abort][Confirm and Abort]] - [[#confirm-and-abort][Confirm and Abort]]
- [[#evaluation][Evaluation]] - [[#evaluation][Evaluation]]
- [[#repls][REPLs]] - [[#repls][REPLs]]
- [[#send-code][Send code]] - [[#send-code][Send code]]
- [[#in-terminal][In terminal]] - [[#in-terminal][In terminal]]
- [[#building-and-compilation][Building and Compilation]] - [[#building-and-compilation][Building and Compilation]]
- [[#debugging][Debugging]] - [[#debugging][Debugging]]
- [[#plain-text-markup-languages][Plain Text Markup Languages]] - [[#plain-text-markup-languages][Plain Text Markup Languages]]
- [[#headers][Headers]] - [[#headers][Headers]]
- [[#insertion-of-common-elements][Insertion of common elements]] - [[#insertion-of-common-elements][Insertion of common elements]]
- [[#text-manipulation][Text manipulation]] - [[#text-manipulation][Text manipulation]]
- [[#movement-in-normal-mode][Movement in normal mode]] - [[#movement-in-normal-mode][Movement in normal mode]]
- [[#promotion-demotion-and-element-movement][Promotion, Demotion and element movement]] - [[#promotion-demotion-and-element-movement][Promotion, Demotion and element movement]]
- [[#table-editing][Table editing]] - [[#table-editing][Table editing]]
- [[#tests][Tests]] - [[#tests][Tests]]
- [[#all-languages][All languages]] - [[#all-languages][All languages]]
- [[#language-specific][Language specific]] - [[#language-specific][Language specific]]
- [[#toggles][Toggles]] - [[#toggles][Toggles]]
- [[#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
** Spacemacs core and layer ** Spacemacs core and layer

View File

@ -1,206 +1,206 @@
#+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]]
- [[#with-a-layer][With a layer]] - [[#with-a-layer][With a layer]]
- [[#declaration][Declaration]] - [[#declaration][Declaration]]
- [[#initialization][Initialization]] - [[#initialization][Initialization]]
- [[#exclusion][Exclusion]] - [[#exclusion][Exclusion]]
- [[#without-a-layer][Without a layer]] - [[#without-a-layer][Without a layer]]
- [[#packages-synchronization][Packages synchronization]] - [[#packages-synchronization][Packages synchronization]]
- [[#types-of-configuration-layers][Types of configuration layers]] - [[#types-of-configuration-layers][Types of configuration layers]]
- [[#submitting-a-configuration-layer-upstream][Submitting a configuration layer upstream]] - [[#submitting-a-configuration-layer-upstream][Submitting a configuration layer upstream]]
- [[#example-themes-megapack-example][Example: Themes Megapack example]] - [[#example-themes-megapack-example][Example: Themes Megapack example]]
- [[#managing-private-configuration-layers][Managing private configuration layers]] - [[#managing-private-configuration-layers][Managing private configuration layers]]
- [[#using-the-private-directory][Using the private directory]] - [[#using-the-private-directory][Using the private directory]]
- [[#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]]
- [[#testing-the-dotfile][Testing the dotfile]] - [[#testing-the-dotfile][Testing the dotfile]]
- [[#dotfile-contents][Dotfile Contents]] - [[#dotfile-contents][Dotfile Contents]]
- [[#configuration-functions][Configuration functions]] - [[#configuration-functions][Configuration functions]]
- [[#custom-variables][Custom variables]] - [[#custom-variables][Custom variables]]
- [[#declaring-configuration-layers][Declaring Configuration layers]] - [[#declaring-configuration-layers][Declaring Configuration layers]]
- [[#setting-configuration-layers-variables][Setting configuration layers variables]] - [[#setting-configuration-layers-variables][Setting configuration layers variables]]
- [[#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]]
- [[#hybrid][Hybrid]] - [[#hybrid][Hybrid]]
- [[#states][States]] - [[#states][States]]
- [[#evilified-modes][Evilified modes]] - [[#evilified-modes][Evilified modes]]
- [[#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]]
- [[#browsing-themes][Browsing themes]] - [[#browsing-themes][Browsing themes]]
- [[#notes][Notes]] - [[#notes][Notes]]
- [[#font][Font]] - [[#font][Font]]
- [[#gui-toggles][GUI Toggles]] - [[#gui-toggles][GUI Toggles]]
- [[#global-line-numbers][Global line numbers]] - [[#global-line-numbers][Global line numbers]]
- [[#mode-line][Mode-line]] - [[#mode-line][Mode-line]]
- [[#powerline-font-installation-for-terminal-mode-users][Powerline font installation for terminal-mode users]] - [[#powerline-font-installation-for-terminal-mode-users][Powerline font installation for terminal-mode users]]
- [[#flycheck-integration][Flycheck integration]] - [[#flycheck-integration][Flycheck integration]]
- [[#anzu-integration][Anzu integration]] - [[#anzu-integration][Anzu integration]]
- [[#battery-status-integration][Battery status integration]] - [[#battery-status-integration][Battery status integration]]
- [[#powerline-separators][Powerline separators]] - [[#powerline-separators][Powerline separators]]
- [[#minor-modes][Minor Modes]] - [[#minor-modes][Minor Modes]]
- [[#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]]
- [[#custom-layouts][Custom Layouts]] - [[#custom-layouts][Custom Layouts]]
- [[#saveload-layouts-into-a-file][Save/Load layouts into a file]] - [[#saveload-layouts-into-a-file][Save/Load layouts into a file]]
- [[#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]]
- [[#leader-key][Leader key]] - [[#leader-key][Leader key]]
- [[#major-mode-leader-key][Major Mode leader key]] - [[#major-mode-leader-key][Major Mode leader key]]
- [[#additional-text-objects][Additional text objects]] - [[#additional-text-objects][Additional text objects]]
- [[#reserved-prefix-command-for-user][Reserved prefix command for user]] - [[#reserved-prefix-command-for-user][Reserved prefix command for user]]
- [[#completion][Completion]] - [[#completion][Completion]]
- [[#ivy][Ivy]] - [[#ivy][Ivy]]
- [[#discovering][Discovering]] - [[#discovering][Discovering]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#which-key][Which-key]] - [[#which-key][Which-key]]
- [[#describe-key-bindings][Describe key bindings]] - [[#describe-key-bindings][Describe key bindings]]
- [[#getting-help][Getting help]] - [[#getting-help][Getting help]]
- [[#available-layers][Available layers]] - [[#available-layers][Available layers]]
- [[#available-packages-in-spacemacs][Available packages in Spacemacs]] - [[#available-packages-in-spacemacs][Available packages in Spacemacs]]
- [[#new-packages-from-elpa-repositories][New packages from ELPA repositories]] - [[#new-packages-from-elpa-repositories][New packages from ELPA repositories]]
- [[#toggles][Toggles]] - [[#toggles][Toggles]]
- [[#navigating][Navigating]] - [[#navigating][Navigating]]
- [[#pointcursor][Point/Cursor]] - [[#pointcursor][Point/Cursor]]
- [[#smooth-scrolling][Smooth scrolling]] - [[#smooth-scrolling][Smooth scrolling]]
- [[#vim-motions-with-avy][Vim motions with avy]] - [[#vim-motions-with-avy][Vim motions with avy]]
- [[#ace-link-mode][ace-link mode]] - [[#ace-link-mode][ace-link mode]]
- [[#unimpaired-bindings][Unimpaired bindings]] - [[#unimpaired-bindings][Unimpaired bindings]]
- [[#jumping-joining-and-splitting][Jumping, Joining and Splitting]] - [[#jumping-joining-and-splitting][Jumping, Joining and Splitting]]
- [[#jumping][Jumping]] - [[#jumping][Jumping]]
- [[#joining-and-splitting][Joining and splitting]] - [[#joining-and-splitting][Joining and splitting]]
- [[#window-manipulation][Window manipulation]] - [[#window-manipulation][Window manipulation]]
- [[#window-manipulation-key-bindings][Window manipulation key bindings]] - [[#window-manipulation-key-bindings][Window manipulation key bindings]]
- [[#window-manipulation-transient-state][Window manipulation transient state]] - [[#window-manipulation-transient-state][Window manipulation transient state]]
- [[#golden-ratio][Golden ratio]] - [[#golden-ratio][Golden ratio]]
- [[#buffers-and-files][Buffers and Files]] - [[#buffers-and-files][Buffers and Files]]
- [[#buffers-manipulation-key-bindings][Buffers manipulation key bindings]] - [[#buffers-manipulation-key-bindings][Buffers manipulation key bindings]]
- [[#create-a-new-empty-buffer][Create a new empty buffer]] - [[#create-a-new-empty-buffer][Create a new empty buffer]]
- [[#buffers-manipulation-transient-state][Buffers manipulation transient state]] - [[#buffers-manipulation-transient-state][Buffers manipulation transient state]]
- [[#special-buffers][Special Buffers]] - [[#special-buffers][Special Buffers]]
- [[#files-manipulations-key-bindings][Files manipulations key bindings]] - [[#files-manipulations-key-bindings][Files manipulations key bindings]]
- [[#emacs-and-spacemacs-files][Emacs and Spacemacs files]] - [[#emacs-and-spacemacs-files][Emacs and Spacemacs files]]
- [[#browsing-files-in-completion-buffer][Browsing files in completion buffer]] - [[#browsing-files-in-completion-buffer][Browsing files in completion buffer]]
- [[#ido][Ido]] - [[#ido][Ido]]
- [[#ido-transient-state][Ido transient state]] - [[#ido-transient-state][Ido transient state]]
- [[#neotree-file-tree][NeoTree file tree]] - [[#neotree-file-tree][NeoTree file tree]]
- [[#neotree-navigation][NeoTree navigation]] - [[#neotree-navigation][NeoTree navigation]]
- [[#opening-files-with-neotree][Opening files with NeoTree]] - [[#opening-files-with-neotree][Opening files with NeoTree]]
- [[#other-neotree-key-bindings][Other NeoTree key bindings]] - [[#other-neotree-key-bindings][Other NeoTree key bindings]]
- [[#neotree-mode-line][NeoTree mode-line]] - [[#neotree-mode-line][NeoTree mode-line]]
- [[#neotree-source-control-integration][NeoTree Source Control Integration]] - [[#neotree-source-control-integration][NeoTree Source Control Integration]]
- [[#neotree-theme][NeoTree Theme]] - [[#neotree-theme][NeoTree Theme]]
- [[#bookmarks][Bookmarks]] - [[#bookmarks][Bookmarks]]
- [[#docview-mode][DocView mode]] - [[#docview-mode][DocView mode]]
- [[#auto-saving][Auto-saving]] - [[#auto-saving][Auto-saving]]
- [[#frequency-of-auto-saving][Frequency of auto-saving]] - [[#frequency-of-auto-saving][Frequency of auto-saving]]
- [[#location-of-auto-saved-files][Location of auto-saved files]] - [[#location-of-auto-saved-files][Location of auto-saved files]]
- [[#disable-auto-save][Disable auto-save]] - [[#disable-auto-save][Disable auto-save]]
- [[#searching][Searching]] - [[#searching][Searching]]
- [[#with-an-external-tool][With an external tool]] - [[#with-an-external-tool][With an external tool]]
- [[#useful-key-bindings][Useful key bindings]] - [[#useful-key-bindings][Useful key bindings]]
- [[#searching-in-current-file][Searching in current file]] - [[#searching-in-current-file][Searching in current file]]
- [[#searching-in-all-open-buffers-visiting-files][Searching in all open buffers visiting files]] - [[#searching-in-all-open-buffers-visiting-files][Searching in all open buffers visiting files]]
- [[#searching-in-files-in-an-arbitrary-directory][Searching in files in an arbitrary directory]] - [[#searching-in-files-in-an-arbitrary-directory][Searching in files in an arbitrary directory]]
- [[#searching-in-a-project][Searching in a project]] - [[#searching-in-a-project][Searching in a project]]
- [[#searching-the-web][Searching the web]] - [[#searching-the-web][Searching the web]]
- [[#persistent-highlighting][Persistent highlighting]] - [[#persistent-highlighting][Persistent highlighting]]
- [[#highlight-current-symbol][Highlight current symbol]] - [[#highlight-current-symbol][Highlight current symbol]]
- [[#visual-star][Visual Star]] - [[#visual-star][Visual Star]]
- [[#listing-symbols-by-semantic][Listing symbols by semantic]] - [[#listing-symbols-by-semantic][Listing symbols by semantic]]
- [[#editing][Editing]] - [[#editing][Editing]]
- [[#paste-text][Paste text]] - [[#paste-text][Paste text]]
- [[#paste-transient-state][Paste Transient-state]] - [[#paste-transient-state][Paste Transient-state]]
- [[#auto-indent-pasted-text][Auto-indent pasted text]] - [[#auto-indent-pasted-text][Auto-indent pasted text]]
- [[#text-manipulation-commands][Text manipulation commands]] - [[#text-manipulation-commands][Text manipulation commands]]
- [[#text-insertion-commands][Text insertion commands]] - [[#text-insertion-commands][Text insertion commands]]
- [[#smartparens-strict-mode][Smartparens Strict mode]] - [[#smartparens-strict-mode][Smartparens Strict mode]]
- [[#zooming][Zooming]] - [[#zooming][Zooming]]
- [[#text][Text]] - [[#text][Text]]
- [[#frame][Frame]] - [[#frame][Frame]]
- [[#increasedecrease-numbers][Increase/Decrease numbers]] - [[#increasedecrease-numbers][Increase/Decrease numbers]]
- [[#spell-checking][Spell checking]] - [[#spell-checking][Spell checking]]
- [[#region-selection][Region selection]] - [[#region-selection][Region selection]]
- [[#expand-region][Expand-region]] - [[#expand-region][Expand-region]]
- [[#indent-text-object][Indent text object]] - [[#indent-text-object][Indent text object]]
- [[#region-narrowing][Region narrowing]] - [[#region-narrowing][Region narrowing]]
- [[#replacing-text-with-iedit][Replacing text with iedit]] - [[#replacing-text-with-iedit][Replacing text with iedit]]
- [[#iedit-states-key-bindings][iedit states key bindings]] - [[#iedit-states-key-bindings][iedit states key bindings]]
- [[#examples][Examples]] - [[#examples][Examples]]
- [[#replacing-text-in-several-files][Replacing text in several files]] - [[#replacing-text-in-several-files][Replacing text in several files]]
- [[#renaming-files-in-a-directory][Renaming files in a directory]] - [[#renaming-files-in-a-directory][Renaming files in a directory]]
- [[#commenting][Commenting]] - [[#commenting][Commenting]]
- [[#regular-expressions][Regular expressions]] - [[#regular-expressions][Regular expressions]]
- [[#deleting-files][Deleting files]] - [[#deleting-files][Deleting files]]
- [[#editing-lisp-code][Editing Lisp code]] - [[#editing-lisp-code][Editing Lisp code]]
- [[#lisp-key-bindings][Lisp Key Bindings]] - [[#lisp-key-bindings][Lisp Key Bindings]]
- [[#mouse-usage][Mouse usage]] - [[#mouse-usage][Mouse usage]]
- [[#managing-projects][Managing projects]] - [[#managing-projects][Managing projects]]
- [[#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]]
- [[#gitter-chat][Gitter chat]] - [[#gitter-chat][Gitter chat]]
- [[#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,55 +1,55 @@
#+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?]]
- [[#why-are-packages-installed-with-package-install-automatically-deleted-by-spacemacs-when-it-boots][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]] - [[#why-are-packages-installed-with-package-install-automatically-deleted-by-spacemacs-when-it-boots][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]]
- [[#how-to-fix-package-download-errors-when-installing-spacemacs-][How to fix package download errors when installing Spacemacs ?]] - [[#how-to-fix-package-download-errors-when-installing-spacemacs-][How to fix package download errors when installing Spacemacs ?]]
- [[#how-to-fix-symbols-value-as-variable-is-void-errors-on-startup][How to fix =Symbol's value as variable is void= errors on startup?]] - [[#how-to-fix-symbols-value-as-variable-is-void-errors-on-startup][How to fix =Symbol's value as variable is void= errors on startup?]]
- [[#how-to-fix-wrong-type-argument-arrayp-nil-errors-on-startup][How to fix =(wrong-type-argument arrayp nil)= errors on startup?]] - [[#how-to-fix-wrong-type-argument-arrayp-nil-errors-on-startup][How to fix =(wrong-type-argument arrayp nil)= errors on startup?]]
- [[#the-spacemacs-banner-is-ugly-what-should-i-do][The Spacemacs banner is ugly, what should I do?]] - [[#the-spacemacs-banner-is-ugly-what-should-i-do][The Spacemacs banner is ugly, what should I do?]]
- [[#the-powerline-separators-are-ugly-how-can-i-fix-them][The powerline separators are ugly, how can I fix them?]] - [[#the-powerline-separators-are-ugly-how-can-i-fix-them][The powerline separators are ugly, how can I fix them?]]
- [[#the-powerline-separators-have-no-anti-aliasing-what-can-i-do][The powerline separators have no anti-aliasing, what can I do?]] - [[#the-powerline-separators-have-no-anti-aliasing-what-can-i-do][The powerline separators have no anti-aliasing, what can I do?]]
- [[#why-is-after-init-hook-not-executed][Why is after-init-hook not executed?]] - [[#why-is-after-init-hook-not-executed][Why is after-init-hook not executed?]]
- [[#what-is-the-difference-between-spacemacs-base-and-spacemacs-distributions][What is the difference between =spacemacs-base= and =spacemacs= distributions?]] - [[#what-is-the-difference-between-spacemacs-base-and-spacemacs-distributions][What is the difference between =spacemacs-base= and =spacemacs= distributions?]]
- [[#should-i-place-my-settings-in-user-init-or-user-config][Should I place my settings in =user-init= or =user-config=?]] - [[#should-i-place-my-settings-in-user-init-or-user-config][Should I place my settings in =user-init= or =user-config=?]]
- [[#why-do-some-of-my-org-related-settings-cause-problems][Why do some of my =org=-related settings cause problems?]] - [[#why-do-some-of-my-org-related-settings-cause-problems][Why do some of my =org=-related settings cause problems?]]
- [[#why-is-spacemacs-hanging-on-startup][Why is Spacemacs hanging on startup?]] - [[#why-is-spacemacs-hanging-on-startup][Why is Spacemacs hanging on startup?]]
- [[#why-does-helm-m-x-spc-spc-not-accept-the-prefix-argument][Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?]] - [[#why-does-helm-m-x-spc-spc-not-accept-the-prefix-argument][Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?]]
- [[#why-does-my-color-theme-not-render-correctly-in-terminal-mode][Why does my color theme not render correctly in terminal mode?]] - [[#why-does-my-color-theme-not-render-correctly-in-terminal-mode][Why does my color theme not render correctly in terminal mode?]]
- [[#typing-quickly-fd-takes-me-out-of-insert-state-what-is-going-on][Typing quickly =fd= takes me out of =insert state=. What is going on?]] - [[#typing-quickly-fd-takes-me-out-of-insert-state-what-is-going-on][Typing quickly =fd= takes me out of =insert state=. What is going on?]]
- [[#why-do-i-get-files-starting-with-][Why do I get files starting with .#?]] - [[#why-do-i-get-files-starting-with-][Why do I get files starting with .#?]]
- [[#why-do-i-get-4m-characters-inside-ansi-term][Why do I get '4m' characters inside ansi-term?]] - [[#why-do-i-get-4m-characters-inside-ansi-term][Why do I get '4m' characters inside ansi-term?]]
- [[#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?]]
- [[#disable-company-for-a-specific-major-mode][Disable company for a specific major-mode?]] - [[#disable-company-for-a-specific-major-mode][Disable company for a specific major-mode?]]
- [[#change-special-buffer-rules][Change special buffer rules?]] - [[#change-special-buffer-rules][Change special buffer rules?]]
- [[#enable-navigation-by-visual-lines][Enable navigation by visual lines?]] - [[#enable-navigation-by-visual-lines][Enable navigation by visual lines?]]
- [[#disable-evilification-of-a-mode][Disable evilification of a mode?]] - [[#disable-evilification-of-a-mode][Disable evilification of a mode?]]
- [[#include-underscores-in-word-motions][Include underscores in word motions?]] - [[#include-underscores-in-word-motions][Include underscores in word motions?]]
- [[#setup-path][Setup =$PATH=?]] - [[#setup-path][Setup =$PATH=?]]
- [[#change-or-define-an-alias-for-a-leader-key][Change or define an alias for a leader key?]] - [[#change-or-define-an-alias-for-a-leader-key][Change or define an alias for a leader key?]]
- [[#restore-the-sentence-delimiter-to-two-spaces][Restore the sentence delimiter to two spaces?]] - [[#restore-the-sentence-delimiter-to-two-spaces][Restore the sentence delimiter to two spaces?]]
- [[#prevent-the-visual-selection-overriding-my-system-clipboard][Prevent the visual selection overriding my system clipboard?]] - [[#prevent-the-visual-selection-overriding-my-system-clipboard][Prevent the visual selection overriding my system clipboard?]]
- [[#make-spell-checking-support-curly-quotes-or-any-other-character][Make spell-checking support curly quotes (or any other character)?]] - [[#make-spell-checking-support-curly-quotes-or-any-other-character][Make spell-checking support curly quotes (or any other character)?]]
- [[#use-spacemacs-as-the-editor-for-git-commits][Use Spacemacs as the =$EDITOR= for git commits?]] - [[#use-spacemacs-as-the-editor-for-git-commits][Use Spacemacs as the =$EDITOR= for git commits?]]
- [[#try-spacemacs-without-modifying-my-existing-emacs-configuration][Try Spacemacs without modifying my existing Emacs configuration?]] - [[#try-spacemacs-without-modifying-my-existing-emacs-configuration][Try Spacemacs without modifying my existing Emacs configuration?]]
- [[#make-copypaste-working-with-the-mouse-in-x11-terminals][Make copy/paste working with the mouse in X11 terminals?]] - [[#make-copypaste-working-with-the-mouse-in-x11-terminals][Make copy/paste working with the mouse in X11 terminals?]]
- [[#use-helm-ag-to-search-only-in-files-of-a-certain-type][Use =helm-ag= to search only in files of a certain type?]] - [[#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?]]
- [[#the-powerline-isnt-shown-correctly-when-spacemacs-is-used-within-putty][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=]] - [[#the-powerline-isnt-shown-correctly-when-spacemacs-is-used-within-putty][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=]]
* Common * Common
** Which version of Spacemacs am I running? ** Which version of Spacemacs am I running?

View File

@ -1,34 +1,34 @@
#+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]]
- [[#the-load-path][The load path]] - [[#the-load-path][The load path]]
- [[#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]]
- [[#best-practices][Best practices]] - [[#best-practices][Best practices]]
- [[#package-ownership][Package ownership]] - [[#package-ownership][Package ownership]]
- [[#localize-your-configuration][Localize your configuration]] - [[#localize-your-configuration][Localize your configuration]]
- [[#load-ordering][Load ordering]] - [[#load-ordering][Load ordering]]
- [[#no-require][No require]] - [[#no-require][No require]]
- [[#auto-load-everything][Auto-load everything]] - [[#auto-load-everything][Auto-load everything]]
* Introduction * Introduction
This document is intended as a tutorial for users who are interested in writing This document is intended as a tutorial for users who are interested in writing

View File

@ -1,18 +1,18 @@
#+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]]
- [[#universal-argument][Universal argument]] - [[#universal-argument][Universal argument]]
- [[#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,40 +1,40 @@
#+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]]
- [[#transient-states][Transient-states]] - [[#transient-states][Transient-states]]
- [[#keybinding-conventions][Keybinding conventions]] - [[#keybinding-conventions][Keybinding conventions]]
- [[#running-commands][Running commands]] - [[#running-commands][Running commands]]
- [[#buffer-and-window-management][Buffer and window management]] - [[#buffer-and-window-management][Buffer and window management]]
- [[#buffers][Buffers]] - [[#buffers][Buffers]]
- [[#special-buffers][Special buffers]] - [[#special-buffers][Special buffers]]
- [[#windows][Windows]] - [[#windows][Windows]]
- [[#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]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
- [[#functions][Functions]] - [[#functions][Functions]]
- [[#activating-a-layer][Activating a Layer]] - [[#activating-a-layer][Activating a Layer]]
- [[#creating-a-layer][Creating a Layer]] - [[#creating-a-layer][Creating a Layer]]
- [[#installing-a-single-package][Installing a single package]] - [[#installing-a-single-package][Installing a single package]]
- [[#loading-packages][Loading packages]] - [[#loading-packages][Loading packages]]
- [[#uninstalling-a-package][Uninstalling a package]] - [[#uninstalling-a-package][Uninstalling a package]]
- [[#common-tweaks][Common tweaks]] - [[#common-tweaks][Common tweaks]]
- [[#changing-the-escape-key][Changing the escape key]] - [[#changing-the-escape-key][Changing the escape key]]
- [[#changing-the-colorscheme][Changing the colorscheme]] - [[#changing-the-colorscheme][Changing the colorscheme]]
- [[#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,13 +3,13 @@
[[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]]
* Description * Description
This layer adds keybindings for jabber.el. jabber.el is a Jabber (XMPP) client for Emacs This layer adds keybindings for jabber.el. jabber.el is a Jabber (XMPP) client for Emacs

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,24 +1,24 @@
#+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]]
- [[#tooltips][Tooltips]] - [[#tooltips][Tooltips]]
- [[#sort-results-by-usage][Sort results by usage]] - [[#sort-results-by-usage][Sort results by usage]]
- [[#enable-company-or-auto-complete-globally][Enable company or auto-complete globally]] - [[#enable-company-or-auto-complete-globally][Enable company or auto-complete globally]]
- [[#replacing-company-by-auto-complete][Replacing company by auto-complete]] - [[#replacing-company-by-auto-complete][Replacing company by auto-complete]]
- [[#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]]
- [[#auto-yasnippet][Auto-yasnippet]] - [[#auto-yasnippet][Auto-yasnippet]]
* Description * Description
This layer provides auto-completion to Spacemacs. This layer provides auto-completion to Spacemacs.

View File

@ -3,19 +3,19 @@
[[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]]
- [[#c-z-and-tab-switch][C-z and Tab switch]] - [[#c-z-and-tab-switch][C-z and Tab switch]]
- [[#helm-focus][Helm focus]] - [[#helm-focus][Helm focus]]
- [[#helm-swoop][Helm-swoop]] - [[#helm-swoop][Helm-swoop]]
- [[#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,11 +1,11 @@
#+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
This layer enables Ivy for completion. It will replace the default completion by This layer enables Ivy for completion. It will replace the default completion by

View File

@ -1,8 +1,8 @@
#+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
** TODO describe spacemacs-base distribution in this file ** TODO describe spacemacs-base distribution in this file

View File

@ -1,8 +1,8 @@
#+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
** TODO describe spacemacs-bootstrap distribution in this file ** TODO describe spacemacs-bootstrap distribution in this file

View File

@ -1,21 +1,21 @@
#+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]]
- [[#with-xpra-on-any-of-the-oses-and-via-web-browser][With Xpra on any of the OSes and via web-browser]] - [[#with-xpra-on-any-of-the-oses-and-via-web-browser][With Xpra on any of the OSes and via web-browser]]
- [[#pros][Pros]] - [[#pros][Pros]]
- [[#cons][Cons]] - [[#cons][Cons]]
- [[#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,8 +1,8 @@
#+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
** TODO describe spacemacs distribution in this file ** TODO describe spacemacs distribution in this file

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,13 +1,13 @@
#+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]]
* Description * Description

View File

@ -3,38 +3,38 @@
[[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]]
- [[#gnuplot-support][Gnuplot support]] - [[#gnuplot-support][Gnuplot support]]
- [[#revealjs-support][Reveal.js support]] - [[#revealjs-support][Reveal.js support]]
- [[#org-journal-support][Org-journal support]] - [[#org-journal-support][Org-journal support]]
- [[#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]]
- [[#tables][Tables]] - [[#tables][Tables]]
- [[#trees][Trees]] - [[#trees][Trees]]
- [[#element-insertion][Element insertion]] - [[#element-insertion][Element insertion]]
- [[#links][Links]] - [[#links][Links]]
- [[#emphasis][Emphasis]] - [[#emphasis][Emphasis]]
- [[#navigating-in-calendar][Navigating in calendar]] - [[#navigating-in-calendar][Navigating in calendar]]
- [[#capture-buffers-and-src-blocks][Capture buffers and src blocks]] - [[#capture-buffers-and-src-blocks][Capture buffers and src blocks]]
- [[#org-agenda][Org agenda]] - [[#org-agenda][Org agenda]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
- [[#org-agenda-transient-state][Org agenda transient state]] - [[#org-agenda-transient-state][Org agenda transient state]]
- [[#pomodoro][Pomodoro]] - [[#pomodoro][Pomodoro]]
- [[#presentation][Presentation]] - [[#presentation][Presentation]]
- [[#org-projectile][Org-projectile]] - [[#org-projectile][Org-projectile]]
- [[#org-journal][Org-journal]] - [[#org-journal][Org-journal]]
* Description * Description
This layer enables [[http://orgmode.org/][org mode]] for Spacemacs. This layer enables [[http://orgmode.org/][org mode]] for Spacemacs.

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,11 +1,11 @@
#+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]]
* Description * Description
This layer provides support for typographic text editing in Spacemacs. It This layer provides support for typographic text editing in Spacemacs. It

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,20 +1,20 @@
#+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]]
- [[#notifications][Notifications]] - [[#notifications][Notifications]]
- [[#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,15 +3,15 @@
[[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]]
- [[#server][Server]] - [[#server][Server]]
- [[#southsyncdb][South/Syncdb]] - [[#southsyncdb][South/Syncdb]]
- [[#test][Test]] - [[#test][Test]]
* Description * Description
This layer adds support for the Python [[https://www.djangoproject.com/][Django]] framework via [[https://github.com/davidmiller/pony-mode][pony-mode]]. This layer adds support for the Python [[https://www.djangoproject.com/][Django]] framework via [[https://github.com/davidmiller/pony-mode][pony-mode]].

View File

@ -3,14 +3,14 @@
[[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)]]
* Description * Description

View File

@ -3,13 +3,13 @@
[[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]]
- [[#ex-commands][Ex-commands]] - [[#ex-commands][Ex-commands]]
* Description * Description
This layer aims at providing support for the Ruby on Rails framework. This layer aims at providing support for the Ruby on Rails framework.

View File

@ -3,11 +3,11 @@
[[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
This layer adds support for Emoji emoticons from [[https://www.webpagefx.com/tools/emoji-cheat-sheet/][emoji-cheat-sheet]]. This layer adds support for Emoji emoticons from [[https://www.webpagefx.com/tools/emoji-cheat-sheet/][emoji-cheat-sheet]].

View File

@ -3,15 +3,15 @@
[[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]]
- [[#tetris][Tetris]] - [[#tetris][Tetris]]
- [[#typit][Typit]] - [[#typit][Typit]]
- [[#create-a-new-dictionary][Create a new dictionary]] - [[#create-a-new-dictionary][Create a new dictionary]]
* Description * Description
This layer allows you to play evilified games in spacemacs. This layer allows you to play evilified games in spacemacs.

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,11 +3,11 @@
[[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]]
* Description * Description
This layer adds a [[http://xkcd.com/][xkcd]] navigation mode using [[https://github.com/vibhavp/emacs-xkcd][emacs-xkcd]]. This layer adds a [[http://xkcd.com/][xkcd]] navigation mode using [[https://github.com/vibhavp/emacs-xkcd][emacs-xkcd]].

View File

@ -3,20 +3,20 @@
[[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(配置默认中文输入法)]]
- [[#configure-the-chinese-pyim-input-method配置中文拼音输入法][Configure the =Chinese-pyim= Input Method(配置中文拼音输入法)]] - [[#configure-the-chinese-pyim-input-method配置中文拼音输入法][Configure the =Chinese-pyim= Input Method(配置中文拼音输入法)]]
- [[#enable-fcitx][Enable fcitx]] - [[#enable-fcitx][Enable fcitx]]
- [[#requirement][Requirement]] - [[#requirement][Requirement]]
- [[#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]]
* Description * Description
This Layer adds Chinese related packages: This Layer adds Chinese related packages:

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,12 +1,12 @@
#+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]]
* Description * Description
This layer adds [[https://asciidoctor.org][AsciiDoc]] markup language support to Spacemacs. This layer adds [[https://asciidoctor.org][AsciiDoc]] markup language support to Spacemacs.

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,16 +4,16 @@
[[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
This layer adds configuration for C/C++ language as well support for [[https://cmake.org/][CMake]] This layer adds configuration for C/C++ language as well support for [[https://cmake.org/][CMake]]

View File

@ -3,17 +3,17 @@
[[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]]
- [[#evaluation][Evaluation]] - [[#evaluation][Evaluation]]
- [[#repl][REPL]] - [[#repl][REPL]]
- [[#compile][Compile]] - [[#compile][Compile]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]
- [[#macroexpansion][Macroexpansion]] - [[#macroexpansion][Macroexpansion]]
* Description * Description
A Spacemacs contribution layer providing Common Lisp support via [[https://github.com/slime/slime][SLIME]]. A Spacemacs contribution layer providing Common Lisp support via [[https://github.com/slime/slime][SLIME]].

View File

@ -3,18 +3,18 @@
[[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
This layer adds support for the [[https://coq.inria.fr/][Coq]] proof assistant (adapted from This layer adds support for the [[https://coq.inria.fr/][Coq]] proof assistant (adapted from

View File

@ -3,23 +3,23 @@
[[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]]
- [[#helpers-documentation-info][Helpers (documentation, info)]] - [[#helpers-documentation-info][Helpers (documentation, info)]]
- [[#refactoring][Refactoring]] - [[#refactoring][Refactoring]]
- [[#omnisharp-server-interaction][OmniSharp server interaction]] - [[#omnisharp-server-interaction][OmniSharp server interaction]]
- [[#tests][Tests]] - [[#tests][Tests]]
- [[#code-manipulation][Code manipulation]] - [[#code-manipulation][Code manipulation]]
* Description * Description
This layer adds experimental support for C# language using [[https://github.com/OmniSharp/omnisharp-emacs][OmniSharp]]. This layer adds experimental support for C# language using [[https://github.com/OmniSharp/omnisharp-emacs][OmniSharp]].

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,24 +3,24 @@
[[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]]
- [[#project][Project]] - [[#project][Project]]
- [[#evaluation-in-place][Evaluation in place]] - [[#evaluation-in-place][Evaluation in place]]
- [[#repl-interactions][REPL interactions]] - [[#repl-interactions][REPL interactions]]
- [[#tests][Tests]] - [[#tests][Tests]]
- [[#compile][Compile]] - [[#compile][Compile]]
- [[#execute][Execute]] - [[#execute][Execute]]
- [[#code-definition-jump][Code Definition Jump]] - [[#code-definition-jump][Code Definition Jump]]
* Description * Description
This layer adds support for [[http://elixir-lang.org/][Elixir]] . This layer adds support for [[http://elixir-lang.org/][Elixir]] .

View File

@ -3,31 +3,31 @@
[[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]]
- [[#universal-installer-using-npm][Universal installer using npm]] - [[#universal-installer-using-npm][Universal installer using npm]]
- [[#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
This layer adds support for [[http://elm-lang.org][Elm]]. This layer adds support for [[http://elm-lang.org][Elm]].

View File

@ -3,15 +3,15 @@
[[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]]
* Description * Description
This layer gathers all the configuration related to emacs-lisp. This should This layer gathers all the configuration related to emacs-lisp. This should

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,11 +3,11 @@
[[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,19 +3,19 @@
[[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]]
* Description * Description
This layer adds extensive support for go. This layer adds extensive support for go.

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,52 +3,52 @@
[[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]]
- [[#completion-support][Completion support]] - [[#completion-support][Completion support]]
- [[#company-ghci][=company-ghci=]] - [[#company-ghci][=company-ghci=]]
- [[#intero][=intero=]] - [[#intero][=intero=]]
- [[#ghc-mod][=ghc-mod=]] - [[#ghc-mod][=ghc-mod=]]
- [[#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]]
- [[#repl][REPL]] - [[#repl][REPL]]
- [[#intero-repl][Intero REPL]] - [[#intero-repl][Intero REPL]]
- [[#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]]
- [[#ghc-mod-doesnt-work][=ghc-mod= doesn't work]] - [[#ghc-mod-doesnt-work][=ghc-mod= doesn't work]]
- [[#indentation-doesnt-reset-when-pressing-return-after-an-empty-line][Indentation doesn't reset when pressing return after an empty line]] - [[#indentation-doesnt-reset-when-pressing-return-after-an-empty-line][Indentation doesn't reset when pressing return after an empty line]]
- [[#flycheck-displays-hlint-warnings-but-not-errors][Flycheck displays HLint warnings but not errors]] - [[#flycheck-displays-hlint-warnings-but-not-errors][Flycheck displays HLint warnings but not errors]]
- [[#i-can-see-highlighted-errors-but-they-dont-appear-in-the-error-list][I can see highlighted errors but they don't appear in the error list]] - [[#i-can-see-highlighted-errors-but-they-dont-appear-in-the-error-list][I can see highlighted errors but they don't appear in the error list]]
- [[#flycheck-doesnt-work][Flycheck doesn't work]] - [[#flycheck-doesnt-work][Flycheck doesn't work]]
- [[#flycheck-doesnt-work-with-stack][Flycheck doesn't work with =stack=]] - [[#flycheck-doesnt-work-with-stack][Flycheck doesn't work with =stack=]]
- [[#the-stack-build-directory-is-wrong][The stack build directory is wrong]] - [[#the-stack-build-directory-is-wrong][The stack build directory is wrong]]
- [[#the-project-root-directory-is-not-set-properly][The Project root directory is not set properly]] - [[#the-project-root-directory-is-not-set-properly][The Project root directory is not set properly]]
- [[#haskell-mode-commands-dont-work][haskell-mode commands don't work]] - [[#haskell-mode-commands-dont-work][haskell-mode commands don't work]]
- [[#ghc-mod-and-haskell-mode-commands-overlap-how-do-i-know-which-command-belongs-to-what][=ghc-mod= and =haskell-mode= commands overlap. How do I know which command belongs to what?]] - [[#ghc-mod-and-haskell-mode-commands-overlap-how-do-i-know-which-command-belongs-to-what][=ghc-mod= and =haskell-mode= commands overlap. How do I know which command belongs to what?]]
- [[#some-commands-start-with-ghc--and-some-with-haskell--what-does-that-mean][Some commands start with =ghc-= and some with =haskell-=. What does that mean?]] - [[#some-commands-start-with-ghc--and-some-with-haskell--what-does-that-mean][Some commands start with =ghc-= and some with =haskell-=. What does that mean?]]
* Description * Description
This layer adds support for the [[https://www.haskell.org/][Haskell]] language. This layer adds support for the [[https://www.haskell.org/][Haskell]] language.

View File

@ -3,12 +3,12 @@
[[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]]
* Description * Description
This layer adds support for editing HTML and CSS. This layer adds support for editing HTML and CSS.

View File

@ -3,17 +3,17 @@
[[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]]
- [[#repl][REPL]] - [[#repl][REPL]]
- [[#active-term-manipulations][Active term manipulations]] - [[#active-term-manipulations][Active term manipulations]]
- [[#build-system][Build system]] - [[#build-system][Build system]]
* Description * Description
This layer adds support for the [[https://www.idris-lang.org/][Idris]] language. This layer adds support for the [[https://www.idris-lang.org/][Idris]] language.

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,59 +3,59 @@
[[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]]
- [[#eclim][Eclim]] - [[#eclim][Eclim]]
- [[#installation-1][Installation]] - [[#installation-1][Installation]]
- [[#eclipse][Eclipse]] - [[#eclipse][Eclipse]]
- [[#eclim-1][Eclim]] - [[#eclim-1][Eclim]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#usage][Usage]] - [[#usage][Usage]]
- [[#ensime][ENSIME]] - [[#ensime][ENSIME]]
- [[#installation-2][Installation]] - [[#installation-2][Installation]]
- [[#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]]
- [[#compilation][Compilation]] - [[#compilation][Compilation]]
- [[#tests-junit][Tests (junit)]] - [[#tests-junit][Tests (junit)]]
- [[#refactoring][Refactoring]] - [[#refactoring][Refactoring]]
- [[#tasks][Tasks]] - [[#tasks][Tasks]]
- [[#eclim-2][Eclim]] - [[#eclim-2][Eclim]]
- [[#java-mode][Java-mode]] - [[#java-mode][Java-mode]]
- [[#project-management][Project management]] - [[#project-management][Project management]]
- [[#eclim-daemon][Eclim daemon]] - [[#eclim-daemon][Eclim daemon]]
- [[#maven][Maven]] - [[#maven][Maven]]
- [[#goto][Goto]] - [[#goto][Goto]]
- [[#refactoring-1][Refactoring]] - [[#refactoring-1][Refactoring]]
- [[#documentation-find][Documentation, Find]] - [[#documentation-find][Documentation, Find]]
- [[#errors-problems][Errors (problems)]] - [[#errors-problems][Errors (problems)]]
- [[#tests][Tests]] - [[#tests][Tests]]
- [[#errors-problems-buffer][Errors (problems) buffer]] - [[#errors-problems-buffer][Errors (problems) buffer]]
- [[#projects-buffer][Projects buffer]] - [[#projects-buffer][Projects buffer]]
- [[#ensime-key-bindings][Ensime key bindings]] - [[#ensime-key-bindings][Ensime key bindings]]
- [[#search][Search]] - [[#search][Search]]
- [[#ensime-search-mode][Ensime Search Mode]] - [[#ensime-search-mode][Ensime Search Mode]]
- [[#sbt][sbt]] - [[#sbt][sbt]]
- [[#typecheck][Typecheck]] - [[#typecheck][Typecheck]]
- [[#debug][Debug]] - [[#debug][Debug]]
- [[#errors][Errors]] - [[#errors][Errors]]
- [[#goto-1][Goto]] - [[#goto-1][Goto]]
- [[#print-and-yank-types][Print and yank types]] - [[#print-and-yank-types][Print and yank types]]
- [[#documentation-inspect][Documentation, Inspect]] - [[#documentation-inspect][Documentation, Inspect]]
- [[#server-1][Server]] - [[#server-1][Server]]
- [[#refactoring-2][Refactoring]] - [[#refactoring-2][Refactoring]]
- [[#tests-1][Tests]] - [[#tests-1][Tests]]
- [[#repl][REPL]] - [[#repl][REPL]]
* Description * Description
This layer adds support for the Java language, it supports multiple backends: This layer adds support for the Java language, it supports multiple backends:

View File

@ -3,22 +3,22 @@
[[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)]]
- [[#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)]]
- [[#json][JSON]] - [[#json][JSON]]
- [[#repl-skewer-mode][REPL (skewer-mode)]] - [[#repl-skewer-mode][REPL (skewer-mode)]]
* Description * Description

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,19 +3,19 @@
[[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
This layer adds support for LaTeX files with [[https://savannah.gnu.org/projects/auctex/][AucTeX]]. This layer adds support for LaTeX files with [[https://savannah.gnu.org/projects/auctex/][AucTeX]].

View File

@ -3,11 +3,11 @@
[[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
This layer adds support for editing Lua. This layer adds support for editing Lua.

View File

@ -3,26 +3,26 @@
[[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]]
- [[#following-and-jumping][Following and Jumping]] - [[#following-and-jumping][Following and Jumping]]
- [[#indentation][Indentation]] - [[#indentation][Indentation]]
- [[#header-navigation][Header navigation]] - [[#header-navigation][Header navigation]]
- [[#buffer-wide-commands][Buffer-wide commands]] - [[#buffer-wide-commands][Buffer-wide commands]]
- [[#list-editing][List editing]] - [[#list-editing][List editing]]
- [[#movement][Movement]] - [[#movement][Movement]]
- [[#promotion-demotion][Promotion, Demotion]] - [[#promotion-demotion][Promotion, Demotion]]
* Description * Description
This layer adds markdown support to Spacemacs. This layer adds markdown support to Spacemacs.

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]]
- [[#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
This layer provides the following features for Nim: This layer provides the following features for Nim:

View File

@ -3,17 +3,17 @@
[[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]]
* Description * Description
This is a very basic layer for editing ocaml files. This is a very basic layer for editing ocaml files.

View File

@ -3,11 +3,11 @@
[[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]]
* Description * Description
This layer activates [[info:octave-mode][octave-mode]] for files with =.m= This layer activates [[info:octave-mode][octave-mode]] for files with =.m=

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,16 +3,16 @@
[[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]]
- [[#repl][REPL]] - [[#repl][REPL]]
* Description * Description

View File

@ -3,33 +3,33 @@
[[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]]
- [[#syntax-checking][Syntax checking]] - [[#syntax-checking][Syntax checking]]
- [[#test-runner][Test runner]] - [[#test-runner][Test runner]]
- [[#automatic-buffer-formatting-on-save][Automatic buffer formatting on save]] - [[#automatic-buffer-formatting-on-save][Automatic buffer formatting on save]]
- [[#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]]
- [[#refactoring][Refactoring]] - [[#refactoring][Refactoring]]
- [[#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]]
* Description * Description
This layer adds support for the Python language. This layer adds support for the Python language.

View File

@ -3,14 +3,14 @@
[[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]]
- [[#repl][REPL]] - [[#repl][REPL]]
- [[#other-key-bindings][Other key bindings]] - [[#other-key-bindings][Other key bindings]]
* Description * Description

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,11 +3,11 @@
[[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
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,20 +3,20 @@
[[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]]
- [[#tests][Tests]] - [[#tests][Tests]]
- [[#rspec-mode][RSpec-mode]] - [[#rspec-mode][RSpec-mode]]
- [[#ruby-test-mode][Ruby-test-mode]] - [[#ruby-test-mode][Ruby-test-mode]]
- [[#minitest-mode][minitest-mode]] - [[#minitest-mode][minitest-mode]]
- [[#rake][Rake]] - [[#rake][Rake]]
* Description * Description
This layer provides support for the Ruby language with the following features: This layer provides support for the Ruby language with the following features:

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,16 +1,16 @@
#+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]]
- [[#insertion][Insertion]] - [[#insertion][Insertion]]
- [[#macroexpansion][Macroexpansion]] - [[#macroexpansion][Macroexpansion]]
- [[#repl][REPL]] - [[#repl][REPL]]
- [[#evaluation][Evaluation]] - [[#evaluation][Evaluation]]
* Description * Description

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,11 +3,11 @@
[[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]]
* Description * Description

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