From 5cc0835f5ee54d8f0037585639c1f04bcccdd5f5 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 15 Apr 2021 20:35:09 -0500 Subject: [PATCH] GNU Emacs config from video: Leaving Doom For GNU Emacs --- .emacs.d/config.org | 2 ++ .emacs.d/init.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index ea44d1c..52febd1 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -360,6 +360,8 @@ Available functions (positions) for 'ivy-posframe-display-functions-alist' ** Enabling Org Bullets #+begin_src emacs-lisp +(use-package org-bullets + :ensure t) (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1))) #+end_src diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5adfdee..157666a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -8,7 +8,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(haskell-mode vterm eshell-syntax-highlighting toc-org magit-todos magit-lfs magit ivy-posframe ivy-rich counsel peep-dired dired-open projectile dashboard general doom-modeline which-key evil-collection evil use-package))) + '(org-bullets haskell-mode vterm eshell-syntax-highlighting toc-org magit-todos magit-lfs magit ivy-posframe ivy-rich counsel peep-dired dired-open projectile dashboard general doom-modeline which-key evil-collection evil use-package))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.