Starting out with org-roam

This commit is contained in:
Andrea Ciceri 2021-10-18 13:58:48 +02:00
parent b22971dbd5
commit a0a8a6e7cc
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 82 additions and 17 deletions

View file

@ -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)