From e6ae464d3841969ccd8e6c7850bc31f70ef142d7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:00:05 +0400 Subject: [PATCH] slep --- config/emacs/emacs.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index e54176d8..d45ea686 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -738,8 +738,8 @@ Cause emacs overlay lol *** Olivetti #+begin_src emacs-lisp (use-package olivetti - :hook ((org-mode . (lambda () (interactive) (olivetti-mode) (olivetti-set-width 150))) - (org-agenda-mode . (lambda () (interactive) (olivetti-mode) (olivetti-set-width 150))))) + :hook ((org-mode . (lambda () (interactive) (olivetti-mode) (olivetti-set-width 100))) + (org-agenda-mode . (lambda () (interactive) (olivetti-mode) (olivetti-set-width 100))))) #+end_src *** Org-Modern *** Org-super-agenda @@ -765,6 +765,12 @@ Cause emacs overlay lol :config (org-roam-setup)) #+end_src +** Org-Wild-Notifier +#+begin_src emacs-lisp + (use-package org-wild-notifier + :config + (org-wild-notifier-mode)) +#+end_src ** Alert.el #+begin_src emacs-lisp ;; quick and dirty fix for windows alert.el