-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Claude Tete edited this page May 29, 2017
·
3 revisions
Taquouner, a dotemacs configuration with profile, is almost daily used since 2006, started with one file of hundred of copied/pasted elisp line. Then started to grow faster few years later to manage multiple computers and environments (linux/windows, home/work, usb key, etc). It follow my needs of embedded developer, a lot of C and some scripting langages.
- It contains:
- A system with
profiles, I use one profile for one computer/system (work laptop, work desktop, home desktop...)- Customizable (by example: you do not want my shortcuts, just one variable set to
nilinstead oftin profile) - Options to gently start with emacs (shift selection, universal Cut/Copy/Paste shortcut, No backup file, usual scroll behavior, etc)
- Customizable (by example: you do not want my shortcuts, just one variable set to
- Modes (Add-On/Plugins) are built-in, no need to think about which version is compatible with the configuration or configure it
- Helm (replace all dialog box for anything)
- Projectile (project manager)
- GNU Global (symbol/tag manager)
- Company/Irony (completion)
- Browse Kill Ring (visualize clipboard history)
- Undo Tree (visualize undo stack)
- Powerline (modern status bar)
- Fold Dwim (fold/unfold (hide/show) block of source code)
- Ack/Ag/Pt (faster grep replacement)
- AceJump/Avy (faster movement in displayed text)
- AUCTeX (LaTeX mode)
- Rainbow (display RGB hexa value in corresponding color)
- Languages
- C
- Python
- Batch
- AutoHotkey
- RtRt
- Version Control / Configuration Management
- Git
- Svn
- ClearCase
- Synergy
- Interface
- simple font settings
- include theme
- color match parentheses
- highlight current line
- simple window title settings
- start in fullscreen
- Environment
- Work on both MS Windows and Linux
- Should work with Emacs 23.3 to 25.2
- Daily used with Emacs 25.2 on Windows 7 and on ArchLinux
- A system with