S
Топ 10 за год:
1. xFA25E — 45
2. aragaer — 36
3. greenest_pig — 31
4. dbvvmpg — 27
5. d1g1tal_w0rld_kam1kaz3 — 16
6. thelastwordisrejoice — 14
7. isaurian_the_3rd_not_really — 13
8. Timifikator — 13
9. Nekifirus — 11
10. akater — 11
Size: a a a
S
PG
A
PG
A
A
SM
PG
:prefix-map
не надо здесь указать?A
PG
(use-package cus-edit
:after files
:functions custom-file
:preface
(defun load-custom-file ()
(load (custom-file)))
:hook (after-init . load-custom-file)
:custom (custom-file (locate-user-emacs-file "custom.el"))
:bind
(:map ctl-x-map
:prefix "c"
:prefix-map cus-edit-map
("a" . customize-apropos)
("f" . customize-face)
("g" . customize-group)
("m" . customize-mode)
("s" . customize-saved)
("t" . customize-themes)
("u" . customize-unsaved)
("v" . customize-option)))
PG
A
A
A
PG
PG
(bind-keys :package huj :map global-map :prefix "s" :prefix-map helm-command-map
("s" . helm-swoop)
("m" . helm-multi-swoop)
("a" . helm-multi-swoop-all)
("p" . helm-multi-swoop-projectile)
:map isearch-mode-map
("M-i" . helm-swoop-from-isearch))
PG
A
A
A