Finish configuring id-manager

This commit is contained in:
Gergely Polonkai 2016-11-18 13:24:32 +01:00
parent 4ea052b970
commit 7f90feb9bd
2 changed files with 6 additions and 1 deletions

BIN
idm-db.gpg Normal file

Binary file not shown.

View File

@ -511,7 +511,12 @@
:ensure t)
(use-package id-manager
:ensure t)
:ensure t
:config
(setq idm-database-file (expand-file-name "idm-db.gpg" user-emacs-directory))
:bind
(:map gpolonkai/pers-map
("i" . idm-open-list-command)))
(use-package identica-mode
:ensure t)