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)

View File

@@ -90,7 +90,7 @@
;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv
docker
;;editorconfig ; let someone else argue about tabs vs spaces
editorconfig ; let someone else argue about tabs vs spaces
ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists

View File

@@ -58,6 +58,7 @@
:repo "zkry/awqat"))
(package! org-contrib)
(package! ponylang-mode)
(package! pony-mode)
(package! org-pomodoro)
(package! protobuf-mode)
;; Doom's packages are pinned to a specific commit and updated from release to