udpate doom config

This commit is contained in:
horhik 2021-05-03 00:16:51 +03:00
parent 45e7ebc515
commit d20e3cbd01
3 changed files with 10 additions and 1 deletions

View File

@ -32,6 +32,7 @@
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/Brain/")
(setq org-agenda-files (list org-directory "~/Brain/Tasks"))
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
@ -108,3 +109,10 @@
(smartparens-global-mode -1)
(org-roam-server-mode)
(smartparens-global-mode 1))
(use-package ox-hugo
:ensure t ;Auto-install the package from Melpa (optional)
:after ox)
(setq HUGO_BASE_DIR "~/Site")

View File

@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(lsp-treemacs treemacs-all-the-icons with-editor transient org-notifications org-mind-map org-evil org-alert nroam linum-relative evil-mc emojify-logos ctable)))
'(org-roam-server ox-hugo lsp-treemacs treemacs-all-the-icons with-editor transient org-notifications org-mind-map org-evil org-alert nroam linum-relative evil-mc emojify-logos ctable)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -50,6 +50,7 @@
(package! all-the-icons)
(package! lsp-treemacs)
(package! org-roam-server)
(package! ox-hugo)
;; Doom's packages are pinned to a specific commit and updated from release to
;; release. The `unpin!' macro allows you to unpin single packages...