Skip to content

Commit

Permalink
[TMP] Orgmode
Browse files Browse the repository at this point in the history
Add Vim plugin for looking at orgmode files with some syntax
highlighting.

Also ignore share/fonts for now (generated by Emacs).
  • Loading branch information
martinwe-adfinis committed Aug 31, 2023
1 parent 5754bcb commit 2f36d60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dotbloat
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if ! ls -1d --color=auto .[!.]*; then
fi

# automatic decisions for specific files/directories:
keeplist='.anthy .local .pki .ssh .vault-token .zshenv .GA_ClientID .ICAClient'
keeplist='.anthy .doom.d .emacs.d .local .pki .ssh .vault-token .zshenv .GA_ClientID .ICAClient'
deletelist='.ansible .ansible_galaxy .mozilla .w3m .*_history'

# delete:
Expand Down
1 change: 1 addition & 0 deletions etc/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ call neobundle#begin(g:bundledir)
NeoBundleFetch 'Shougo/neobundle.vim'

" Declare used bundles:
NeoBundle 'axvr/org.vim'
NeoBundle 'ayekat/dwm.vim'
NeoBundle 'chikamichi/mediawiki.vim'
NeoBundle 'milad14000/vim_p4'
Expand Down
3 changes: 3 additions & 0 deletions share/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
# Gnome:
/evolution/
/gvfs-metadata/

# Emacs:
/fonts/

0 comments on commit 2f36d60

Please sign in to comment.