small updates

This commit is contained in:
Matt Nish-Lapidus 2023-04-22 12:05:06 -04:00
parent bb6c7841bc
commit c537b41a9e
3 changed files with 7 additions and 7 deletions

View file

@ -392,9 +392,9 @@
"s-w" #'kill-buffer
"s-f" #'+default/search-buffer
"M-s-]" #'next-window-any-frame
"C-M-s-<right>" #'next-window-any-frame
"M-s-[" #'previous-window-any-frame
;; "M-s-<up>" #'backward-paragraph
;; "M-s-<down>" #'forward-paragraph
"C-M-s-<left>" #'previous-window-any-frame
"s-<up>" #'beginning-of-buffer
"s-<down>" #'end-of-buffer
"M-s-v" #'consult-yank-from-kill-ring

View file

@ -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

View file

@ -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"))