mirror of https://github.com/Flinner/dots.git
refactor: add indentation/spacing to emacs org config
This commit is contained in:
parent
cf688ba700
commit
00dd3bdf71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue