From c537b41a9ea4ad6f1806e10df1c19c8bb18df541 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sat, 22 Apr 2023 12:05:06 -0400 Subject: [PATCH] small updates --- bindings.el | 4 ++-- init.el | 2 +- packages.el | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bindings.el b/bindings.el index 014aae3..a5f8b2c 100644 --- a/bindings.el +++ b/bindings.el @@ -392,9 +392,9 @@ "s-w" #'kill-buffer "s-f" #'+default/search-buffer "M-s-]" #'next-window-any-frame + "C-M-s-" #'next-window-any-frame "M-s-[" #'previous-window-any-frame - ;; "M-s-" #'backward-paragraph - ;; "M-s-" #'forward-paragraph + "C-M-s-" #'previous-window-any-frame "s-" #'beginning-of-buffer "s-" #'end-of-buffer "M-s-v" #'consult-yank-from-kill-ring diff --git a/init.el b/init.el index c8df4e9..4699a31 100644 --- a/init.el +++ b/init.el @@ -63,7 +63,7 @@ ;; lispy ; vim for lisp, for people who don't like vim ;; multiple-cursors ; editing in many places at once ;; objed ; text object editing for the innocent - parinfer ; turn lisp into python, sort of + ;; parinfer ; turn lisp into python, sort of ;;rotate-text ; cycle region at point between text candidates snippets ; my elves. They type so I don't have to word-wrap ; soft wrapping with language-aware indent diff --git a/packages.el b/packages.el index 8e57d34..ce1e722 100644 --- a/packages.el +++ b/packages.el @@ -29,10 +29,10 @@ (package! arduino-cli-mode) (package! supercollider :recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el")) -;; (package! ijanet - ;; :recipe (:type git - ;; :host github - ;; :repo "serialdev/ijanet-mode")) +(package! ijanet + :recipe (:type git + :host github + :repo "serialdev/ijanet-mode"))