Enable `isearch-lazy-count'

This commit is contained in:
Gerard Vermeulen 2023-05-18 10:01:58 +02:00
parent 8354d468ff
commit 38a455c14b

View File

@ -235,7 +235,10 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
initial-scratch-message ""
insert-directory-program (or (executable-find "gls")
(executable-find "ls"))
isearch-lazy-count t
kill-ring-max 300
lazy-count-prefix-format nil
lazy-count-suffix-format " (%s/%s)"
mode-line-compact 'long
next-error-message-highlight t
recentf-mode t
@ -249,7 +252,12 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
use-dialog-box nil
use-short-answers t
view-read-only t)
#+end_src
#+caption[Set the second set of Emacs options: pin packages to archives]:
#+caption: Set the second set of Emacs options: pin packages to archives.
#+name: lst:2nd-setopt-call
#+begin_src emacs-lisp -n :results silent
(when (eq system-type 'darwin)
(setopt ns-alternate-modifier nil
ns-command-modifier 'meta
@ -258,12 +266,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
(when (eq window-system 'ns)
(add-to-list 'initial-frame-alist '(height . 51))
(add-to-list 'initial-frame-alist '(width . 180)))
#+end_src
#+caption[Set the second set of Emacs options: pin packages to archives]:
#+caption: Set the second set of Emacs options: pin packages to archives.
#+name: lst:2nd-setopt-call
#+begin_src emacs-lisp -n :results silent
(setopt
;; See https://github.com/melpa/melpa#mirrors for official Melpa mirrors.
;; ("melpa" . "https://www.mirrorservice.org/sites/melpa.org/packages/")