[Emacs] Bump kill-ring-max to 1000
This commit is contained in:
parent
e597d69cd8
commit
35663fe1c8
@ -999,6 +999,10 @@ whenever there is an error.
|
|||||||
(setq display-time-format "%a|%m-%d|%r")
|
(setq display-time-format "%a|%m-%d|%r")
|
||||||
(display-time-mode 1)
|
(display-time-mode 1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Kill Ring
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq kill-ring-max 1000)
|
||||||
|
#+END_SRC
|
||||||
** Subword
|
** Subword
|
||||||
This makes ~forward-word~ and ~backward-word~ understand snake and camel case.
|
This makes ~forward-word~ and ~backward-word~ understand snake and camel case.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user