all repos — nixfiles @ d072b85a000e9f81ff6685fb39422825ceb218c8

System and user configuration, managed by nix and home-manager

Emacs: Setup beginend mode

Alan Pearce
commit

d072b85a000e9f81ff6685fb39422825ceb218c8

parent

3559998106d1fddaf20022509a003f3721026253

1 file changed, 11 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -2449,6 +2449,17 @@ (use-package goto-chg
:bind ("C-c C-SPC" . goto-last-change)) #+END_SRC +** beginend + +In special buffers, I would rather have =M->= and =M-<= goto the +logical beginning/end rather than the physical ones. + +#+BEGIN_SRC emacs-lisp +(use-package beginend + :config (progn + (beginend-setup-all))) +#+END_SRC + ** multiple-cursors I mentioned before that I’d used Sublime Text before. Multiple