diff --git a/SwarselSystems.org b/SwarselSystems.org index 406e5c3..a8be804 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -12347,6 +12347,14 @@ This adds support for tree-sitter objects. This allows for the following chords: ;; You can also bind multiple items and we will match the first one we can find (define-key evil-outer-text-objects-map "a" (evil-textobj-tree-sitter-get-textobj ("if_statement.outer" "conditional.outer" "loop.outer") '((python-mode . ((if_statement.outer) @if_statement.outer)) (python-ts-mode . ((if_statement.outer) @if_statement.outer))))) +#+end_src +**** evil-textobj-tree-sitter + + +#+begin_src emacs-lisp + + (use-package evil-numbers) + #+end_src *** ispell :PROPERTIES: diff --git a/programs/emacs/init.el b/programs/emacs/init.el index baf205d..385d1bb 100644 --- a/programs/emacs/init.el +++ b/programs/emacs/init.el @@ -553,6 +553,8 @@ create a new one." ;; You can also bind multiple items and we will match the first one we can find (define-key evil-outer-text-objects-map "a" (evil-textobj-tree-sitter-get-textobj ("if_statement.outer" "conditional.outer" "loop.outer") '((python-mode . ((if_statement.outer) @if_statement.outer)) (python-ts-mode . ((if_statement.outer) @if_statement.outer))))) +(use-package evil-numbers) + ;; set the NixOS wordlist by hand (setq ispell-alternate-dictionary (getenv "WORDLIST"))