diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 62c2738..0c2c756 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -707,7 +707,6 @@ With prefix argument TIME, also add the current time." :bind ([remap kill-buffer] . kill-current-buffer) :custom (save-interprogram-paste-before-kill t) - (kill-ring-max 25) ;; Hide commands in M-x which do not work in the current mode. (read-extended-command-predicate 'command-completion-default-include-p) ;; My brain is not ready for advanced emacs undo |