Skip to content

My emacs configuration for development and documents/tasks managing

Notifications You must be signed in to change notification settings

mikalai-dev/emacs_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emacs configuration files

Prerequisites

  • Enable deb-src in /etc/apt/sources.list.
  • Install all the dependencies for building emacs:
sudo apt-get build-dep emacs

Building emacs

  • Clone the latest emacs version:
git clone git://git.savannah.gnu.org/emacs.git
  • Build and install
./configure \
    --with-native-compilation \
    --with-json \
    --with-tree-sitter \
    --with-imagemagick \
    --with-xwidgets && make --jobs=$(nproc) && sudo make install`
  • Clone this repository to ~/.emacs.d directory and run it for installing all the required packages. This configuration was tested on the Emacs 29.1 built from the sources.

Know issues

1. Incorrect symbols in the status line.

Solution: run

M-x all-the-icons-install-fonts
M-x nerd-icons-install-fonts

About

My emacs configuration for development and documents/tasks managing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published