mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-22 16:31:26 +00:00
udpate doom config
This commit is contained in:
parent
45e7ebc515
commit
d20e3cbd01
|
@ -32,6 +32,7 @@
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/Brain/")
|
(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
|
;; 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'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
(setq display-line-numbers-type t)
|
(setq display-line-numbers-type t)
|
||||||
|
@ -108,3 +109,10 @@
|
||||||
(smartparens-global-mode -1)
|
(smartparens-global-mode -1)
|
||||||
(org-roam-server-mode)
|
(org-roam-server-mode)
|
||||||
(smartparens-global-mode 1))
|
(smartparens-global-mode 1))
|
||||||
|
|
||||||
|
|
||||||
|
(use-package ox-hugo
|
||||||
|
:ensure t ;Auto-install the package from Melpa (optional)
|
||||||
|
:after ox)
|
||||||
|
|
||||||
|
(setq HUGO_BASE_DIR "~/Site")
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(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
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
(package! all-the-icons)
|
(package! all-the-icons)
|
||||||
(package! lsp-treemacs)
|
(package! lsp-treemacs)
|
||||||
(package! org-roam-server)
|
(package! org-roam-server)
|
||||||
|
(package! ox-hugo)
|
||||||
|
|
||||||
;; Doom's packages are pinned to a specific commit and updated from release to
|
;; Doom's packages are pinned to a specific commit and updated from release to
|
||||||
;; release. The `unpin!' macro allows you to unpin single packages...
|
;; release. The `unpin!' macro allows you to unpin single packages...
|
||||||
|
|
Loading…
Reference in a new issue