diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T12·42+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T12·43+0100 |
commit | ed4cc264fa725835372dbd4d926ac0bf75544a08 (patch) | |
tree | c9081b951166a1c8ebc49d7b50786f043257722b /init/custom.el | |
parent | b713aab0d12a5c90d2ef1fe5b17f7d075cabacce (diff) |
feat(lisp): Install and enable adjust-parens
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/custom.el b/init/custom.el index 7921d0a4a2b5..21f1715939c1 100644 --- a/init/custom.el +++ b/init/custom.el @@ -22,7 +22,7 @@ '(ns-right-command-modifier (quote meta)) '(package-selected-packages (quote - (ace-window exwm which-key pandoc elnode fish-mode nix-mode yaml-mode undo-tree terraform-mode switch-window smart-mode-line rust-mode rainbow-mode rainbow-delimiters puppet-mode pkgbuild-mode password-store paredit multi-term multiple-cursors markdown-mode+ magit iy-go-to-char idle-highlight-mode hi2 helm haskell-mode gruber-darker-theme go-mode flycheck erlang dockerfile-mode confluence browse-kill-ring ag ace-jump-mode))) + (adjust-parens parinfer pdf-tools groovy-mode ace-window exwm which-key pandoc elnode fish-mode nix-mode yaml-mode undo-tree terraform-mode switch-window smart-mode-line rust-mode rainbow-mode rainbow-delimiters puppet-mode pkgbuild-mode password-store paredit multi-term multiple-cursors markdown-mode+ magit iy-go-to-char idle-highlight-mode hi2 helm haskell-mode gruber-darker-theme go-mode flycheck erlang dockerfile-mode confluence browse-kill-ring ag ace-jump-mode))) '(require-final-newline (quote visit-save))) (custom-set-faces ;; custom-set-faces was added by Custom. |