From 23d6f4c0545f1f3a892e3492a3fb6269566dc24f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 3 Jan 2019 22:03:19 +1300 Subject: Adjust some comments in .emacs --- emacs/emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/emacs b/emacs/emacs index 31770133..0921133a 100644 --- a/emacs/emacs +++ b/emacs/emacs @@ -26,8 +26,10 @@ backup-directory-alist `(("." . ,(concat user-emacs-directory "backups"))) ) -;; A few more options I've found around the web +;; Show a scratch buffer rather than the startup hints (customize-set-variable 'inhibit-startup-screen t) + +;; Show line and column number in status bar (column-number-mode 1) (line-number-mode 1) (menu-bar-mode -1) -- cgit v1.2.3