All Projects → rememberYou → .emacs.d

rememberYou / .emacs.d

Licence: unlicense
🎉 Personal GNU Emacs configuration

Programming Languages

lisp
113 projects
elisp
30 projects

Projects that are alternatives of or similar to .emacs.d

Emacs Gtd
Get Things Done with Emacs
Stars: ✭ 111 (-64.54%)
Mutual labels:  gtd, emacs, org-mode, emacs-configuration
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (+1.92%)
Mutual labels:  personal, emacs, org-mode
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-76.36%)
Mutual labels:  emacs, org-mode, emacs-configuration
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (-52.08%)
Mutual labels:  emacs, org-mode, emacs-configuration
dotfiles
I showed you my source code, pls respond
Stars: ✭ 45 (-85.62%)
Mutual labels:  emacs-configuration, org-mode
Yay Evil Emacs
😈 A lightweight literate Emacs config with even better "better defaults". Shipped with a custom theme!
Stars: ✭ 250 (-20.13%)
Mutual labels:  config, emacs
org-sync-snippets
Simple extension to export snippets to org-mode and vice versa
Stars: ✭ 14 (-95.53%)
Mutual labels:  snippets, org-mode
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (-73.8%)
Mutual labels:  config, snippets
.emacs.d
一个快速且实用的 Emacs 配置
Stars: ✭ 63 (-79.87%)
Mutual labels:  config, emacs
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+508.63%)
Mutual labels:  config, hydra
spdlog setup
spdlog setup initialization via file configuration for convenience.
Stars: ✭ 68 (-78.27%)
Mutual labels:  config, init
Mu4e Dashboard
A dashboard for mu4e (mu for emacs)
Stars: ✭ 259 (-17.25%)
Mutual labels:  emacs, org-mode
emacs.d
My personal emacs setup.
Stars: ✭ 27 (-91.37%)
Mutual labels:  emacs-configuration, org-mode
Org Projectile
Manage org-mode TODOs for your projectile projects
Stars: ✭ 259 (-17.25%)
Mutual labels:  emacs, org-mode
my-emacs
My Emacs configuration
Stars: ✭ 35 (-88.82%)
Mutual labels:  emacs-configuration, org-mode
.personal Emacs.d
😈 My opinionated Emacs configuration
Stars: ✭ 101 (-67.73%)
Mutual labels:  config, emacs
lvim
My config for LunarVim
Stars: ✭ 71 (-77.32%)
Mutual labels:  config, init
Org Superstar Mode
Make org-mode stars a little more super
Stars: ✭ 271 (-13.42%)
Mutual labels:  emacs, org-mode
.emacs.d
My emacs configuration, written as literate elisp
Stars: ✭ 46 (-85.3%)
Mutual labels:  config, emacs
.emacs.d
My emacs config
Stars: ✭ 56 (-82.11%)
Mutual labels:  config, emacs

GNU Emacs

This repository contains all my GNU Emacs configuration.


I wanted to make this configuration simple, powerful and ergonomic by choosing the 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.

Getting Started

If you are new to GNU Emacs, I advise you to take code blocks from the config.org file for your own configuration file, and evaluate them with eval-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 packages that will be better managed by the package manager.

TIPs

You can see all the tips I wrote on Reddit sorted from the most recent to the oldest according to the following links:

Contributions

Various functions may be optimized or spelling errors may occur. If you want to make your own correction on this configuration, you are free to do so in the issue tracker.

License

The code is not licensed, take what you like and hope that this configuration can 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].