mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
private/hlissner: set personal info vars + epa-file-encrypt-to
This commit is contained in:
@ -7,6 +7,10 @@
|
|||||||
(defvar +hlissner-snippets-dir
|
(defvar +hlissner-snippets-dir
|
||||||
(expand-file-name "snippets/" (file-name-directory load-file-name)))
|
(expand-file-name "snippets/" (file-name-directory load-file-name)))
|
||||||
|
|
||||||
|
(setq user-mail-address "henrik@lissner.net"
|
||||||
|
user-full-name "Henrik Lissner"
|
||||||
|
epa-file-encrypt-to user-mail-address)
|
||||||
|
|
||||||
|
|
||||||
;; On Arch, bspwm is my window manager. When I open GUI Emacs a gap forms on the
|
;; On Arch, bspwm is my window manager. When I open GUI Emacs a gap forms on the
|
||||||
;; right side of the frame (which causes display glitches). Cycling fullscreen
|
;; right side of the frame (which causes display glitches). Cycling fullscreen
|
||||||
|
Reference in New Issue
Block a user