Skip to content

Commit

Permalink
Add the atomic-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
elim committed Aug 28, 2017
1 parent 60c759d commit 8a6a234
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/packages.el
Expand Up @@ -19,6 +19,7 @@
(el-get-bundle tarao/with-eval-after-load-feature-el)

(el-get-bundle ag)
(el-get-bundle alpha22jp/atomic-chrome :depends (let-alist websocket))
(el-get-bundle anzu)
(el-get-bundle buffer-move)
(el-get-bundle company-mode)
Expand Down
9 changes: 9 additions & 0 deletions config/packages/init-atomic-chrome.el
@@ -0,0 +1,9 @@
;;; init-atomic-chrome.el --- A setting of the atomic-chrome.
;;; Commentary:
;;; Code:

(require 'atomic-chrome)
(atomic-chrome-start-server)

(provide 'init-atomic-chrome)
;;; init-atomic-chrome.el ends here

0 comments on commit 8a6a234

Please sign in to comment.