Initial commit
This commit is contained in:
9
lisp/init-edit.el
Normal file
9
lisp/init-edit.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;; -*- lexical-binding: t -*-
|
||||
|
||||
(use-package smartparens
|
||||
:config
|
||||
(require 'smartparens-config)
|
||||
(smartparens-global-mode))
|
||||
|
||||
|
||||
(provide 'init-edit)
|
||||
Reference in New Issue
Block a user