|
|
@ -365,6 +365,16 @@ Shows, or at least purports to show, =git diff= in the left margin if the file i
|
|
|
|
git-gutter:deleted-sign "-")))
|
|
|
|
git-gutter:deleted-sign "-")))
|
|
|
|
#+END_SRC
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
** isearch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From [[https://zck.org/improved-emacs-search][here]]:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
|
|
|
|
|
(setq isearch-lazy-count t)
|
|
|
|
|
|
|
|
(setq lazy-count-prefix-format nil)
|
|
|
|
|
|
|
|
(setq lazy-count-suffix-format " (%s/%s)")
|
|
|
|
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
|
|
|
** =lastfm=
|
|
|
|
** =lastfm=
|
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
|