fix(emacs): add keybinds for killing sexps
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
55678475d0
commit
09a7b4b96e
1 changed files with 4 additions and 2 deletions
|
@ -61,6 +61,8 @@
|
||||||
:init
|
:init
|
||||||
(add-hook 'after-init-hook 'global-flycheck-mode))
|
(add-hook 'after-init-hook 'global-flycheck-mode))
|
||||||
(use-package paredit :straight t
|
(use-package paredit :straight t
|
||||||
|
:bind (("M-<backspace>" . #'backward-kill-sexp)
|
||||||
|
("M-k" . #'kill-sexp))
|
||||||
:hook ((emacs-lisp-mode scheme-mode racket-mode clojure-mode lisp-mode)
|
:hook ((emacs-lisp-mode scheme-mode racket-mode clojure-mode lisp-mode)
|
||||||
. paredit-mode))
|
. paredit-mode))
|
||||||
(use-package undo-tree :straight t
|
(use-package undo-tree :straight t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue