Emacs Init Setup
Emacs: Sample Init File
By Xah Lee. Date:
2022-08-05
. Last updated:
2022-11-11
.
Here's a sample
Init File
, that sets all basics. No external packages are required.
emacs_sample_init.el
Buy Xah Emacs Tutorial
Emacs Init Files
Init File Tutorial
Sample Init File
Start Emacs Without Loading Init File or with Different Init File
Emacs: Command Line Options
Search 🔍
Emacs Tutorial
Emacs Init
Emacs Keys
Lisp Basics
Practical Elisp ⭐
Elisp Examples
Elisp Write Major Mode
Emacs Init
Init Basics
Emacs init file
Sample Init File
Keys
Standard Copy Cut Paste Keys
Font
Font Setup
Text Editing
Type Overwrite Selection
Tab/Space/Indent Setup
electric-pair-mode
Isearch Whitespace Setup
Move Cursor by camelCase
Completion
icomplete, fido
Hippie Expand Setup
File
Set Default File Encoding
Refresh File Automatically
Default Major Mode
Dired Customization
Restore Things
Restore Opened Files
Save Cursor Position
Save Command History
Backup/AutoSave
Turn Off #auto-save#
Turn Off Emacs Auto Backup
Line
Show Line Numbers
Show Cursor Column Position
Highlight Current Line
Setup Soft-Wrap Lines
Hard-Wrap Lines
Arrow Key Move by Logical Line
Appearance
Highlight Brackets
Set Color Theme
Show Formfeed as Line
Line Spacing
Show lambda as λ
Default Window Size
Misc
Misc Init Tips
Stop Cursor Going into Minibuffer Prompt
Sync Clipboard with Linux X11
Advanced Init Tips
What is Major Mode
What is Minor Mode
Show Variable Value, List Variables
M-x customize
Organize Init File
Byte Compile Elisp
What is Hook
Avoid Lambda in Hook
Environment Variables in Emacs
Check OS, Version, Host Name
packages
Install Packages
Install Package Manually