emacs: add pinentry support
This commit is contained in:
parent
0aff49b464
commit
cd8d9fb172
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
;; Make workspace 1 the default at startup
|
||||
;;(exwm-workspace-switch-create 1)
|
||||
|
||||
;; Start pinentry
|
||||
(pinentry-start)
|
||||
|
||||
;; Additional status info on modeline
|
||||
(setq display-time-day-and-date t)
|
||||
(display-time-mode 1)
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
(package! desktop-environment)
|
||||
(package! ebuku)
|
||||
(package! counsel-web)
|
||||
(package! pinentry)
|
||||
;;(package! system-packages)
|
||||
;;(package! emms)
|
||||
;;(package! emms-mode-line-cycle)
|
||||
|
|
Reference in a new issue