emacs: add pinentry support

This commit is contained in:
FollieHiyuki 2021-02-28 08:38:04 +03:00
parent 0aff49b464
commit cd8d9fb172
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@
;; Make workspace 1 the default at startup ;; Make workspace 1 the default at startup
;;(exwm-workspace-switch-create 1) ;;(exwm-workspace-switch-create 1)
;; Start pinentry
(pinentry-start)
;; Additional status info on modeline ;; Additional status info on modeline
(setq display-time-day-and-date t) (setq display-time-day-and-date t)
(display-time-mode 1) (display-time-mode 1)

View File

@ -55,6 +55,7 @@
(package! desktop-environment) (package! desktop-environment)
(package! ebuku) (package! ebuku)
(package! counsel-web) (package! counsel-web)
(package! pinentry)
;;(package! system-packages) ;;(package! system-packages)
;;(package! emms) ;;(package! emms)
;;(package! emms-mode-line-cycle) ;;(package! emms-mode-line-cycle)