summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-04-10 06:51:23 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-04-10 06:51:23 +0900
commite2508cd5c1f8699859bda94ecd2794d58afa9907 (patch)
treeecb70e6ad0110500649df672ddb71c0db38f65ab
parent32ccafe23ecf66cff80737d98b99697ec6a2829b (diff)
downloaddotfiles-e2508cd5c1f8699859bda94ecd2794d58afa9907.tar.gz
try out differently-ordered C-c j
-rw-r--r--.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4bc89f72..7c5c265d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -767,8 +767,8 @@
(let ((sources '())
(excluded-projects '("annex")))
- (add-to-ordered-list 'sources 'helm-source-buffers-list 1)
- (add-to-ordered-list 'sources 'helm-source-imenu-anywhere 3)
+ (add-to-ordered-list 'sources 'helm-source-buffers-list 3)
+ (add-to-ordered-list 'sources 'helm-source-imenu-anywhere 4)
(add-to-ordered-list 'sources 'helm-source-bookmarks 5)
(add-to-ordered-list 'sources 'helm-source-dired-recent-dirs 7)
(add-to-ordered-list 'sources 'helm-source-recentf 9)
@@ -782,7 +782,7 @@
(projectile-project-p)
(not (memq (projectile-project-name) excluded-projects))
(not (equal (persp-name persp-curr) "main")))
- (add-to-ordered-list 'sources 'helm-source-projectile-files-list 4)
+ (add-to-ordered-list 'sources 'helm-source-projectile-files-list 2)
(delete 'helm-source-dired-recent-dirs sources))
;; Org headlines source: imenu covers all open org