Bloco custom-set-variables

This commit is contained in:
aabm 2020-08-20 22:55:37 -03:00
parent 99bdf85270
commit a8f24f440e
1 changed files with 7 additions and 13 deletions

20
init.el
View File

@ -63,16 +63,10 @@
;;; Finalmente, carregamos o arquivo config.org, onde toda a magia acontece.
(when (file-readable-p (concat user-emacs-directory "config.org"))
(org-babel-load-file (concat user-emacs-directory "config.org")))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(magit doom-themes doom-modeline dashboard all-the-icons beacon ivy-bibtex nov olivetti pdf-tools deft org-roam-bibtex org-roam-server org-roam expand-region ivy-rich counsel ivy general which-key async auto-compile use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
;;; Inicializa o servidor do Emacs, para uso com links do
;;; emacsclient. Necessário para uso com o org-roam-server.
(server-start)
;;; Após a primeira inicialização, o Emacs deve adicionar um bloco de
;;; código abaixo. Não é recomendado editar o bloco manualmente.