Add flyspell to the org-mode

This commit is contained in:
Sameer Rahmani 2024-04-08 11:45:43 +01:00
parent b13faec67c
commit 50580aeea5
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
3 changed files with 6 additions and 1 deletions

View File

@ -43,6 +43,10 @@
(setq company-dabbrev-downcase nil)
:config
(setq-default company-backends
'((company-capf :with company-yasnippet) :separate
(company-keywords company-dabbrev company-ispell) :separate
company-files))
(bind-key [remap completion-at-point] #'company-complete company-mode-map))

View File

@ -61,7 +61,7 @@ to Emacs modeline."
(require 'noether-views)
(let ((active-border (get-base16-color-or :base0A "#bd93f9"))
(inactive-border (get-base16-color-or :base04 "#44475a")))
(inactive-border (get-base16-color-or :base03 "#44475a")))
(set-face-attribute 'fg42/-disabled-modeline-active-border nil :background active-border)
(set-face-attribute 'fg42/-disabled-modeline-dective-border nil :background inactive-border))

View File

@ -110,6 +110,7 @@ literate programming, maintaining to-do lists, planning projects, and more — i
and effective plain text system.
For more info on ~org-mode~ check out `https://orgmode.org/'"
:hook (org-mod . flyspell-mode)
:init
(setq
org-auto-align-tags nil