Themeing tweaks
This commit is contained in:
parent
36003c1774
commit
1ab29657e2
|
@ -52,7 +52,7 @@ The provided default ~config.el~
|
||||||
solarized-distinct-doc-face t
|
solarized-distinct-doc-face t
|
||||||
solarized-scale-markdown-headlines t
|
solarized-scale-markdown-headlines t
|
||||||
solarized-scale-org-headlines t)
|
solarized-scale-org-headlines t)
|
||||||
(load-theme 'solarized-selenized-dark t))
|
(load-theme 'solarized-selenized-black t))
|
||||||
|
|
||||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
;; This determines the style of line numbers in effect. If set to `nil', line
|
||||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
|
@ -786,6 +786,12 @@ Provide a live, rendered preview when editing markdown readmes using [[https://g
|
||||||
:bind (:map markdown-mode-command-map
|
:bind (:map markdown-mode-command-map
|
||||||
("g" . grip-mode)))
|
("g" . grip-mode)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Plantuml mode
|
||||||
|
Dial down the indent
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! plantuml-mode
|
||||||
|
:config (setq plantuml-indent-level 4))
|
||||||
|
#+end_src
|
||||||
* Applications
|
* Applications
|
||||||
Emacs is good for more than just editing text
|
Emacs is good for more than just editing text
|
||||||
** RSS
|
** RSS
|
||||||
|
|
|
@ -72,3 +72,4 @@
|
||||||
(:host github
|
(:host github
|
||||||
:repo "idris-community/idris2-mode"
|
:repo "idris-community/idris2-mode"
|
||||||
:branch "main"))
|
:branch "main"))
|
||||||
|
(package! per-buffer-theme)
|
||||||
|
|
Loading…
Reference in New Issue