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