Red-Portal / .emacs.d

my linux emacs init file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kyurae's Emacs init.el

Kyurae Kim's personal emacs configurations. Free, open to everyone.

Installation

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

By the help of leaf most packages should be automatically installed. 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 up to date with the newest avaiable version. The Emacs default org-mode is sometimes outdated and this might cause problems.

Supported Platforms

Fully tested only on emacs29 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.

LICENSE

Kyurae Kim's personal emacs settings. 
Copyright (C) 2017-2023 Kyurae Kim 

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

my linux emacs init file

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%