Skip to content

Commit

Permalink
Add org layer (SpaceVim#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg authored May 12, 2018
1 parent 6c51289 commit 2d23656
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions autoload/SpaceVim/layers/org.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"=============================================================================
" org.vim --- org layer for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================


function! SpaceVim#layers#org#plugins() abort
let plugins = []
call add(plugins, ['SpaceVim/org-mode', {'merged' : 0}])
return plugins
endfunction

0 comments on commit 2d23656

Please sign in to comment.