Skip to content

Commit

Permalink
Update .emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
one7two99 authored Aug 16, 2021
1 parent a189c31 commit 3c2e7f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/emacs/.emacs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
;; ~/.emacs - Emacs configuration file

;;disable splash screen and startup message
(setq inhibit-startup-message t)
(setq initial-scratch-message nil)

(setq user-full-name "<FULLNAME>"
user-mail-address "<EMAILADRESS>")

Expand Down

0 comments on commit 3c2e7f3

Please sign in to comment.