Disabling emacs splash screen
If you want to disable emacs splash screen startup message you should enter following lines into your ~/.emacs file.
;;disable splash screen and startup message
(setq inhibit-startup-message t)
(setq initial-scratch-message nil)
Tags:
emacs
- 0 Comment
- Mike Chirico
- 10 Nov 2008, 16:09
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
