dev: merge branch 'master'
This commit is contained in:
commit
af64c94aed
4 changed files with 5 additions and 7 deletions
|
@ -60,7 +60,9 @@
|
|||
(`enchant
|
||||
(setq ispell-program-name "enchant-2"))
|
||||
|
||||
(_ (doom-log "Spell checker not found. Either install `aspell', `hunspell' or `enchant'"))))
|
||||
(_ (doom-log "Spell checker not found. Either install `aspell', `hunspell' or `enchant'")))
|
||||
|
||||
(ispell-check-version))
|
||||
|
||||
|
||||
;;
|
||||
|
|
|
@ -1401,10 +1401,6 @@ between the two."
|
|||
;; Other org properties are all-caps. Be consistent.
|
||||
(setq org-effort-property "EFFORT")
|
||||
|
||||
;; Prevent modifications made in invisible sections of an org document, as
|
||||
;; unintended changes can easily go unseen otherwise.
|
||||
(setq org-catch-invisible-edits 'smart)
|
||||
|
||||
;; Global ID state means we can have ID links anywhere. This is required for
|
||||
;; `org-brain', however.
|
||||
(setq org-id-locations-file-relative t)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/doom/packages.el
|
||||
|
||||
(package! doom-themes :pin "816fb54d60a7012b9b12cd995831d4226982b487")
|
||||
(package! doom-themes :pin "188ab05eefe2bdc46b4464aadb4a52ff9cb42f7f")
|
||||
(package! solaire-mode :pin "8ccdceeb9298b3c4e35f630914f467bf164f39ad")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;; ui/modeline/packages.el
|
||||
|
||||
(unless (modulep! +light)
|
||||
(package! doom-modeline :pin "11ae6c193cd9cb8d7ff7996058e6df2c0d1e408b"))
|
||||
(package! doom-modeline :pin "1505c13564b83e44d3187611e326a48b742cad3a"))
|
||||
(package! anzu :pin "26fb50b429ee968eb944b0615dd0aed1dd66172c")
|
||||
(when (modulep! :editor evil)
|
||||
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue