minor settings
This commit is contained in:
parent
5a356a29fe
commit
573508bc79
4
init.el
4
init.el
@ -50,7 +50,6 @@
|
||||
;; Corrects (and improves) org-mode's native fontification.
|
||||
(doom-themes-org-config))
|
||||
|
||||
|
||||
(use-package doom-modeline
|
||||
:ensure t
|
||||
:init (doom-modeline-mode 1)
|
||||
@ -70,6 +69,7 @@
|
||||
:hook
|
||||
(org-mode . visual-line-mode)
|
||||
(org-mode . org-display-inline-images)
|
||||
(org-babel-after-execute . (lambda () (when org-inline-image-overlays (org-redisplay-inline-images)))
|
||||
:config
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
@ -155,7 +155,7 @@
|
||||
:ensure
|
||||
:config
|
||||
(setq org-drill-spaced-repetition-algorithm 'sm5
|
||||
org-drill-learn-fraction 0.3
|
||||
org-drill-learn-fraction 0.5
|
||||
org-drill-add-random-noise-to-intervals-p t
|
||||
org-drill-leech-method 'warn))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user