2017-02-11 00:46:42 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; core/packages.el
|
|
|
|
|
|
|
|
;; core packages
|
|
|
|
(@package async)
|
2017-02-19 18:02:40 -05:00
|
|
|
(@package s)
|
2017-02-20 19:44:06 -05:00
|
|
|
(@package f)
|
2017-02-11 00:46:42 -05:00
|
|
|
|
2017-02-19 07:02:03 -05:00
|
|
|
;; core-os.el
|
|
|
|
(when IS-MAC
|
|
|
|
(@package exec-path-from-shell)
|
|
|
|
(@package osx-clipboard))
|
|
|
|
|
2017-02-11 00:46:42 -05:00
|
|
|
;; core-ui.el
|
|
|
|
(@package highlight-indent-guides)
|
|
|
|
(@package highlight-numbers)
|
|
|
|
(@package nlinum)
|
|
|
|
(@package rainbow-delimiters)
|
|
|
|
|
|
|
|
;; core-popups.el
|
|
|
|
(@package shackle)
|
|
|
|
|
|
|
|
;; core-editor.el
|
|
|
|
(@package editorconfig)
|
|
|
|
(@package smartparens)
|
|
|
|
(@package ace-link)
|
|
|
|
(@package ace-window)
|
|
|
|
(@package avy)
|
|
|
|
(@package command-log-mode)
|
|
|
|
(@package expand-region)
|
|
|
|
(@package goto-last-change)
|
|
|
|
(@package help-fns+)
|
|
|
|
(@package imenu-anywhere)
|
|
|
|
(@package imenu-list)
|
|
|
|
(@package pcre2el)
|
|
|
|
(@package smart-forward)
|
|
|
|
(@package wgrep)
|
|
|
|
|
|
|
|
;; core-projects.el
|
|
|
|
(@package projectile)
|
2017-02-19 07:03:05 -05:00
|
|
|
|
|
|
|
;; core-keybinds.el
|
|
|
|
(@package which-key)
|