Move buffers below bookmarks in custom shortcut function
I usually access bookmarks more often than buffers with this function.
This commit is contained in:
parent
84545e9db5
commit
c5eac20b30
5
init.el
5
init.el
@ -2473,11 +2473,10 @@ eventuelly be set to nil, however)."
|
|||||||
db/frequently-used-features)
|
db/frequently-used-features)
|
||||||
:action '(("Open" . call-interactively)))
|
:action '(("Open" . call-interactively)))
|
||||||
|
|
||||||
;; Taken from `helm-buffers-list'
|
|
||||||
(helm-make-source "Buffers" 'helm-source-buffers)
|
|
||||||
|
|
||||||
helm-source-bookmarks
|
helm-source-bookmarks
|
||||||
|
|
||||||
|
(helm-make-source "Buffers" 'helm-source-buffers)
|
||||||
|
|
||||||
;; If no prefix arg is given, extract files from
|
;; If no prefix arg is given, extract files from
|
||||||
;; `db/important-documents-path’ and list them as well
|
;; `db/important-documents-path’ and list them as well
|
||||||
(when (and (not arg)
|
(when (and (not arg)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user