Link para tutorial no dashboard e suporte ao aspell

This commit is contained in:
aabm 2020-08-28 22:39:40 -03:00
parent f911085483
commit 97281a925e
1 changed files with 9 additions and 5 deletions

View File

@ -576,6 +576,10 @@ bibliográficas no formato BibTeX, usando o Ivy.
** Verificação ortográfica com Flyspell
#+begin_src emacs-lisp
(use-package ispell
:custom
(ispell-program-name "aspell"))
(use-package flyspell
:ensure t
:hook
@ -744,11 +748,6 @@ Dashboard alterando o valor da variável dashboard-startup-banner.
:defer nil
:config
(dashboard-setup-startup-hook)
;; (defun dashboard-emacs-humanities (list-size)
;; (insert
;; "texto do item customizado vai aqui"))
;; (add-to-list 'dashboard-item-generators '(custom . dashboard-emacs-humanities))
;; (add-to-list 'dashboard-items '(custom) t)
:custom
(dashboard-set-heading-icons t)
(dashboard-set-file-icons t)
@ -774,6 +773,11 @@ Dashboard alterando o valor da variável dashboard-startup-banner.
"Abra a página do git desta configuração"
(lambda (&rest _) (browse-url "https://git.snopyta.org/aabm/emacs-humanities"))
'default)
(nil
"Tutorial"
"Abrir o tutorial do Emacs no idioma desejado"
(lambda (&rest _) (help-with-tutorial-spec-language))
'default)
)
;; segunda linha
((,nil