Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng 76c8fbac27
Modify the splash screen actions 2022-09-17 12:33:44 +02:00
coolneng 0a69b47961
Set up org-noter 2022-09-17 12:15:09 +02:00
3 changed files with 22 additions and 0 deletions

View File

@ -128,3 +128,8 @@
:hook (org-mode . org-modern-mode)
:config
(setq org-modern-star [""]))
;; Configure a better split and some default for org-noter
(after! org-noter
(setq org-noter-always-create-frame 'nil
org-noter-doc-split-fraction '(0.7 . 0.3))
org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org"))

16
+ui.el
View File

@ -40,3 +40,19 @@
(set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0)
;; Show matching parenthesis on the minibuffer
(after! smartparens (show-smartparens-global-mode t))
;; Modify the splash screen actions
(assoc-delete-all "Jump to bookmark" +doom-dashboard-menu-sections)
(assoc-delete-all "Open private configuration" +doom-dashboard-menu-sections)
(assoc-delete-all "Open documentation" +doom-dashboard-menu-sections)
(add-to-list '+doom-dashboard-menu-sections
'("Open email client"
:icon (all-the-icons-octicon "mail" :face 'doom-dashboard-menu-title)
:when (featurep! :email mu4e)
:face (:inherit (doom-dashboard-menu-title bold))
:action =mu4e) t)
(add-to-list '+doom-dashboard-menu-sections
'("RSS reader"
:icon (all-the-icons-octicon "rss" :face 'doom-dashboard-menu-title)
:when (featurep! :app rss)
:face (:inherit (doom-dashboard-menu-title bold))
:action elfeed) t)

View File

@ -150,6 +150,7 @@
+dragndrop ; drag & drop files/images into org buffers
;;+hugo ; use Emacs for hugo blogging
;;+jupyter ; jupyter support for babel
+noter
+pandoc ; export-with-pandoc support
+pomodoro ; be fruitful with the tomato technique
+present) ; using org-mode for presentations