mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
emacs: add +hugo flag for org module
This commit is contained in:
parent
69df55f6ce
commit
b8787b2c8d
@ -174,6 +174,7 @@
|
||||
(org ; organize your plain life in plain text
|
||||
+pretty
|
||||
+dragndrop
|
||||
+hugo
|
||||
;;+gnuplot
|
||||
;;+jupyter
|
||||
+journal
|
||||
|
@ -1,7 +1,7 @@
|
||||
" Rainbow parentheses
|
||||
let g:rainbow_active = 1
|
||||
let g:rainbow#pairs = [['(', ')'], ['[', ']'], ['{', '}'], ['<', '>']]
|
||||
let g:rainbow_conf = {'guis': ['bold']}
|
||||
" let g:rainbow_conf = {'guis': ['bold']}
|
||||
|
||||
" Rainbow csv
|
||||
let g:disable_rainbow_key_mappings = 1
|
||||
|
Loading…
Reference in New Issue
Block a user