From 2c17854f8d84ede258600123b170c0592fef1d32 Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 8 Feb 2024 21:12:04 +0545 Subject: [PATCH] doom: smol stuff --- config/dot_config/doom/config.el | 6 +++++- config/dot_config/doom/init.el | 2 +- config/dot_config/doom/packages.el | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/dot_config/doom/config.el b/config/dot_config/doom/config.el index f7a657f..352845e 100644 --- a/config/dot_config/doom/config.el +++ b/config/dot_config/doom/config.el @@ -79,4 +79,8 @@ ;; Hooks (add-hook 'org-mode-hook #'org-modern-mode) (add-hook 'org-agenda-finalize-hook #'org-modern-agenda) -(add-hook 'org-mode-hook 'org-auto-tangle-mode) + +;; Package Configuration +(use-package! org-auto-tangle + :defer t + :hook (org-mode . org-auto-tangle-mode)) diff --git a/config/dot_config/doom/init.el b/config/dot_config/doom/init.el index 65c0e31..9766b23 100644 --- a/config/dot_config/doom/init.el +++ b/config/dot_config/doom/init.el @@ -37,7 +37,7 @@ ;;hydra ;;indent-guides ; highlighted indent columns ;;ligatures ; ligatures and symbols to make your code pretty again - ;;minimap ; show a map of the code on the side + minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions ;;neotree ; a project drawer, like NERDTree for vim diff --git a/config/dot_config/doom/packages.el b/config/dot_config/doom/packages.el index 3937613..0bb2dbc 100644 --- a/config/dot_config/doom/packages.el +++ b/config/dot_config/doom/packages.el @@ -5,7 +5,6 @@ ;; on the command line, then restart Emacs for the changes to take effect -- or ;; use 'M-x doom/reload'. - ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: ;; (package! some-package) ;; To disable an installed package: @@ -14,7 +13,7 @@ (package! org-modern) (package! org-auto-tangle) (package! org-habit-stats) -(package! dashboard) +(package! dashboard :disable t) (package! org-journal :disable t) ;; To install a package directly from a remote git repo, you must specify a