$ mkdir -p ~/src/misc/ && cd ~/src/misc/
$ git clone [email protected]:ctchuang/emacs-goodies.git
$ ln -s ~/src/misc/emacs-goodies/dot-emacs ~/.emacs
- ido everywhere
- Open file (
C-x C-f) and buffer (C-x b) - Recentf (
C-c r) - recently opened files - Scan source files in current directory (
C-c s) and quick switch with ido (C-c f) - Better imenu with ido (
C-c i)
- Open file (
- Enable outline minor mode (prefix with
C-c C-c) - Enable auto completion by default
- Better grep (
C-c g) - Better occur (
C-c o) - Set Tmux window name to current buffer name
- Use
S-+andS--to increase/decrease font size on X11 and Mac window mode - Support Mac style keys (Command key combinations) on X11
- Load machine-local settings from
~/.emacs.d/lisp/local-setting.el
- Learn from Purcell's .emacs
- lsp-treemacs