refactor: add indentation/spacing to emacs org config

This commit is contained in:
Flinner Yuu 2025-05-22 15:37:31 +03:00
parent cf688ba700
commit 00dd3bdf71
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 1384 additions and 1381 deletions

View File

@ -174,6 +174,7 @@ The status line
:init (doom-modeline-mode 1)
:config
(display-battery-mode 1)
(setq doom-modeline-irc-stylize #'ignore); Fix sever lag https://github.com/seagle0128/doom-modeline/issues/297
:custom
((doom-modeline-height 15) (doom-modeline-icon t)))
#+end_src
@ -1786,7 +1787,7 @@ Magit TODOs!
(use-package git-gutter
:hook (prog-mode . git-gutter-mode)
:config
(setq git-gutter:update-interval 0.02))
(setq git-gutter:update-interval 2))
(use-package git-gutter-fringe
:config
@ -2977,6 +2978,8 @@ I wrote that, neat isn't it? :P
:bind (:map circe-mode-map
([remap counsel-projectile-find-file] . my/circe/helm-buffers))
)
(use-package circe-notifications)
#+end_src
#+begin_src emacs-lisp