doomemacs/core/packages.el

42 lines
872 B
EmacsLisp
Raw Normal View History

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