Dont use abbrev mode in org mode
This commit is contained in:
parent
c7016bc8f0
commit
57e215892b
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:hook ((org-mode . turn-on-auto-fill)
|
:hook ((org-mode . turn-on-auto-fill)
|
||||||
(org-mode . abbrev-mode)
|
|
||||||
(org-mode . flyspell-mode))
|
(org-mode . flyspell-mode))
|
||||||
:init (org-clock-persistence-insinuate)
|
:init (org-clock-persistence-insinuate)
|
||||||
:bind
|
:bind
|
||||||
|
|
Loading…
Add table
Reference in a new issue