all repos ā€” archive/dotfiles @ d072b85a000e9f81ff6685fb39422825ceb218c8

Superseded by nixfiles

Emacs: Setup beginend mode
Alan Pearce alan@alanpearce.eu
Thu, 11 May 2017 11:58:45 +0200
commit

d072b85a000e9f81ff6685fb39422825ceb218c8

parent

3559998106d1fddaf20022509a003f3721026253

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