From a04442af1387e1f7a5a2d670ca0454c489d1d65b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:32:33 +0000 Subject: [PATCH] i swear my wifi hates me --- config/emacs/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index e86d23de..e7c9c9b9 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -245,7 +245,8 @@ (use-package org :hook (org-mode . sakomacs/org-mode-setup) :config - (setq org-ellipsis ">")) + (setq org-ellipsis "▼") + (setq org-adapt-indentation t)) ;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons ;; thanks for the protein sir @@ -256,4 +257,4 @@ (org-bullets-bullet-list '("◉" "○" "●" "○" "●" "○" "●"))) ;; video -;; Emacs from Scratch #5 Introduction to Org-mode +;; https://youtu.be/VcgjTEa0kU4?t=1884