Added missing smartparens package
This commit is contained in:
18
modules/init-smartparens.el
Normal file
18
modules/init-smartparens.el
Normal file
@@ -0,0 +1,18 @@
|
||||
;;; init-smartparens.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
;; smartparens
|
||||
(use-package smartparens
|
||||
:ensure t
|
||||
:config
|
||||
(setq sp-show-pair-from-inside nil)
|
||||
(require 'smartparens-config)
|
||||
:diminish smartparens-mode)
|
||||
|
||||
(provide 'init-smartparens)
|
||||
;; Local Variables:
|
||||
;; byte-compile-warnings: (not free-vars)
|
||||
;; End:
|
||||
;;; init-smartparens.el ends here
|
||||
Reference in New Issue
Block a user