Add startup notification

Add better pdftools and ready player toggle
Add org-roam toggle based on directory location
Add paradox modding support
This commit is contained in:
Jakub 2025-11-14 12:03:45 +08:00
parent 5475803398
commit b8e9d592aa
4 changed files with 139 additions and 100 deletions

View file

@ -85,3 +85,7 @@
(load-directory (concat user-emacs-directory "workflows"))
;; Custom screens
(load-directory (concat user-emacs-directory "screens"))
(unless (fboundp 'notifications-notify)
(require 'notifications))
(notifications-notify :title "Emacs Server Started" :app-name "Emacs")