2017-02-11 00:46:42 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; core/packages.el
|
|
|
|
|
|
|
|
;; core packages
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! async)
|
|
|
|
(package! s)
|
|
|
|
(package! f)
|
2017-02-11 00:46:42 -05:00
|
|
|
|
2017-02-19 07:02:03 -05:00
|
|
|
;; core-os.el
|
2017-06-05 14:21:52 +02:00
|
|
|
;; In case this config is shared across multiple computers (like mine is), let's
|
|
|
|
;; protect these from autoremoval.
|
|
|
|
(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)
|
|
|
|
(package! nlinum-hl))
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! rainbow-delimiters)
|
2017-05-14 00:20:00 +02:00
|
|
|
(package! vi-tilde-fringe)
|
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! editorconfig)
|
|
|
|
(package! smartparens)
|
|
|
|
(package! ace-link)
|
|
|
|
(package! ace-window)
|
|
|
|
(package! avy)
|
|
|
|
(package! command-log-mode)
|
|
|
|
(package! expand-region)
|
|
|
|
(package! help-fns+)
|
|
|
|
(package! imenu-anywhere)
|
|
|
|
(package! imenu-list)
|
|
|
|
(package! pcre2el)
|
|
|
|
(package! smart-forward)
|
|
|
|
(package! wgrep)
|
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)
|