General refactor + cleanup; update TODO.org
This commit is contained in:
parent
b86634e79f
commit
200846ee35
7 changed files with 63 additions and 47 deletions
|
@ -355,6 +355,10 @@
|
|||
:i [remap delete-backward-char] #'doom/deflate-space-maybe
|
||||
:i [remap newline] #'doom/newline-and-indent
|
||||
|
||||
(:after org-mode
|
||||
(:map org-mode-map
|
||||
:i [remap doom/inflate-space-maybe] #'org-self-insert-command))
|
||||
|
||||
;; Make ESC quit all the things
|
||||
(:map (minibuffer-local-map
|
||||
minibuffer-local-ns-map
|
||||
|
@ -381,6 +385,7 @@
|
|||
|
||||
(:map help-map
|
||||
"l" #'find-library
|
||||
"L" #'view-lossage
|
||||
"h" #'describe-face ; overwrite `view-hello-file'
|
||||
"g" nil))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue