slep
This commit is contained in:
parent
19fcf136cc
commit
e6ae464d38
1 changed files with 8 additions and 2 deletions
|
@ -738,8 +738,8 @@ Cause emacs overlay lol
|
||||||
*** Olivetti
|
*** Olivetti
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
:hook ((org-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 150)))))
|
(org-agenda-mode . (lambda () (interactive) (olivetti-mode) (olivetti-set-width 100)))))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Org-Modern
|
*** Org-Modern
|
||||||
*** Org-super-agenda
|
*** Org-super-agenda
|
||||||
|
@ -765,6 +765,12 @@ Cause emacs overlay lol
|
||||||
:config
|
:config
|
||||||
(org-roam-setup))
|
(org-roam-setup))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Org-Wild-Notifier
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package org-wild-notifier
|
||||||
|
:config
|
||||||
|
(org-wild-notifier-mode))
|
||||||
|
#+end_src
|
||||||
** Alert.el
|
** Alert.el
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; quick and dirty fix for windows alert.el
|
;; quick and dirty fix for windows alert.el
|
||||||
|
|
Loading…
Reference in a new issue