nikyq / .emacs.d-old

An older version of my emacs configuration files. The base was forked from Red-Portal/.emacs.d. This repository is not maintained anymore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red-Portal's Emacs init.el

Red-Portal's personal emacs configurations. Free, open to everyone.

Install

git clone --recursive https://github.com/Red-Portal/.emacs.d ~/
cd ~/.emacs.d
emacs

Certain emacs packages are supposed to run a initial command at first startup.
Such packages include rtags, irony.

By the help of leaf most packages should be automatically installed.
Hopefully more advanced package installations using feather will be available in the future by the help of
Naturally, internet connection is required at first startup.

In order to properly use org-mode, You should run the commands below

cd ./github/org-mode
make autoloads

This will ensure org-mode is the newest avaiable.
The Emacs default org-mode is sometimes outdated and causes problems.

Supported Platforms

Fully tested only on emacs26 and Manjaro Linux (The best linux distro available).
All platforms supporting emacs26 exept windows (The worst dev platform exsiting on earth),
are supposed to be partially supported.

Contribution

Bugs

Please feel free to contact me ( msca8h@naver.com ) Any time.
Any bugs, improvement suggestions, please fill an issue.

Pull Requests

Pull Requests for improvements are welcome.
However please state details, rationale for your request.

LICENSE

Red-Portal/.emacs.d Red-Portal's personal emacs settings.
Copyright (C) 2017 Red-Portal

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.

About

An older version of my emacs configuration files. The base was forked from Red-Portal/.emacs.d. This repository is not maintained anymore.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%