she take my money when im neeed'
This commit is contained in:
parent
e8a19b21b1
commit
19fcf136cc
|
@ -765,6 +765,17 @@ Cause emacs overlay lol
|
|||
:config
|
||||
(org-roam-setup))
|
||||
#+end_src
|
||||
** Alert.el
|
||||
#+begin_src emacs-lisp
|
||||
;; quick and dirty fix for windows alert.el
|
||||
(when (eq system-type 'windows-nt)
|
||||
(use-package alert
|
||||
:commands (alert)
|
||||
:config (setq alert-default-style 'toast))
|
||||
|
||||
(use-package alert-toast
|
||||
:after alert))
|
||||
#+end_src
|
||||
** Treemacs
|
||||
#+begin_src emacs-lisp
|
||||
(use-package treemacs
|
||||
|
|
Loading…
Reference in a new issue