mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
emacs: add pinentry support
This commit is contained in:
parent
0aff49b464
commit
cd8d9fb172
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user