From 8d6c196b1647f72256fae3940e497fc33960ca8a Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 22 Sep 2023 16:51:00 +0300 Subject: [PATCH] Maybe an own custom emacs conf some day? --- .emacs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .emacs diff --git a/.emacs b/.emacs new file mode 100644 index 0000000..43e9fee --- /dev/null +++ b/.emacs @@ -0,0 +1,2 @@ +(setq inhibit-startup-message t) ;; Hide the startup message +(global-linum-mode t)