diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-13 19:25:21 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-13 19:25:21 -0700 |
| commit | acfe02173d43596c9f745a879c7c1b9ca8735abd (patch) | |
| tree | 677baf2b8d9bea7939be98af738d81d75a8acb1d /configs/users | |
| parent | add a small note about DNS configuration (diff) | |
| download | infra-acfe02173d43596c9f745a879c7c1b9ca8735abd.tar.gz | |
drop org-bullets
Diffstat (limited to 'configs/users')
| -rw-r--r-- | configs/users/fcuny/emacs/site-lisp/init-text.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/users/fcuny/emacs/site-lisp/init-text.el b/configs/users/fcuny/emacs/site-lisp/init-text.el index d8daec3..4a5739b 100644 --- a/configs/users/fcuny/emacs/site-lisp/init-text.el +++ b/configs/users/fcuny/emacs/site-lisp/init-text.el @@ -162,12 +162,6 @@ (tags todo-state-down priority-down deadline-up) (search todo-state-down priority-down deadline-up)))) -(use-package org-bullets - :ensure t - :hook ((org-mode . org-bullets-mode)) - :custom - (org-bullets-bullet-list '("►" "▸" "•" "★" "◇" "◇" "◇" "◇"))) - (use-package denote :hook (dired-mode . denote-dired-mode) |
