2017-02-11 00:46:42 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; core/packages.el
|
|
|
|
|
2017-02-19 07:02:03 -05:00
|
|
|
;; core-os.el
|
2017-06-05 14:21:52 +02:00
|
|
|
(package! exec-path-from-shell :ignore (not IS-MAC))
|
|
|
|
(package! osx-clipboard :ignore (not IS-MAC))
|
2017-02-19 07:02:03 -05:00
|
|
|
|
2017-02-11 00:46:42 -05:00
|
|
|
;; core-ui.el
|
2017-06-09 01:48:29 +02:00
|
|
|
(package! all-the-icons)
|
2017-06-07 14:32:34 +02:00
|
|
|
(package! fringe-helper)
|
2017-03-25 03:15:37 -04:00
|
|
|
(package! highlight-indentation)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! highlight-numbers)
|
2017-07-12 14:53:27 +02:00
|
|
|
(unless (boundp 'display-line-numbers)
|
|
|
|
(package! nlinum)
|
2017-07-18 22:07:13 +02:00
|
|
|
(package! nlinum-hl)
|
|
|
|
(package! nlinum-relative))
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! rainbow-delimiters)
|
2017-03-06 19:06:59 -05:00
|
|
|
(package! visual-fill-column)
|
2017-02-11 00:46:42 -05:00
|
|
|
|
|
|
|
;; core-popups.el
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! shackle)
|
2017-02-11 00:46:42 -05:00
|
|
|
|
|
|
|
;; core-editor.el
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! ace-link)
|
|
|
|
(package! ace-window)
|
|
|
|
(package! avy)
|
|
|
|
(package! command-log-mode)
|
2017-07-14 23:09:48 +02:00
|
|
|
(package! editorconfig)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! expand-region)
|
2017-12-10 11:48:58 -05:00
|
|
|
(package! help-fns+)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! pcre2el)
|
|
|
|
(package! smart-forward)
|
2017-07-14 23:09:48 +02:00
|
|
|
(package! smartparens)
|
|
|
|
(package! undo-tree)
|
2017-02-11 00:46:42 -05:00
|
|
|
|
|
|
|
;; core-projects.el
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! projectile)
|
2017-02-19 07:03:05 -05:00
|
|
|
|
|
|
|
;; core-keybinds.el
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! which-key)
|
2017-09-23 16:26:12 +02:00
|
|
|
(package! hydra)
|