fixing delete word

This commit is contained in:
Matt Nish-Lapidus 2025-02-17 12:12:58 -05:00
parent 76d50ccf49
commit 5f552429b6
2 changed files with 8 additions and 6 deletions

View file

@ -411,7 +411,9 @@
"<end>" #'end-of-buffer "<end>" #'end-of-buffer
"C-<return>" #'split-window-vertically "C-<return>" #'split-window-vertically
"C-S-<return>" #'split-window-horizontally "C-S-<return>" #'split-window-horizontally
"C-M-S-s-<mouse-1>" #'+fold/toggle) "C-M-S-s-<mouse-1>" #'+fold/toggle
"C-<backspace>" #'sp-backward-delete-word
"C-<delete>" #'sp-delete-word)
(map! :localleader (map! :localleader
:map lisp-mode-map :map lisp-mode-map

10
init.el
View file

@ -87,13 +87,13 @@
upload ; map local to remote projects via ssh/ftp upload ; map local to remote projects via ssh/ftp
:os :os
(:if IS-MAC macos) ; improve compatibility with macOS ;;(:if IS-MAC macos) ; improve compatibility with macOS
;; tty ; improve the terminal Emacs experience tty ; improve the terminal Emacs experience
:lang :lang
;;agda ; types of types of types of types... ;;agda ; types of types of types of types...
;;beancount ; mind the GAAP ;;beancount ; mind the GAAP
(cc +lsp +tree-sitter) ; java with a lisp ;;(cc +lsp +tree-sitter) ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all common-lisp ; if you've seen one lisp, you've seen them all
(clojure +lsp +tree-sitter) (clojure +lsp +tree-sitter)
;;coq ; proofs-as-programs ;;coq ; proofs-as-programs
@ -136,7 +136,7 @@
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;; purescript ; javascript, but functional ;; purescript ; javascript, but functional
(python +lsp +tree-sitter) ; beautiful is better than ugly (python +lsp +tree-sitter) ; beautiful is better than ugly
qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
(racket +lsp) ; a DSL for DSLs (racket +lsp) ; a DSL for DSLs
;;raku ; the artist formerly known as perl6 ;;raku ; the artist formerly known as perl6
;;rest ; Emacs as a REST client ;;rest ; Emacs as a REST client
@ -158,7 +158,7 @@
(mu4e +mbsync) (mu4e +mbsync)
:app :app
calendar ;;calendar
;;emms ;;emms
;;everywhere ; *leave* Emacs!? You must be joking ;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize