From 35663fe1c8aee7de158bae0b279e1276aa499c32 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 30 Sep 2016 15:47:55 -0700 Subject: [PATCH] [Emacs] Bump kill-ring-max to 1000 --- dotfiles/emacs.d/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index d698dced..f22ea67f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -999,6 +999,10 @@ whenever there is an error. (setq display-time-format "%a|%m-%d|%r") (display-time-mode 1) #+END_SRC +** Kill Ring +#+BEGIN_SRC emacs-lisp +(setq kill-ring-max 1000) +#+END_SRC ** Subword This makes ~forward-word~ and ~backward-word~ understand snake and camel case. #+BEGIN_SRC emacs-lisp