Some code that should have been deleted

This commit is contained in:
larstvei 2023-06-12 02:45:35 +02:00
parent 3481584b4e
commit 9d752baaa6

View File

@ -1674,14 +1674,6 @@
#+end_src #+end_src
** Bindings for [[https://github.com/abo-abo/define-word][define-word]]
#+begin_src emacs-lisp
(define-key custom-bindings-map (kbd "C-c D") 'define-word-at-point)
#+end_src
** Bindings for [[https://github.com/magnars/multiple-cursors.el][multiple-cursors]] ** Bindings for [[https://github.com/magnars/multiple-cursors.el][multiple-cursors]]
#+begin_src emacs-lisp #+begin_src emacs-lisp
@ -1690,14 +1682,6 @@
(define-key custom-bindings-map (kbd "C-c a") 'mc/mark-all-like-this) (define-key custom-bindings-map (kbd "C-c a") 'mc/mark-all-like-this)
(define-key custom-bindings-map (kbd "C-c n") 'mc/mark-next-like-this) (define-key custom-bindings-map (kbd "C-c n") 'mc/mark-next-like-this)
#+end_src
** Bindings for [[https://github.com/bbatsov/projectile][Projectile]]
#+begin_src emacs-lisp
#+end_src #+end_src
** Bindings for [[https://github.com/rnkn/olivetti][Olivetti]] ** Bindings for [[https://github.com/rnkn/olivetti][Olivetti]]