fixing delete word
This commit is contained in:
parent
76d50ccf49
commit
5f552429b6
2 changed files with 8 additions and 6 deletions
|
@ -411,7 +411,9 @@
|
|||
"<end>" #'end-of-buffer
|
||||
"C-<return>" #'split-window-vertically
|
||||
"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 lisp-mode-map
|
||||
|
|
10
init.el
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue