[emacs] Use spacious padding for worklogger and switch theme

This commit is contained in:
Sebastian Schulze 2023-12-07 20:33:56 +01:00
parent 24a50e8246
commit e97e647605
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
3 changed files with 6 additions and 2 deletions

View File

@ -422,6 +422,7 @@
org-alert-notify-after-event-cutoff 15)
(org-alert-enable))
(use-package! spacious-padding)
(after! markdown-mode
(set-company-backend! 'markdown-mode '(:separate obsidian-tags-backend company-capf company-dabbrev company-yasnippet company-ispell)))

View File

@ -437,9 +437,9 @@ is tomorrow. With two prefixes, select the deadline."
(progn
(run-hooks 'doom-first-input-hook)
(setq writeroom-width 90)
;; (global-writeroom-mode)
(spacious-padding-mode)
(global-hide-mode-line-mode)
(ef-themes-select 'ef-duo-light)
(ef-themes-select 'ef-cyprus)
(add-hook 'org-journal-mode-hook
(lambda () (add-hook 'after-save-hook 'delete-frame)))
(setq server-client-instructions nil) ;; hide noisy minibuffer

View File

@ -10,6 +10,9 @@
(package! khalel :built-in 'prefer)
(package! hass :built-in 'prefer)
(package! spacious-padding)
(package! rainbow-mode)
(package! ef-themes :built-in 'prefer)
(package! mingus :built-in 'prefer)
(package! spacious-padding :built-in 'prefer)