mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Fix keybindings
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user