Fixed some visual and code formatting

This commit is contained in:
Emmet 2023-09-23 14:12:26 -05:00
parent 6034848fa6
commit 9597c92f27
2 changed files with 29 additions and 23 deletions

View file

@ -826,6 +826,7 @@ tasks."
'(org-agenda-date-today :inherit diary :height 1.15)
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
)
@ -1182,4 +1183,6 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
(map! :leader :desc "Open treemacs symbol outliner" "o s" #'lsp-treemacs-symbols
:desc "Hide neotree" "o S" #'treemacs-quit)
(setq +format-on-save-enabled-modes '(not emacs-lisp-mode sql-mode tex-mode latex-mode org-msg-edit-mode nix-mode))

View file

@ -978,6 +978,7 @@ On Wayland, EAF doesn't work.
'(org-agenda-date-today :inherit diary :height 1.15)
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
)
@ -1427,6 +1428,8 @@ EAF doesn't work on Wayland :(
(map! :leader :desc "Open treemacs symbol outliner" "o s" #'lsp-treemacs-symbols
:desc "Hide neotree" "o S" #'treemacs-quit)
(setq +format-on-save-enabled-modes '(not emacs-lisp-mode sql-mode tex-mode latex-mode org-msg-edit-mode nix-mode))
#+END_SRC
** Terminal
#+BEGIN_SRC emacs-lisp :tangle config.el
@ -1482,7 +1485,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo
(evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding
(format +onsave) ; automated prettiness
;;(format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once