- Notifications
You must be signed in to change notification settings - Fork43
🎉 Personal GNU Emacs configuration
License
rememberYou/.emacs.d
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains all my GNU Emacs configuration.
I wanted to make this configuration simple, powerful and ergonomic by choosingthe most trivial keyboard possible.
Font:Source Code Pro 20px
Mode Line:DOOM Modeline
Theme:Nord Emacs
List of files:
config.org
:main configuration file.init.el
:load the generated configuration file.
If you are new to GNU Emacs, I advise you to take code blocks from theconfig.org
file for your own configuration file, and evaluate them witheval-last-sepx
(C-x C-e
). Be careful to take pairs of parentheses.
For the most curious, you can test my complete configuration with:
git clone --recursive https://github.com/rememberYou/.emacs.d
NOTE: the first time GNU Emacs starts, it will install additional packagesthat will be better managed by the package manager.
You can see all the tips I wrote on Reddit sorted from the most recent to theoldest according to the following links:
- How to use a stable and fast environment to develop in Python
- Packages to include in your workflow (Part II)
- How to use a stable and fast environment to develop in C++
- How I organize myself with org-mode
- How do I synchronize my org files with my devices
- How to get started with Git
- Packages to include in your workflow (Part I)
- How to adopt flycheck as your new best friend
- How to use Ivy and its utilities in your workflow
- How to integrate company as completion framework
- How I use ledger to track my money
- How to integrate your snippets with YASnippets
- How to manage your contacts with org-contacts
- How to better manage your spelling mistakes
- How to easily manage your emails with mu4e
- How to be a beast with hydra
- How to make ERC fun to use
- How I use org-journal to improve my productivity
- How to use your dashboard properly
- How to speed up your Emacs config by 0.3 seconds
- How to execute a bash function when saving a specific file
Various functions may be optimized or spelling errors may occur. If you want tomake your own correction on this configuration, you are free to do so in theissue tracker.
The code is not licensed, take what you like and hope that this configurationcan be so useful to you that it is for me.
GNU Emacs is above all a concept of sharing in order to facilitate our daily life.