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:
parent
5475803398
commit
b8e9d592aa
4 changed files with 139 additions and 100 deletions
4
init.el
4
init.el
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue