Cool EMACS tricks

This is a Start | Emacs | Lisp page, written Wed Nov 28 20:57:44 PST 2007.

Here's some nice tricks to add to your $HOME/.emacs

	(xterm-mouse-mode t)             ; make mouse work in text windows
	(transient-mark-mode t)          ; show incremental search results
	(setq scroll-step 1)             ; don't scroll in large jumps
	(setq require-final-newline   t) ; every file has at least one new line
	(setq inhibit-startup-message t) ; disable start up screen
	(global-font-lock-mode t 1)      ; enable syntax highlighting
	(line-number-mode t)             ; show line numbers and time in status line

	; show line numbers and time in status line
	(setq display-time-24hr-format nil)
	(display-time)     

See also Color themes in EMACS.

 

cs472 / cs572

AI and advanced AI techniques. Spring 2008. LCSEE, WVU

Venn diagram with three overlapping circles Home | News | Syllabus | Project
Lectures | LISP | EMACS | Fun
Links | Site map | Contact
NOVA
    Creative Commons License
    © 2007, 2008
     Tim Menzies