summaryrefslogtreecommitdiffstats
path: root/.doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index 3fa85f7..896b8ee 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -2,7 +2,7 @@
2 user-mail-address "jdlugosz963@gmail.com") 2 user-mail-address "jdlugosz963@gmail.com")
3 3
4(setq doom-theme 'doom-dracula) 4(setq doom-theme 'doom-dracula)
5(setq doom-font (font-spec :family "Mononoki Nerd Font Mono" :size 13)) 5(setq doom-font (font-spec :family "Hack" :size 13))
6 6
7(setq org-directory "~/Documents/org/") 7(setq org-directory "~/Documents/org/")
8 8
@@ -27,9 +27,7 @@
27(use-package! org-bullets 27(use-package! org-bullets
28 :after org 28 :after org
29 :hook (org-mode . org-bullets-mode) 29 :hook (org-mode . org-bullets-mode)
30 :config 30 :config (setq org-bullets-bullet-list '("◉" "●" "○" "◆" "●" "○" "◆")))
31 (setq org-bullets-bullet-list '("◉" "●" "○" "◆" "●" "○" "◆"))
32 )
33 31
34(use-package org-roam 32(use-package org-roam
35 :ensure t 33 :ensure t
@@ -53,3 +51,6 @@
53(global-set-key (kbd "S-<f8>") 'org-tree-slide-skip-done-toggle) 51(global-set-key (kbd "S-<f8>") 'org-tree-slide-skip-done-toggle)
54 52
55(setq lsp-rust-server 'rust-analyzer) 53(setq lsp-rust-server 'rust-analyzer)
54
55(require 'twittering-mode)
56(setq twittering-cert-file "/etc/ssl/cert.pem")