Clean up Caskfile; refactor module-writing
This commit is contained in:
parent
8f212aa926
commit
d44d1ab0d0
2 changed files with 28 additions and 20 deletions
5
Cask
5
Cask
|
@ -58,8 +58,6 @@
|
|||
(depends-on "rotate-text" :git "https://github.com/debug-ito/rotate-text.el")
|
||||
(depends-on "smart-forward")
|
||||
(depends-on "smartparens")
|
||||
(depends-on "smex")
|
||||
(depends-on "writeroom-mode")
|
||||
|
||||
;; Completion --- core/core-company.el
|
||||
(depends-on "company")
|
||||
|
@ -205,3 +203,6 @@
|
|||
(depends-on "scss-mode")
|
||||
(depends-on "sass-mode")
|
||||
(depends-on "sws-mode")
|
||||
|
||||
;; Writing -- modules/module-writing.el
|
||||
(depends-on "helm-bibtex")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue