Move email address to customizations
This commit is contained in:
parent
3fbee21d44
commit
d8bcdd0272
@ -151,7 +151,8 @@
|
|||||||
zygospore)))
|
zygospore)))
|
||||||
'(sgml-basic-offset 4)
|
'(sgml-basic-offset 4)
|
||||||
'(show-trailing-whitespace t)
|
'(show-trailing-whitespace t)
|
||||||
'(tab-width 4))
|
'(tab-width 4)
|
||||||
|
'(user-mail-address "gergely@polonkai.eu"))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
3
init.el
3
init.el
@ -63,9 +63,6 @@
|
|||||||
;; Maximize the frame
|
;; Maximize the frame
|
||||||
(set-frame-parameter nil 'fullscreen 'maximized)
|
(set-frame-parameter nil 'fullscreen 'maximized)
|
||||||
|
|
||||||
;; Some personal stuff
|
|
||||||
(setq user-mail-address "gergely@polonkai.eu")
|
|
||||||
|
|
||||||
(defun termux-p ()
|
(defun termux-p ()
|
||||||
"Check if Emacs is running under Termux."
|
"Check if Emacs is running under Termux."
|
||||||
(string-match-p
|
(string-match-p
|
||||||
|
Loading…
Reference in New Issue
Block a user