From 5f552429b67ccf10ca78a66f47ebcfc86fc7ae21 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 17 Feb 2025 12:12:58 -0500 Subject: [PATCH] fixing delete word --- bindings.el | 4 +++- init.el | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bindings.el b/bindings.el index e892e25..45c16fb 100644 --- a/bindings.el +++ b/bindings.el @@ -411,7 +411,9 @@ "" #'end-of-buffer "C-" #'split-window-vertically "C-S-" #'split-window-horizontally - "C-M-S-s-" #'+fold/toggle) + "C-M-S-s-" #'+fold/toggle + "C-" #'sp-backward-delete-word + "C-" #'sp-delete-word) (map! :localleader :map lisp-mode-map diff --git a/init.el b/init.el index d4e4a55..ad59bc6 100644 --- a/init.el +++ b/init.el @@ -87,13 +87,13 @@ upload ; map local to remote projects via ssh/ftp :os - (:if IS-MAC macos) ; improve compatibility with macOS - ;; tty ; improve the terminal Emacs experience + ;;(:if IS-MAC macos) ; improve compatibility with macOS + tty ; improve the terminal Emacs experience :lang ;;agda ; types of types of types of types... ;;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 (clojure +lsp +tree-sitter) ;;coq ; proofs-as-programs @@ -136,7 +136,7 @@ ;;plantuml ; diagrams for confusing people more ;; purescript ; javascript, but functional (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 ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client @@ -158,7 +158,7 @@ (mu4e +mbsync) :app - calendar + ;;calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize