Starting out with org-roam
This commit is contained in:
parent
b22971dbd5
commit
a0a8a6e7cc
5 changed files with 82 additions and 17 deletions
|
@ -10,8 +10,6 @@
|
|||
((ispell-program-name "hunspell")
|
||||
(ispell-dictionary "it_IT"))
|
||||
:config
|
||||
;(add-to-list 'ispell-hunspell-dictionary-alist '("italian-hunspell" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "it_IT") nil iso-8859-1))
|
||||
;(add-to-list 'ispell-hunspell-dictionary-alist '("english-hunspell" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "en_US") nil iso-8859-1))
|
||||
(defun switch-dictionary-it-en ()
|
||||
(interactive)
|
||||
(let* ((dict ispell-current-dictionary)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue