Some of my .emacs customization:
Hide Emacs toolbar:
~ts
Hide Emacs toolbar:
Highlight selection:;;hide emacs toolbar (tool-bar-mode 0)
Set major mode to shell scripting;;highlight selection (transient-mark-mode t)
Run an emacs lisp program in the *scratch* bufferM-x shell-script-mode
In *scratch*, type (+ 1 1 ) Then, do: C-x C-e
~ts
Comments