2024-01-23 11:52:01 -09:00
|
|
|
#+title: mir's old and disproved emacs config
|
|
|
|
|
|
|
|
* File structure
|
|
|
|
#+begin_example
|
|
|
|
.
|
|
|
|
├── early-init.el ;; basic variables for starting up Emacs
|
|
|
|
├── eshell ;; most eshell configuration is in lisp/mir-packages.el
|
|
|
|
│ ├── alias
|
|
|
|
│ └── profile
|
|
|
|
├── init.el ;; loading files in lisp/ and settings that don't fit elsewhere
|
|
|
|
├── LICENSE
|
|
|
|
├── lisp
|
|
|
|
│ ├── 2048.el ;; modified from Mark Burger's version, for arbitrary board size
|
|
|
|
│ ├── man-plus.el ;; Failed attempt at more colorful man pages in Emacs
|
|
|
|
│ ├── mir-defuns.el ;; config for larger packages and GUI
|
|
|
|
│ ├── mir-evil.el ;; settings specifically for evil-mode
|
|
|
|
│ ├── mir-meow.el ;; settings specifically for meow-mode
|
|
|
|
│ ├── mir-keybinds.el ;; keyboard shortcuts using general.el
|
|
|
|
│ ├── mir-orgstuff.el ;; a few things i tried to build on org
|
|
|
|
│ ├── mir-packages.el ;; THE BIG ONE. ALL PACKAGES HERE
|
|
|
|
│ └── obsolete.el ;; settings i loved and lost and stuck in the garbage
|
|
|
|
└── README.org ;; this file lol
|
|
|
|
#+end_example
|
2022-06-19 14:13:36 -08:00
|
|
|
|
2024-01-23 11:57:51 -09:00
|
|
|
* Screenshot
|
|
|
|
[[screenshot.png]]
|