fix: Remove unused mark section

M-SPC is used for selecting region anyway
This commit is contained in:
Laurens Miers 2025-05-27 13:06:08 +02:00
parent 0c18e02686
commit c3a188defe

View file

@ -151,12 +151,6 @@ Use list-buffers bigger brother.
(global-set-key [remap list-buffers] 'ibuffer)
#+end_src
** Mark
#+begin_src emacs-lisp
(global-set-key (kbd "M-SPC") 'mark-word)
#+end_src
** Eldoc
#+BEGIN_SRC emacs-lisp