small updates
This commit is contained in:
parent
bb6c7841bc
commit
c537b41a9e
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
2
init.el
2
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
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue