Themeing tweaks

This commit is contained in:
Nathan McCarty 2022-11-08 02:37:31 -05:00
parent 36003c1774
commit 1ab29657e2
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 8 additions and 1 deletions

View File

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

View File

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