From 6b1b3c580660c207e64ff39dd543ceebcbf0a1b4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 13 Jan 2018 15:21:24 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Remove=20obsolete=20configuration=20fo?= =?UTF-8?q?r=20=E2=80=98pp=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/init.el b/init.el index eea709f..4e488c0 100644 --- a/init.el +++ b/init.el @@ -528,18 +528,6 @@ _h_ _l_ _o_k _y_ank (test eq window-system 'x)) (cdr (assoc "application" mailcap-mime-data)))))) -(use-package pp - :commands (db/eval-last-sexp-or-region - pp-eval-expression) - :config (progn - (defun db/eval-last-sexp-or-region (prefix) - ;; http://pages.sachachua.com/.emacs.d/Sacha.html#orgheadline140 - "Eval region from BEG to END if active, otherwise the last sexp." - (interactive "P") - (if (and (mark) (use-region-p)) - (eval-region (min (point) (mark)) (max (point) (mark))) - (pp-eval-last-sexp prefix))))) - (use-package quail :defer t :config (progn