feat(org): Add org-modern-indent and enhance org configuration
- Add org-modern-indent package for improved visual indentation - Enable org-indent-mode hook for org-mode Change org-modules from - setq to add-to-list for org-habit Add custom TODO keywords - sequence with IN-PROGRESS state Comment out browse-kill-ring - package configuration
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
([remap mark-sexp] . easy-mark)))
|
||||
|
||||
;; Interactively insert and edit items from kill-ring
|
||||
(use-package browse-kill-ring
|
||||
:hook (elpaca-after-init . browse-kill-ring-default-keybindings)
|
||||
:init (setq browse-kill-ring-separator "────────────────"
|
||||
browse-kill-ring-separator-face 'shadow))
|
||||
;; (use-package browse-kill-ring
|
||||
;; :hook (elpaca-after-init . browse-kill-ring-default-keybindings)
|
||||
;; :init (setq browse-kill-ring-separator "────────────────"
|
||||
;; browse-kill-ring-separator-face 'shadow))
|
||||
|
||||
(use-package exec-path-from-shell
|
||||
:init
|
||||
|
||||
Reference in New Issue
Block a user