From f88e2b3ae3694bb3fb2319ee979057d1f467f398 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 9 Aug 2019 20:39:44 +0200 Subject: [PATCH] Removed smartparens. It broke smart quotes. --- init.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/init.el b/init.el index 5ba9d8b..f66572e 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-08-08T23:03:19+00:00> +;; Time-stamp: <2019-08-09T18:38:44+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -377,13 +377,6 @@ With argument, do this that many times." ;; Install snippet-collection. (use-package yasnippet-snippets) -(use-package smartparens - :bind - ("C-k" . sp-kill-hybrid-sexp) ; Intelligent kill. - :hook - (prog-mode . smartparens-mode) - ) - ;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Set coding style. (use-package cc-mode