diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-01-03 22:03:19 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-01-03 22:03:19 +1300 |
commit | 23d6f4c0545f1f3a892e3492a3fb6269566dc24f (patch) | |
tree | 5b8bb63740a6058664843e8b7c351c6e037a60f9 /emacs | |
parent | Block stderr from emacs daemon startup (diff) | |
download | dotfiles-23d6f4c0545f1f3a892e3492a3fb6269566dc24f.tar.gz dotfiles-23d6f4c0545f1f3a892e3492a3fb6269566dc24f.zip |
Adjust some comments in .emacs
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/emacs | 4 |
1 files changed, 3 insertions, 1 deletions
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) |