From f7713119612ba0cba289b5974511e995f1db0421 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:35:58 +0400 Subject: [PATCH] whoops --- config/emacs/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index e5fbbd56..69dd8c76 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -287,7 +287,7 @@ (global-wakatime-mode)) ;; --- formatting --- -(use-package aphelelia +(use-package apheleia :ensure t :hook (prog-mode . aphelia-mode)) @@ -317,9 +317,9 @@ ;; replace ... with > (setq org-ellipsis " >") (setq org-startup-with-inline-images t) - (setq org-todo-keywords - '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)") - (sequence "BACKLOG(b)" "PLAN(p)" "READY(r)" "ACTIVE(a)" "REVIEW(v)" "WAIT(w@/!)" "HOLD(h)" "|" "COMPLETED(c)" "CANCELED(k@)"))) + (setq org-todo-keywords + '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)") + (sequence "BACKLOG(b)" "PLAN(p)" "READY(r)" "ACTIVE(a)" "REVIEW(v)" "WAIT(w@/!)" "HOLD(h)" "|" "COMPLETED(c)" "CANCELED(k@)"))) ;; --- Org Agenda --- (setq org-agenda-files