From a33cdfd7f16fcd5d81ab7382d60e8f50ba3fe548 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 17 Aug 2016 22:09:56 +0800 Subject: [PATCH] emacs - goto last change position --- emacs.d/config.org | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index cb3cf45..70d381a 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1430,6 +1430,12 @@ When see function by =C-h f=, and visit the source code, I would like the buffer (add-hook 'help-mode-hook 'sd/help-mode-hook) #+END_SRC +** goto-last-change +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (use-package goto-last-change + :ensure t) +#+END_SRC + * Dired ** Dired bindings =C-o= is defined as a global key for window operation, here unset it in dired mode @@ -2157,6 +2163,11 @@ See [[https://www.emacswiki.org/emacs/GnusWindowLayout][GnusWindowLayout]] #+END_SRC * Gnu Plot +Install =gnuplot= on Mac +#+BEGIN_SRC sh + brew install gnuplot --with-qt +#+END_SRC + To fix some issue that =toolbar-make-button-list= is void, see the [[https://github.com/bruceravel/gnuplot-mode/issues/31][issue]], here I set some variable as =nil= #+BEGIN_SRC emacs-lisp :tangle yes :results silent (use-package gnuplot @@ -2903,8 +2914,6 @@ stolen from [[https://github.com/mariolong/emacs.d/blob/f6a061594ef1b5d1f4750e9d - vision - mission -* TODO jump last change point - * TODO todolist ** rucket ** player video on iphone for -- 2.11.0