Merge branch 'main' of github.com:LinlyBoi/dotfiles

This commit is contained in:
LinlyBoi
2025-03-30 08:25:11 +02:00
3 changed files with 24 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
;; (setq doom-theme 'doom-gruvbox-light)
(setq doom-theme 'doom-gruvbox)
(setq darkman-themes '(:light doom-gruvbox-light :dark doom-gruvbox))
;; 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'.
@@ -534,3 +534,5 @@
"/DONE" 'agenda)
(org-save-all-org-buffers))
;; (add-hook 'kill-emacs-hook 'org-archive-done-tasks)
;;why my agenda break haa?
(setq org-element-use-cache nil)