Emacs: Setup beginend mode
Alan Pearce alan@alanpearce.eu
Thu, 11 May 2017 11:58:45 +0200
1 files 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