org: fix list indentation + yasnippet integration
This commit is contained in:
parent
cc6ee2681b
commit
fe017836dc
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,6 @@
|
||||||
org-fontify-quote-and-verse-blocks t
|
org-fontify-quote-and-verse-blocks t
|
||||||
org-ellipsis 'hs-face
|
org-ellipsis 'hs-face
|
||||||
org-indent-indentation-per-level 3
|
org-indent-indentation-per-level 3
|
||||||
org-list-indent-offset 4
|
|
||||||
org-cycle-separator-lines 1
|
org-cycle-separator-lines 1
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-hide-leading-stars t)
|
org-hide-leading-stars t)
|
||||||
|
@ -431,6 +430,7 @@
|
||||||
|
|
||||||
:nv "j" 'evil-next-visual-line
|
:nv "j" 'evil-next-visual-line
|
||||||
:nv "k" 'evil-previous-visual-line
|
:nv "k" 'evil-previous-visual-line
|
||||||
|
:v "<S-tab>" 'narf/yas-insert-snippet
|
||||||
|
|
||||||
:i "M-a" (λ (evil-visual-state) (org-mark-element))
|
:i "M-a" (λ (evil-visual-state) (org-mark-element))
|
||||||
:n "M-a" 'org-mark-element
|
:n "M-a" 'org-mark-element
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue