aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0fb7fbd47019caab345ad7bacf31b2b9392bc927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# My Emacs configuration

## Features

-   Very quick load time due to lazy loading of packages
-   No use package, autoloads are setup manually and packages are
    installed with built-in **package.el** functions
-   Custom monochrome themes **mf**, **mf-dark** and **mf-acme**
    (inspired by [Acme](https://acme.cat-v.org))
-   Custom functions to toggle shell buffers (+ integration with
    [perspective.el](http://github.com/nex3/perspective-el))
-   A working GTD workflow built around [org-mode](https://orgmode.org)
    (inspired by
    [rougier/emacs-gtd](https://github.com/rougier/emacs-gtd))
-   Completion with [vertico](https://github.com/minad/vertico),
    [orderless](https://github.com/oantolin/orderless) and
    [consult](https://github.com/minad/consult)
-   Simple integration between
    [project.el](https://elpa.gnu.org/packages/project.html) (builtin
    for Emacs 28+) and
    [perspective.el](http://github.com/nex3/perspective-el)

## Screenshots

### mf-dark - Dark theme

<img src="https://marioforzanini.com/pub/pics/mf-dark.png" alt="Dark theme">

### mf - Light theme

<img src="https://marioforzanini.com/pub/pics/mf.png" alt="Light theme">

### mf-acme - Acme theme

<img src="https://marioforzanini.com/pub/pics/mf-acme.png" alt="Acme theme">