summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-06-12 14:42:17 +0200
committerAlan Pearce2015-06-12 14:42:17 +0200
commitd4b0fd75e2025156375f4535aa802447a375d504 (patch)
tree3b76505eb3d1823568a1de2b0d645c164b5168cd /tag-emacs
parent36c541555849f5c8d60824c929847e5ba6841a78 (diff)
downloaddotfiles-d4b0fd75e2025156375f4535aa802447a375d504.tar.lz
dotfiles-d4b0fd75e2025156375f4535aa802447a375d504.tar.zst
dotfiles-d4b0fd75e2025156375f4535aa802447a375d504.zip
Emacs: Sort cask file
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/Cask2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index 83315c0..beea0cf 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -4,8 +4,8 @@
 (source melpa-stable)
 (source org)
 
-(depends-on "ace-window")
 (depends-on "ace-jump-buffer")
+(depends-on "ace-window")
 (depends-on "ag")
 (depends-on "async")
 (depends-on "auto-compile")