https://github.com/vietanhdev/s-editor
My configuration for Emacs: << Stark Editor >>
https://github.com/vietanhdev/s-editor
emacs emacs-configuration
Last synced: 8 months ago
JSON representation
My configuration for Emacs: << Stark Editor >>
- Host: GitHub
- URL: https://github.com/vietanhdev/s-editor
- Owner: vietanhdev
- Created: 2017-08-27T07:21:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T04:12:18.000Z (over 7 years ago)
- Last Synced: 2025-01-13T06:42:13.534Z (over 1 year ago)
- Topics: emacs, emacs-configuration
- Language: Emacs Lisp
- Size: 2.48 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stark Editor
This is a new configuration for Emacs focusing on light weight and highly customizable structure.


## Quick Install Guide
### Step 1: Clone Git repository
Open Terminal, type:
~~~ bash
rm -rf ~/.emacs.d
rm ~/.emacs
git clone https://github.com/vietanhdev/S-Editor.git ~/.emacs.d
~~~
For those who don't have git bash on computer:
~~~bash
rm -rf ~/.emacs.d
rm ~/.emacs
wget https://github.com/vietanhdev/S-Editor/archive/master.zip -O emacsd.zip
unzip emacsd.zip
mkdir ~/.emacs.d
cp -R S-Editor-master/* ~/.emacs.d/
~~~
### Step 2: Open Emacs and wait for first-time installation
This step will download and install all the packages and fonts automatically for you.
It often takes some minutes to be completed. Please be partient!
### Step 3: Restart Emacs and enjoy!
You can edit some initial settings in `~/.emacs.d/init-settings.el`.
If you have a question or need a hand in setting up this configuration, feel free to contact me:
[vietanhdev.com - contact page](https://vietanhdev.com/contact/).
### Setup JDEE for Java development
The JDEE is an add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications.
Github: [https://github.com/jdee-emacs/jdee](https://github.com/jdee-emacs/jdee)
#### Setup JDEE support:
1. Build jdee-server ([https://github.com/jdee-emacs/jdee-server](https://github.com/jdee-emacs/jdee-server)
) and put it in `~/.emacs.d/jdee-server`.
2. Uncomment `(require 'stark-jdee-mode)` in `~/.emacs.d/modules/stark-module-init.el`.
3. Customize jdee-server path in `init-settings.el` JDEE settings in `~/.emacs.d/modules/stark-jdee-mode.el`.
## For Vietnamese input method:
- Use C-\ and type ‘vietnamese-telex‘ / ‘vietnamese-viqr‘ / ‘vietnamese-vni‘ .
- Use C-\ to toggle input method.