doom: smol stuff

This commit is contained in:
Inhji 2024-02-08 21:12:04 +05:45
parent abd808bbce
commit 2c17854f8d
3 changed files with 7 additions and 4 deletions

View File

@ -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))

View File

@ -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

View File

@ -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