emacs: add +hugo flag for org module

This commit is contained in:
FollieHiyuki 2021-04-13 01:02:32 +03:00
parent 69df55f6ce
commit b8787b2c8d
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 2 additions and 1 deletions

View File

@ -174,6 +174,7 @@
(org ; organize your plain life in plain text
+pretty
+dragndrop
+hugo
;;+gnuplot
;;+jupyter
+journal

View File

@ -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