TheNerdyHamster / tnh-emacs

Personal emacs configuration from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNH-Emacs

TNH-Emacs, is my personal emacs configuration. That I am customizing after my needs.

Installation

Platforms supported

LinuxYes
WindowsNo
MacOSNo

This Emacs configuration is currently only tested on Arch Linux.

Emacs

I am currently running Emacs 28.0.50 Master Branch, the repo is only tested on Version 28.0.50.

Arch-linux

Recomended Install Emacs 28.0.50 or above.

paru -S emacs-git

Post installation

Clone this repository to the .emacs.d/ directory.

git clone https://github.com/TheNerdyHamster/tnh-emacs.git ~/.config/emacs

Icons

Packages such as Centaur-tabs, Treemacs, doom-modeline utilizes features from all-the-icons.

When you start up emacs for the first time, run the following command.

M-x (all-the-icons-install-font)

Inspiration

Awesome Emacs provides a good list of useful packages.

Other emacs/dotfiles repos for inspiration

About

Personal emacs configuration from scratch.

License:The Unlicense


Languages

Language:Emacs Lisp 99.6%Language:Shell 0.4%