Removed smartparens.
It broke smart quotes.
This commit is contained in:
parent
5821aa157a
commit
f88e2b3ae3
9
init.el
9
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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.
|
;; Install snippet-collection.
|
||||||
(use-package yasnippet-snippets)
|
(use-package yasnippet-snippets)
|
||||||
|
|
||||||
(use-package smartparens
|
|
||||||
:bind
|
|
||||||
("C-k" . sp-kill-hybrid-sexp) ; Intelligent kill.
|
|
||||||
:hook
|
|
||||||
(prog-mode . smartparens-mode)
|
|
||||||
)
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Set coding style.
|
;; Set coding style.
|
||||||
(use-package cc-mode
|
(use-package cc-mode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user