Move paren configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-21 08:17:16 +02:00
parent d982287f41
commit 49669f346f
1 changed files with 4 additions and 1 deletions

View File

@ -588,6 +588,10 @@
(use-package helm-describe-modes)
(use-package paren
:config
(show-paren-mode t))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")
@ -667,7 +671,6 @@
(goto-char isearch-other-end))
;; Set up some global minor modes
(show-paren-mode t)
(global-prettify-symbols-mode t)
;; Enable some functions