All Projects → casouri → Lunarymacs

casouri / Lunarymacs

Licence: mit
Moon-based Emacs configuration.

Projects that are alternatives of or similar to Lunarymacs

Elegant Emacs
A very minimal but elegant emacs (I think)
Stars: ✭ 961 (+536.42%)
Mutual labels:  emacs, emacs-configuration
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (-0.66%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
Personal Emacs Configuration
Stars: ✭ 69 (-54.3%)
Mutual labels:  emacs, emacs-configuration
Emacs Bootstrap
Your on-the-fly Emacs development environment.
Stars: ✭ 147 (-2.65%)
Mutual labels:  emacs, emacs-configuration
Circadian.el
Theme-switching for Emacs based on daytime
Stars: ✭ 105 (-30.46%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-94.7%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 76 (-49.67%)
Mutual labels:  emacs, emacs-configuration
Emacs Config
My configuration for Doom Emacs
Stars: ✭ 296 (+96.03%)
Mutual labels:  emacs, emacs-configuration
Emacs Config
Personal Emacs configuration files
Stars: ✭ 94 (-37.75%)
Mutual labels:  emacs, emacs-configuration
Quark Emacs
🚀 An incredible wonderland of code
Stars: ✭ 86 (-43.05%)
Mutual labels:  emacs, emacs-configuration
Frontmacs
Package-based, web-centric, customizable, awesome-by-default, acceptance-tested Emacs distribution
Stars: ✭ 445 (+194.7%)
Mutual labels:  emacs, emacs-configuration
Doom Emacs
An Emacs framework for the stubborn martian hacker
Stars: ✭ 12,774 (+8359.6%)
Mutual labels:  emacs, emacs-configuration
Emacs From Scratch
An example of a fully custom Emacs configuration developed live on YouTube!
Stars: ✭ 412 (+172.85%)
Mutual labels:  emacs, emacs-configuration
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+486.75%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
M-EMACS, a full-featured GNU Emacs configuration "distribution"
Stars: ✭ 387 (+156.29%)
Mutual labels:  emacs, emacs-configuration
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-50.99%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 224 (+48.34%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (+107.28%)
Mutual labels:  emacs, emacs-configuration
.emacs.d
Centaur Emacs - A Fancy and Fast Emacs Configuration
Stars: ✭ 1,251 (+728.48%)
Mutual labels:  emacs, emacs-configuration
Emacs Gtd
Get Things Done with Emacs
Stars: ✭ 111 (-26.49%)
Mutual labels:  emacs, emacs-configuration

#+TITLE: Lunarymacs

This is my Emacs configuration featuring:

  • home-brew use-package and key-binding macros.
  • A simple package manager cowboy.el that can install by package.el, git or url.
  • Some on-site packages in =site-lisp= directory.

[[./screenshot.png]]

When Emacs starts, a lot of warning will appear saying package xxx is not installed. To install all the missing packages, type #+BEGIN_SRC elisp M-x luna-install-all RET #+END_SRC

  • Site-lisp packages

Text editing aid

| [[https://archive.casouri.cat/note/2020/simple-(back)-links-in-any-file/index.html][bklink.el]] | Simple Roam-like back-links. | | [[https://archive.casouri.cat/note/2020/embed-images-in-text-files/index.html][iimg.el]] | Embed images in text files as base64 strings. | | iscroll.el | Smooth scrolling over images. | | delicate-click.el | More accurate mouse clicks. | | quanjiao.el | 智能全角引号。 | | [[https://archive.casouri.cat/note/2020/insert-math-symbol-in-emacs/index.html][transform.el]] | TeXmacs-like symbol insertion. | | [[https://archive.casouri.cat/note/2021/yet-another-note-searching-interface:-zeft/index.html][zeft.el]] | Note searching interface like Deft. |

Programming aid

| color-outline.el | Outline for programming modes. | | commentary.el | Sync README.org and Commentary. |

Lunarymacs specific

| cowboy.el | Home-brew package manager. | | cyberpunk-theme.el | A dark custom color theme. | | light-theme.el | A light custom color theme | | luna-local.el | Session persistent variables. | | [[https://archive.casouri.cat/note/2020/home-brew-use-package/index.html][luna-load-package.el]] | Home-brew use-package.el. | | [[https://archive.casouri.cat/note/2020/home-brew-define-key/index.html][luna-key.el]] | Home-brew general.el. | | [[https://archive.casouri.cat/note/2020/emacs-theme-utility/index.html][theme-util.el]] | Some utilities for defining themes. |

Built-in improvements

| dired+.el | Convenience dired commands. | | info+.el | Prettify Info buffers. | | outline+.el | Cycle outline headers like in Org mode. |

Etc

| form-feed.el | My fork of form-feed.el | | recentf-ext.el | My fork of recentf-ext.el | | face-attr.el | Set/get face attributes from face text prop. | | pause.el | Light wrapper around recursive edit. | | sidebar.el | Show an outline sidebar. |

  • Structure #+begin_example ~/.emacs.d/ ├── var data files, set by no-littering ├── etc config files, set by no-littering ├── cheatsheet cheatsheet files ├── custom.el custom file ├── dump.el init file for dumping ├── early-init.el ├── init.el ├── local.el stores session persistent data ├── elpa downloaded packages ├── ranch package downloaded by cowboy.el ├── site-lisp local packages ├── snippets yasnippet snippets └── star configuration files #+end_example
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].