ok i push up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user