[Misc] Snapshot

This commit is contained in:
Daniel - 2017-07-21 15:02:07 +02:00
parent 943f96baec
commit dcabf1f8d9
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
3 changed files with 4 additions and 2 deletions

View File

@ -841,7 +841,7 @@ _h_ _l_ _o_k _y_ank
(use-package recentf
:commands (recentf-mode recentf-save-list)
:init (setq recentf-max-saved-items 20))
:init (setq recentf-max-saved-items 1000))
(use-package company
:commands (company-mode global-company-mode))

@ -1 +1 @@
Subproject commit b9a89d6d85fe0f2e602477625ca6d38f661e940e
Subproject commit eb315f38af6a1b94676f7a3a4b75bf2c141abad4

View File

@ -266,6 +266,8 @@ If FILE is not given, prompt for one."
("Gnus" . (lambda ()
(interactive)
(find-file gnus-init-file)))
("Shell" . shell)
("EShell" . eshell)
("scratch" . db/scratch)))
(action . (("Open" . funcall)))
(filtered-candidate-transformer . helm-adaptive-sort))