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
|
2018-07-04 21:08:23 +02:00
|
|
|
(when IS-MAC
|
|
|
|
(package! exec-path-from-shell)
|
|
|
|
(package! osx-clipboard))
|
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)
|
2018-03-02 17:40:51 -05:00
|
|
|
(package! hide-mode-line)
|
2017-03-25 03:15:37 -04:00
|
|
|
(package! highlight-indentation)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! highlight-numbers)
|
2018-08-05 22:09:46 +02:00
|
|
|
(package! highlight-escape-sequences)
|
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)
|
2018-05-13 23:16:06 +02:00
|
|
|
(package! restart-emacs)
|
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)
|
2018-05-18 01:28:40 +02:00
|
|
|
(package! dtrt-indent)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! expand-region)
|
2018-01-21 21:37:15 -05:00
|
|
|
(package! helpful)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! pcre2el)
|
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)
|
2018-05-20 00:37:48 +02:00
|
|
|
|
|
|
|
;; autoload/debug.el
|
|
|
|
(package! esup)
|
2018-06-15 03:31:54 +02:00
|
|
|
|
|
|
|
;; autoload/test.el
|
|
|
|
(package! buttercup)
|