brtrndb / emacs

My emacs configuration. Basic config for basic needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.emacs

Simple .emacs configuration file.

Installation

First, clone the repository.

$ git clone https://github.com/brtrndb/emacs.git

Usage

Run the script.

$ ./install.sh -h
Usage: ./install.sh  { -n | -c | -u | -h }
Options:
  -s, --symlink: Install as symbolic link.
  -c, --copy:    Install as copy.
  -h, --help:    Display usage.

It will create a symlink or a copy of emacs into ~/.emacs.

Description

  • Display date and time.
  • Display battery percent.
  • Parenthesis matching.
  • Remove whitespaces at end of lines.
  • ... And more !

Enjoy !

Note

$ emacs --version
GNU Emacs 29.1
Copyright (C) 2023 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

License

See LICENSE.md.

About

My emacs configuration. Basic config for basic needs.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%