Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moble/dotemacs
Just my .emacs files, for backup purposes
https://github.com/moble/dotemacs
Last synced: about 1 month ago
JSON representation
Just my .emacs files, for backup purposes
- Host: GitHub
- URL: https://github.com/moble/dotemacs
- Owner: moble
- License: mit
- Created: 2014-11-26T00:14:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T16:36:49.000Z (over 3 years ago)
- Last Synced: 2024-10-15T01:25:24.570Z (3 months ago)
- Language: Emacs Lisp
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotemacs
========Just my .emacs files, for backup purposes. I clone this repo to `~/.dotemacs`,
and then symbolically link
```bash
ln -sf ~/.dotemacs/.emacs ~/.emacs
ln -sf ~/.dotemacs/.emacs.elc ~/.emacs.elc
```## Dependencies
`/usr/texbin`
`/usr/local/bin/aspell`
## Packages
```lisp
anaconda-mode Code navigation, documentation lookup and completion for Python
auctex Integrated environment for *TeX*
company Modular text completion framework
company-anaconda Anaconda backend for company-mode
markdown-mode Emacs Major mode for Markdown-formatted text files
redo+ Redo/undo system for Emacs
yaml-mode Major mode for editing YAML files
zotelo Manage Zotero collections from emacs
```