ok i push up

This commit is contained in:
2024-09-14 08:27:53 +03:00
parent 4d28f2ba8a
commit df033dd41f
13 changed files with 77 additions and 21 deletions

View File

@@ -145,7 +145,6 @@
(setq-default indent-tabs-mode t)
(setq-default tab-width 4) ; Assuming you want your tabs to be four spaces wide
(defvaralias 'c-basic-offset 'tab-width)
;;Chezmoi
(use-package chezmoi)
@@ -224,6 +223,7 @@
;;(add-hook 'kill-emacs-hook 'org-caldav-sync-at-close)
(add-to-list 'org-caldav-todo-percent-states
'( 0 "IDEA")
'( 0 "WAIT")
)
)
(setq auth-sources '("~/.authinfo.gpg"))
@@ -418,3 +418,7 @@ awqat-times-for-day)
;;org latex moment
(setq-default org-latex-toc-command "\\clearpage \\tableofcontents \\clearpage")
(add-hook 'doc-view-mode-hook 'auto-revert-mode)
(defun toggle-dunst-notifs ()
(call-process-shell-command "dunstctl set-paused toggle"))
(add-hook 'org-pomodoro-started-hook #'toggle-dunst-notifs)
(add-hook 'org-pomodoro-finished-hook #'toggle-dunst-notifs)