diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-09 23:56:10 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-09 23:56:10 +0200 |
commit | 9ccbe7fa5754cc75c5fe8248ff167c9cbf6772ec (patch) | |
tree | b21afc5b4bbdf41551ab871793ed6eca989ddac8 | |
parent | cd3812bdffa9d6a772e8ec7eda7b44ce290fc071 (diff) |
emacs: Remove commented code
-rw-r--r-- | .config/emacs/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 7ad291b..9db3109 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -79,9 +79,6 @@ it convenient to use in ‘thread-last’." ;;; Rational Defaults (prefer-coding-system 'utf-8) -;; (customize-set-variable -;; 'save-interprogram-paste-before-kill t) - (savehist-mode) (global-hl-line-mode) @@ -193,7 +190,6 @@ it convenient to use in ‘thread-last’." :hook (evil-mode . x-evil-surround-mode-if-evil-mode) :init (x-evil-surround-mode-if-evil-mode) - ;; (global-evil-surround-mode) :config (defmacro x-evil-define-and-bind-quoted-text-object (name key start-regexp end-regexp) (let ((inner-name (make-symbol (concat "evil-inner-" name))) |