diff --git a/.config/emacs/config.el b/.config/emacs/config.el index acee519..e5d525f 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -568,14 +568,14 @@ (eval-after-load 'org-indent '(diminish 'org-indent-mode)) - (custom-set-faces - '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) - '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) - '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) - '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) - '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) - '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) - '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) +(custom-set-faces + '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) + '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) + '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) + '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) + '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) + '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) + '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) (require 'org-tempo) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 5c0987f..0b83a31 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -1,3 +1,4 @@ + #+TITLE: DT's GNU Emacs Config #+AUTHOR: Derek Taylor (DT) #+DESCRIPTION: DT's personal Emacs config. @@ -419,8 +420,8 @@ You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTR "a" '(:ignore t :wk "A.I.") "a a" '(ellama-ask-about :wk "Ask ellama about region") "a e" '(:ignore t :wk "Ellama enhance") - "a e g" '(ellama-improve-wording :wk "Ellama enhance grammar") - "a e w" '(ellama-improve-grammar :wk "Ellama enhance wording") + "a e g" '(ellama-improve-grammar :wk "Ellama enhance wording") + "a e w" '(ellama-improve-wording :wk "Ellama enhance grammar") "a i" '(ellama-chat :wk "Ask ellama") "a p" '(ellama-provider-select :wk "Ellama provider select") "a s" '(ellama-summarize :wk "Ellama summarize region")