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