All Projects â†’ PythonNut â†’ Quark Emacs

PythonNut / Quark Emacs

Licence: mit
🚀 An incredible wonderland of code

Projects that are alternatives of or similar to Quark Emacs

.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (+263.95%)
Mutual labels:  emacs, emacs-configuration
Frontmacs
Package-based, web-centric, customizable, awesome-by-default, acceptance-tested Emacs distribution
Stars: ✭ 445 (+417.44%)
Mutual labels:  emacs, emacs-configuration
Emacs Config
My configuration for Doom Emacs
Stars: ✭ 296 (+244.19%)
Mutual labels:  emacs, emacs-configuration
Lunarymacs
Moon-based Emacs configuration.
Stars: ✭ 151 (+75.58%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
Personal Emacs Configuration
Stars: ✭ 69 (-19.77%)
Mutual labels:  emacs, emacs-configuration
Uncledavesemacs
My personal ~/.emacs.d
Stars: ✭ 204 (+137.21%)
Mutual labels:  emacs, emacs-configuration
Emacs From Scratch
An example of a fully custom Emacs configuration developed live on YouTube!
Stars: ✭ 412 (+379.07%)
Mutual labels:  emacs, emacs-configuration
Doom Emacs
An Emacs framework for the stubborn martian hacker
Stars: ✭ 12,774 (+14753.49%)
Mutual labels:  emacs, emacs-configuration
Elegant Emacs
A very minimal but elegant emacs (I think)
Stars: ✭ 961 (+1017.44%)
Mutual labels:  emacs, emacs-configuration
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+930.23%)
Mutual labels:  emacs, emacs-configuration
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (+74.42%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 76 (-11.63%)
Mutual labels:  emacs, emacs-configuration
Emacs Bootstrap
Your on-the-fly Emacs development environment.
Stars: ✭ 147 (+70.93%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 224 (+160.47%)
Mutual labels:  emacs, emacs-configuration
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (+47.67%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
M-EMACS, a full-featured GNU Emacs configuration "distribution"
Stars: ✭ 387 (+350%)
Mutual labels:  emacs, emacs-configuration
Circadian.el
Theme-switching for Emacs based on daytime
Stars: ✭ 105 (+22.09%)
Mutual labels:  emacs, emacs-configuration
Emacs Gtd
Get Things Done with Emacs
Stars: ✭ 111 (+29.07%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-90.7%)
Mutual labels:  emacs, emacs-configuration
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-13.95%)
Mutual labels:  emacs, emacs-configuration

emacs-config

My personal Emacs config!

Featuring:

  • A lot of weird stuff you might not see in other configs.
  • vim emulation including custom textobjects, motions, and operators.
  • Extensive version tracking backup system, even for buffers that do not visit files.
  • Persistence of:
    • File locations
    • File major modes
    • Registers
    • Minibuffer histories
    • Kill ring
    • Jump list
  • Widespread flx integration:
    • Helm (fuzzy file finder, goto definition, etc.)
    • Company (code autocomplete)
    • Icicles (minibuffer completion)
    • Ivy (minibuffer completion)
    • Isearch
  • Extremely aggressive file lazy loading, and fast startup times (~0.3s).
    • Partly thanks to straight.el!
    • Packages are incrementally loaded during idle time immediately after init. By the time you open a file, most major packages will already have been loaded, but you won't notice the delay!
  • An emphasis on correct code and robustness without the need for explicit configuration.
    • Config should automatically determine system capabilities and adjust.

Portability

This config should be pretty portable, as long as your OS is UNIX-y. I currently run it on various Arch Linux, Fedora, and Ubuntu builds, as well as Raspberry Pis, Android phones, and WSL.

One thing that it does not support is older versions of Emacs. Right now, the minimum version is 25.1.

Supported Languages

I actively work in the following languages:

  • Elisp (of course)
  • LaTeX
  • Python
  • C/C++
  • JS(X)/HTML/CSS
  • Octave
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].