https://github.com/zypeh/.emacs.d
My huge emacs configuration files.
https://github.com/zypeh/.emacs.d
Last synced: 4 months ago
JSON representation
My huge emacs configuration files.
- Host: GitHub
- URL: https://github.com/zypeh/.emacs.d
- Owner: zypeh
- Created: 2013-02-11T04:52:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T08:11:26.000Z (almost 10 years ago)
- Last Synced: 2025-06-28T09:41:21.358Z (12 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zypeh's Emacs Configs
## since 2012 | Reworked on 2016
This is an emacs configuration tree that support a number of
programming languages.
To install, clone this repo to ~/.emacs.d. Ensure that the 'init.el'
contained in this repo ends up at ~/.emacs.d/init.el.
Before starting up Emacs, be sure you have install sbcl and slime or
else it will pop a warning message.
Some of the tips or tricks might be useful to others, and some of them
are not...... that might annoy people who aren't me.
- zypeh
## installation
### benchmarking
we need the `benchmarking-init-el` to measure the time spent to load packages
```bash
git clone https://github.com/dholm/benchmark-init-el.git benchmark-init
cd benchmark-init
make
```
### code search
we need the `silver_sercher` for code search
```bash
brew install the_silver_searcher
```
### markdown
```bash
brew install markdown
```
### javascript
for code-analysis, we use `tern` for code completion
```bash
npm install -g tern
```
## slime integration
### hyperspec documentation
Put the latest hyperspec documentation into directory `/usr/local/share/doc/hyperspec` and slime will automatically search for it
```bash
mkdir /usr/local/share/doc/hyperspec
cd /usr/local/share/doc/hyperspec
wget ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz
tar -zxvf HyperSpec-7.0.tar.gz
rm HyperSpec-7.0.tar.gz
```
[![endorse] (http://api.coderwall.com/zypeh/endorsecount.png)] (http://coderwall.com/zypeh)