idk man
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; 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
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-gruvbox)
|
(setq doom-theme nil)
|
||||||
(setq darkman-themes '(:light doom-gruvbox-light :dark 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
|
;; 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'.
|
||||||
@@ -562,3 +562,4 @@
|
|||||||
;; (add-hook 'kill-emacs-hook 'org-archive-done-tasks)
|
;; (add-hook 'kill-emacs-hook 'org-archive-done-tasks)
|
||||||
;;why my agenda break haa?
|
;;why my agenda break haa?
|
||||||
(setq org-element-use-cache nil)
|
(setq org-element-use-cache nil)
|
||||||
|
(add-hook 'darkman-after-mode-changed-hook #'toggle-theme)
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; 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
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-gruvbox)
|
(setq doom-theme nil)
|
||||||
(setq darkman-themes '(:light doom-gruvbox-light :dark 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
|
;; 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'.
|
||||||
@@ -537,3 +537,4 @@
|
|||||||
;; (add-hook 'kill-emacs-hook 'org-archive-done-tasks)
|
;; (add-hook 'kill-emacs-hook 'org-archive-done-tasks)
|
||||||
;;why my agenda break haa?
|
;;why my agenda break haa?
|
||||||
(setq org-element-use-cache nil)
|
(setq org-element-use-cache nil)
|
||||||
|
(add-hook 'darkman-after-mode-changed-hook #'toggle-theme)
|
||||||
|
|||||||
Reference in New Issue
Block a user