Removed smartparens.

It broke smart quotes.
This commit is contained in:
tastytea 2019-08-09 20:39:44 +02:00
parent 5821aa157a
commit f88e2b3ae3
1 changed files with 1 additions and 8 deletions

View File

@ -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