(Emacs)~indenting, ~rearrange keybindings
Change to M-c for correcting word bindings in flyspell.
This commit is contained in:
@@ -280,6 +280,7 @@ moment), bind to general some basic binds.
|
|||||||
"SPC" #'execute-extended-command
|
"SPC" #'execute-extended-command
|
||||||
"u" #'universal-argument
|
"u" #'universal-argument
|
||||||
";" #'eval-expression
|
";" #'eval-expression
|
||||||
|
":" (proc (interactive) (switch-to-buffer "*scratch*"))
|
||||||
"!" #'async-shell-command
|
"!" #'async-shell-command
|
||||||
"q" #'save-buffers-kill-terminal
|
"q" #'save-buffers-kill-terminal
|
||||||
"cF" (proc (interactive) (find-file "~/Code/")))
|
"cF" (proc (interactive) (find-file "~/Code/")))
|
||||||
@@ -1797,8 +1798,8 @@ flyspell-mode should be hooked to text-mode.
|
|||||||
(general-def
|
(general-def
|
||||||
:states '(normal motion)
|
:states '(normal motion)
|
||||||
:keymaps 'text-mode-map
|
:keymaps 'text-mode-map
|
||||||
(kbd "M-a") #'flyspell-correct-word-before-point
|
(kbd "M-C") #'flyspell-correct-word-before-point
|
||||||
(kbd "M-A") #'flyspell-auto-correct-word))
|
(kbd "M-c") #'flyspell-auto-correct-word))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Undo tree
|
*** Undo tree
|
||||||
Undo tree is a system for handling the history of any buffer. It
|
Undo tree is a system for handling the history of any buffer. It
|
||||||
|
|||||||
Reference in New Issue
Block a user